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#E0244F
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#E0244F
  • activityBarBadge.foreground#FFFFFF
  • badge.background#E0244F
  • badge.foreground#FFFFFF
  • button.background#E0244F
  • button.foreground#FFFFFF
  • button.hoverBackground#BC1A3F
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#E0244F55
  • editor.findMatchHighlightBackground#E0244F22
  • editor.foreground#1E1E1E
  • editor.selectionBackground#E0244F44
  • editor.selectionHighlightBackground#E0244F22
  • editor.wordHighlightBackground#E0244F22
  • editorBracketMatch.background#E0244F22
  • editorBracketMatch.border#E0244F
  • editorCursor.foreground#E0244F
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#E0244F
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#E0244F
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#E0244F
  • editorSuggestWidget.selectedBackground#E0244F33
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#E0244F
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#BC1A3F
  • focusBorder#E0244F
  • gitDecoration.modifiedResourceForeground#E0244F
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#E0244F
  • list.activeSelectionBackground#E0244F44
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#E0244F
  • list.highlightForeground#E0244F
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#E0244F22
  • minimap.findMatchHighlight#E0244F
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#E0244F
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#E0244F
  • progressBar.background#E0244F
  • scrollbarSlider.activeBackground#E0244FAA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#E0244F66
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#E0244F
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#BC1A3F
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#BC1A3F
  • statusBarItem.hoverBackground#E0244F33
  • statusBarItem.remoteBackground#BC1A3F
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#E0244F
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#E0244F
  • textLink.activeForeground#BC1A3F
  • textLink.foreground#E0244F
  • 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#3C8460italic
string, punctuation.definition.string#4E18F0
constant.numeric, constant.language, constant.character#367E84
keyword, keyword.control, storage, storage.type#E0244F
entity.name.function, support.function#784800
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#065A8A
variable, variable.parameter#4E6CE4
entity.name.tag, meta.tag#E0244F
entity.other.attribute-name#4E6CE4
keyword.operator, punctuation#24484E
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#784800