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#EB0E00
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#EB0E00
  • activityBarBadge.foreground#FFFFFF
  • badge.background#EB0E00
  • badge.foreground#FFFFFF
  • button.background#EB0E00
  • button.foreground#FFFFFF
  • button.hoverBackground#C20B00
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#EB0E0055
  • editor.findMatchHighlightBackground#EB0E0022
  • editor.foreground#1E1E1E
  • editor.selectionBackground#EB0E0044
  • editor.selectionHighlightBackground#EB0E0022
  • editor.wordHighlightBackground#EB0E0022
  • editorBracketMatch.background#EB0E0022
  • editorBracketMatch.border#EB0E00
  • editorCursor.foreground#EB0E00
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#EB0E00
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#EB0E00
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#EB0E00
  • editorSuggestWidget.selectedBackground#EB0E0033
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#EB0E00
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#C20B00
  • focusBorder#EB0E00
  • gitDecoration.modifiedResourceForeground#EB0E00
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#EB0E00
  • list.activeSelectionBackground#EB0E0044
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#EB0E00
  • list.highlightForeground#EB0E00
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#EB0E0022
  • minimap.findMatchHighlight#EB0E00
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#EB0E00
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#EB0E00
  • progressBar.background#EB0E00
  • scrollbarSlider.activeBackground#EB0E00AA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#EB0E0066
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#EB0E00
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#C20B00
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#C20B00
  • statusBarItem.hoverBackground#EB0E0033
  • statusBarItem.remoteBackground#C20B00
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#EB0E00
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#EB0E00
  • textLink.activeForeground#C20B00
  • textLink.foreground#EB0E00
  • titleBar.activeBackground#F3F3F3
  • titleBar.activeForeground#3A3A3A
  • titleBar.border#E0E0E0
  • titleBar.inactiveBackground#F3F3F3
  • titleBar.inactiveForeground#6B6B6B
  • tree.indentGuidesStroke#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#1E8472italic
string, punctuation.definition.string#BA1EF6
constant.numeric, constant.language, constant.character#246042
keyword, keyword.control, storage, storage.type#EB0E00
entity.name.function, support.function#787848
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#1854A2
variable, variable.parameter#66729C
entity.name.tag, meta.tag#EB0E00
entity.other.attribute-name#66729C
keyword.operator, punctuation#4E3C5A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#787848