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#CC0000
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#CC0000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#CC0000
  • badge.foreground#FFFFFF
  • button.background#CC0000
  • button.foreground#FFFFFF
  • button.hoverBackground#A30000
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#CC000055
  • editor.findMatchHighlightBackground#CC000022
  • editor.foreground#1E1E1E
  • editor.selectionBackground#CC000044
  • editor.selectionHighlightBackground#CC000022
  • editor.wordHighlightBackground#CC000022
  • editorBracketMatch.background#CC000022
  • editorBracketMatch.border#CC0000
  • editorCursor.foreground#CC0000
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#CC0000
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#CC0000
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#CC0000
  • editorSuggestWidget.selectedBackground#CC000033
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#CC0000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#A30000
  • focusBorder#CC0000
  • gitDecoration.modifiedResourceForeground#CC0000
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#CC0000
  • list.activeSelectionBackground#CC000044
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#CC0000
  • list.highlightForeground#CC0000
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#CC000022
  • minimap.findMatchHighlight#CC0000
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#CC0000
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#CC0000
  • progressBar.background#CC0000
  • scrollbarSlider.activeBackground#CC0000AA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#CC000066
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#CC0000
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#A80000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#A80000
  • statusBarItem.hoverBackground#CC000033
  • statusBarItem.remoteBackground#A80000
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#CC0000
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#CC0000
  • textLink.activeForeground#A80000
  • textLink.foreground#CC0000
  • 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#427E72italic
string, punctuation.definition.string#8448F6
constant.numeric, constant.language, constant.character#1E6048
keyword, keyword.control, storage, storage.type#CC0000
entity.name.function, support.function#72784E
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#367896
variable, variable.parameter#4842B4
entity.name.tag, meta.tag#CC0000
entity.other.attribute-name#4842B4
keyword.operator, punctuation#484260
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#72784E