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#69778C
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#69778C
  • activityBarBadge.foreground#FFFFFF
  • badge.background#69778C
  • badge.foreground#FFFFFF
  • button.background#69778C
  • button.foreground#FFFFFF
  • button.hoverBackground#556172
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#69778C55
  • editor.findMatchHighlightBackground#69778C22
  • editor.foreground#1E1E1E
  • editor.selectionBackground#69778C44
  • editor.selectionHighlightBackground#69778C22
  • editor.wordHighlightBackground#69778C22
  • editorBracketMatch.background#69778C22
  • editorBracketMatch.border#69778C
  • editorCursor.foreground#69778C
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#69778C
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#69778C
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#69778C
  • editorSuggestWidget.selectedBackground#69778C33
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#69778C
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#556172
  • focusBorder#69778C
  • gitDecoration.modifiedResourceForeground#69778C
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#69778C
  • list.activeSelectionBackground#69778C44
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#69778C
  • list.highlightForeground#69778C
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#69778C22
  • minimap.findMatchHighlight#69778C
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#69778C
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#69778C
  • progressBar.background#69778C
  • scrollbarSlider.activeBackground#69778CAA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#69778C66
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#69778C
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#556172
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#556172
  • statusBarItem.hoverBackground#69778C33
  • statusBarItem.remoteBackground#556172
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#69778C
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#69778C
  • textLink.activeForeground#556172
  • textLink.foreground#69778C
  • 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#4E8412italic
string, punctuation.definition.string#8A4EFC
constant.numeric, constant.language, constant.character#24604E
keyword, keyword.control, storage, storage.type#69778C
entity.name.function, support.function#5A540C
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#2A8460
variable, variable.parameter#543CC0
entity.name.tag, meta.tag#69778C
entity.other.attribute-name#543CC0
keyword.operator, punctuation#3C425A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#5A540C