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#E3D35F10
  • activityBar.background#212121
  • activityBar.border#333333
  • activityBar.foreground#E3D35F
  • activityBar.inactiveForeground#FFFFFF50
  • activityBarBadge.background#E3D35F
  • badge.background#E3D35F30
  • badge.foreground#E3D35F
  • banner.background#E3D35F
  • banner.foreground#FFFFFF
  • button.background#E3D35F
  • editor.background#212121
  • editor.selectionBackground#E3D35F30
  • editorGroup.dropBackground#E3D35F10
  • editorHoverWidget.highlightForeground#E3D35F
  • editorLineNumber.activeForeground#E3D35F
  • editorLineNumber.foreground#E3D35F40
  • focusBorder#E3D35F30
  • foreground#FFFFFF
  • list.activeSelectionBackground#E3D35F
  • list.activeSelectionForeground#FFFFFF
  • list.activeSelectionIconForeground#212121
  • list.dropBackground#E3D35F30
  • list.dropBetweenBackground#E3D35F30
  • list.filterMatchBackground#E3D35F30
  • list.focusHighlightForeground#212121
  • list.highlightForeground#E3D35F
  • list.hoverBackground#E3D35F30
  • list.inactiveSelectionBackground#E3D35F30
  • merge.currentHeaderBackground#E35FA270
  • merge.incomingHeaderBackground#5FD3E370
  • progressBar.background#E3D35F
  • scrollbarSlider.activeBackground#E3D35F
  • scrollbarSlider.background#E3D35F30
  • scrollbarSlider.hoverBackground#E3D35F30
  • selection.background#E3D35F30
  • sideBar.background#212121
  • sideBar.border#333333
  • sideBarSectionHeader.background#212121
  • sideBarSectionHeader.foreground#E3D35F
  • sideBarTitle.background#212121
  • statusBar.background#212121
  • statusBar.border#333333
  • statusBar.debuggingBackground#E35FA2
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#E3D35F
  • statusBarItem.hoverBackground#E3D35F
  • statusBarItem.hoverForeground#FFFFFF
  • statusBarItem.prominentBackground#E3D35F
  • statusBarItem.prominentForeground#FFFFFF
  • statusBarItem.remoteBackground#212121
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBorderTop#E3D35F
  • tab.activeForeground#E3D35F
  • tab.inactiveBackground#212121
  • tab.inactiveForeground#FFFFFF50
  • textLink.activeForeground#E3D35F
  • textLink.foreground#E3D35F
  • 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#E3D35Fbold underline
variable.other.constant#E3D35Funderline
variable.other#E35FA2
entity.name#E3D35Fbold
storage, keyword#E3D35FAA
string#5FD3E3
constant.numeric#5FD3E3
punctuation, punctuation.definition.begin.bracket, punctuation.definition.end.bracket, meta.brace#FFFFFFAA
meta.tag#FFFFFF
entity.other.attribute-name#E3D35F
punctuation.definition.block.tag.jsdoc, storage.type.class.jsdoc#E3D35F
punctuation.definition.bracket.curly.begin.jsdoc, punctuation.definition.bracket.curly.end.jsdoc, entity.name.type.instance.jsdoc#E35FA2
keyword.control.import, meta.import#E3D35Fbold