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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#006648italic
string, punctuation.definition.string#5418F6
constant.numeric, constant.language, constant.character#1E6078
keyword, keyword.control, storage, storage.type#AA1839bold
entity.name.function, support.function#3C3600
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#0C3060
variable, variable.parameter#0C00C0
entity.name.tag, meta.tag#AA1839bold
entity.other.attribute-name#0C00C0
keyword.operator, punctuation#42062A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#3C3600