Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBackground#E37B5F10
  • activityBar.background#212121
  • activityBar.border#333333
  • activityBar.foreground#E37B5F
  • activityBar.inactiveForeground#FFFFFF50
  • activityBarBadge.background#E37B5F
  • badge.background#E37B5F30
  • badge.foreground#E37B5F
  • banner.background#E37B5F
  • banner.foreground#FFFFFF
  • button.background#E37B5F
  • editor.background#212121
  • editor.selectionBackground#E37B5F30
  • editorGroup.dropBackground#E37B5F10
  • editorHoverWidget.highlightForeground#E37B5F
  • editorLineNumber.activeForeground#E37B5F
  • editorLineNumber.foreground#E37B5F40
  • focusBorder#E37B5F30
  • foreground#FFFFFF
  • list.activeSelectionBackground#E37B5F
  • list.activeSelectionForeground#FFFFFF
  • list.activeSelectionIconForeground#212121
  • list.dropBackground#E37B5F30
  • list.dropBetweenBackground#E37B5F30
  • list.filterMatchBackground#E37B5F30
  • list.focusHighlightForeground#212121
  • list.highlightForeground#E37B5F
  • list.hoverBackground#E37B5F30
  • list.inactiveSelectionBackground#E37B5F30
  • merge.currentHeaderBackground#5F7CE370
  • merge.incomingHeaderBackground#A5E35F70
  • progressBar.background#E37B5F
  • scrollbarSlider.activeBackground#E37B5F
  • scrollbarSlider.background#E37B5F30
  • scrollbarSlider.hoverBackground#E37B5F30
  • selection.background#E37B5F30
  • sideBar.background#212121
  • sideBar.border#333333
  • sideBarSectionHeader.background#212121
  • sideBarSectionHeader.foreground#E37B5F
  • sideBarTitle.background#212121
  • statusBar.background#212121
  • statusBar.border#333333
  • statusBar.debuggingBackground#5F7CE3
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#E37B5F
  • statusBarItem.hoverBackground#E37B5F
  • statusBarItem.hoverForeground#FFFFFF
  • statusBarItem.prominentBackground#E37B5F
  • statusBarItem.prominentForeground#FFFFFF
  • statusBarItem.remoteBackground#212121
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBorderTop#E37B5F
  • tab.activeForeground#E37B5F
  • tab.inactiveBackground#212121
  • tab.inactiveForeground#FFFFFF50
  • textLink.activeForeground#E37B5F
  • textLink.foreground#E37B5F
  • titleBar.activeBackground#212121
  • titleBar.inactiveBackground#333333
  • tree.indentGuidesStroke#333333
  • welcomePage.background#212121
  • welcomePage.tileBackground#FAFAFA
  • welcomePage.tileHoverBackground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#FFFFFFAA
variable#FFFFFF
variable.other.readwrite#E37B5Fbold underline
variable.other.constant#E37B5Funderline
variable.other#5F7CE3
entity.name#E37B5Fbold
storage, keyword#E37B5FAA
string#A5E35F
constant.numeric#A5E35F
punctuation, punctuation.definition.begin.bracket, punctuation.definition.end.bracket, meta.brace#FFFFFFAA
meta.tag#FFFFFF
entity.other.attribute-name#E37B5F
punctuation.definition.block.tag.jsdoc, storage.type.class.jsdoc#E37B5F
punctuation.definition.bracket.curly.begin.jsdoc, punctuation.definition.bracket.curly.end.jsdoc, entity.name.type.instance.jsdoc#5F7CE3
keyword.control.import, meta.import#E37B5Fbold