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.activeBorder#3C6223
  • activityBar.background#FFFFFF
  • activityBar.border#3C6223
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#595959
  • activityBarBadge.background#3C6223
  • activityBarBadge.foreground#FFFFFF
  • badge.background#3C6223
  • badge.foreground#FFFFFF
  • button.background#FFFFFF
  • button.border#3C6223
  • button.foreground#000000
  • button.hoverBackground#3C622344
  • contrastActiveBorder#000000
  • contrastBorder#3C6223
  • dropdown.background#FFFFFF
  • dropdown.border#3C6223
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#3C622355
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#3C622322
  • editor.foreground#000000
  • editor.selectionBackground#3C622355
  • editor.selectionHighlightBackground#3C622322
  • editor.selectionHighlightBorder#3C6223
  • editor.wordHighlightBackground#3C622322
  • editor.wordHighlightBorder#3C6223
  • editorBracketMatch.background#3C622322
  • editorBracketMatch.border#3C6223
  • editorCursor.foreground#3C6223
  • editorGroup.border#C8C8C8
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGroupHeader.tabsBorder#3C6223
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#3C6223
  • editorIndentGuide.activeBackground1#3C6223
  • editorIndentGuide.background1#C8C8C8
  • editorLineNumber.activeForeground#3C6223
  • editorLineNumber.foreground#595959
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#3C6223
  • editorSuggestWidget.highlightForeground#3C6223
  • editorSuggestWidget.selectedBackground#3C622333
  • editorWhitespace.foreground#C8C8C8
  • editorWidget.background#FFFFFF
  • editorWidget.border#3C6223
  • extensionButton.prominentBackground#FFFFFF
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#3C622344
  • focusBorder#000000
  • gitDecoration.modifiedResourceForeground#3C6223
  • input.background#FFFFFF
  • input.border#3C6223
  • input.foreground#000000
  • input.placeholderForeground#595959
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#3C622344
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.highlightForeground#3C6223
  • list.hoverBackground#3C622322
  • list.inactiveSelectionBackground#3C622322
  • minimap.findMatchHighlight#3C6223
  • panel.background#FFFFFF
  • panel.border#3C6223
  • panelTitle.activeBorder#3C6223
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#595959
  • peekView.border#3C6223
  • progressBar.background#3C6223
  • scrollbarSlider.activeBackground#3C6223AA
  • scrollbarSlider.background#59595944
  • scrollbarSlider.hoverBackground#3C622366
  • sideBar.background#FFFFFF
  • sideBar.border#3C6223
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.border#3C6223
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#2B2B2B
  • statusBar.background#FFFFFF
  • statusBar.border#3C6223
  • statusBar.debuggingBackground#3C6223
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FFFFFF
  • statusBarItem.hoverBackground#3C622333
  • statusBarItem.remoteBackground#2E4B1B
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#3C6223
  • tab.activeForeground#000000
  • tab.border#3C6223
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#595959
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • terminalCursor.foreground#3C6223
  • textLink.activeForeground#2E4B1B
  • textLink.foreground#3C6223
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2B2B2B
  • titleBar.border#3C6223
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#595959
  • tree.indentGuidesStroke#C8C8C8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#366054italic
string, punctuation.definition.string#6606FC
constant.numeric, constant.language, constant.character#0C607E
keyword, keyword.control, storage, storage.type#3C6223bold
entity.name.function, support.function#2A3000
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#003048
variable, variable.parameter#1200A8
entity.name.tag, meta.tag#3C6223bold
entity.other.attribute-name#1200A8
keyword.operator, punctuation#2A1E1E
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#2A3000