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#677589
  • activityBar.background#EFF4F6
  • activityBar.border#DCE3E6
  • activityBar.foreground#3A3543
  • activityBar.inactiveForeground#6E7378
  • activityBarBadge.background#677589
  • activityBarBadge.foreground#FFFFFF
  • badge.background#677589
  • badge.foreground#FFFFFF
  • button.background#677589
  • button.foreground#FFFFFF
  • button.hoverBackground#535E6F
  • dropdown.background#EFF4F6
  • dropdown.foreground#3A3543
  • editor.background#F9FCFD
  • editor.findMatchBackground#67758955
  • editor.findMatchHighlightBackground#67758922
  • editor.foreground#3A3543
  • editor.selectionBackground#67758944
  • editor.selectionHighlightBackground#67758922
  • editor.wordHighlightBackground#67758922
  • editorBracketMatch.background#67758922
  • editorBracketMatch.border#677589
  • editorCursor.foreground#677589
  • editorGroup.border#DCE3E6
  • editorGroupHeader.tabsBackground#EFF4F6
  • editorGroupHeader.tabsBorder#DCE3E6
  • editorHoverWidget.background#EFF4F6
  • editorHoverWidget.border#DCE3E6
  • editorIndentGuide.activeBackground1#677589
  • editorIndentGuide.background1#DCE3E6
  • editorLineNumber.activeForeground#677589
  • editorLineNumber.foreground#6E7378
  • editorSuggestWidget.background#EFF4F6
  • editorSuggestWidget.border#DCE3E6
  • editorSuggestWidget.highlightForeground#677589
  • editorSuggestWidget.selectedBackground#67758933
  • editorWhitespace.foreground#DCE3E6
  • editorWidget.background#EFF4F6
  • editorWidget.border#DCE3E6
  • extensionButton.prominentBackground#677589
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#535E6F
  • focusBorder#677589
  • gitDecoration.modifiedResourceForeground#677589
  • input.background#EFF4F6
  • input.foreground#3A3543
  • input.placeholderForeground#6E7378
  • inputOption.activeBorder#677589
  • list.activeSelectionBackground#67758944
  • list.activeSelectionForeground#3A3543
  • list.focusOutline#677589
  • list.highlightForeground#677589
  • list.hoverBackground#EFF4F6
  • list.inactiveSelectionBackground#67758922
  • minimap.findMatchHighlight#677589
  • panel.background#F9FCFD
  • panel.border#DCE3E6
  • panelTitle.activeBorder#677589
  • panelTitle.activeForeground#3A3543
  • panelTitle.inactiveForeground#6E7378
  • peekView.border#677589
  • progressBar.background#677589
  • scrollbarSlider.activeBackground#677589AA
  • scrollbarSlider.background#6E737844
  • scrollbarSlider.hoverBackground#67758966
  • sideBar.background#F9FCFD
  • sideBar.border#DCE3E6
  • sideBar.foreground#4A4F54
  • sideBarSectionHeader.background#EFF4F6
  • sideBarSectionHeader.border#DCE3E6
  • sideBarSectionHeader.foreground#3A3543
  • sideBarTitle.foreground#4A4F54
  • statusBar.background#677589
  • statusBar.border#DCE3E6
  • statusBar.debuggingBackground#556172
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#556172
  • statusBarItem.hoverBackground#67758933
  • statusBarItem.remoteBackground#556172
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#F9FCFD
  • tab.activeBorderTop#677589
  • tab.activeForeground#3A3543
  • tab.border#DCE3E6
  • tab.inactiveBackground#EFF4F6
  • tab.inactiveForeground#6E7378
  • terminal.background#F9FCFD
  • terminal.foreground#3A3543
  • terminalCursor.foreground#677589
  • textLink.activeForeground#556172
  • textLink.foreground#677589
  • titleBar.activeBackground#EFF4F6
  • titleBar.activeForeground#4A4F54
  • titleBar.border#DCE3E6
  • titleBar.inactiveBackground#EFF4F6
  • titleBar.inactiveForeground#6E7378
  • tree.indentGuidesStroke#DCE3E6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#427E6Citalic
string, punctuation.definition.string#847242
constant.numeric, constant.language, constant.character#486048
keyword, keyword.control, storage, storage.type#677589
entity.name.function, support.function#665A00
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#0C5AA8
variable, variable.parameter#3678B4
entity.name.tag, meta.tag#677589
entity.other.attribute-name#3678B4
keyword.operator, punctuation#48484E
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#665A00