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#21736B
  • activityBar.background#EFF4F6
  • activityBar.border#DCE3E6
  • activityBar.foreground#3A3543
  • activityBar.inactiveForeground#6E7378
  • activityBarBadge.background#21736B
  • activityBarBadge.foreground#FFFFFF
  • badge.background#21736B
  • badge.foreground#FFFFFF
  • button.background#21736B
  • button.foreground#FFFFFF
  • button.hoverBackground#195751
  • dropdown.background#EFF4F6
  • dropdown.foreground#3A3543
  • editor.background#F9FCFD
  • editor.findMatchBackground#21736B55
  • editor.findMatchHighlightBackground#21736B22
  • editor.foreground#3A3543
  • editor.selectionBackground#21736B44
  • editor.selectionHighlightBackground#21736B22
  • editor.wordHighlightBackground#21736B22
  • editorBracketMatch.background#21736B22
  • editorBracketMatch.border#21736B
  • editorCursor.foreground#21736B
  • editorGroup.border#DCE3E6
  • editorGroupHeader.tabsBackground#EFF4F6
  • editorGroupHeader.tabsBorder#DCE3E6
  • editorHoverWidget.background#EFF4F6
  • editorHoverWidget.border#DCE3E6
  • editorIndentGuide.activeBackground1#21736B
  • editorIndentGuide.background1#DCE3E6
  • editorLineNumber.activeForeground#21736B
  • editorLineNumber.foreground#6E7378
  • editorSuggestWidget.background#EFF4F6
  • editorSuggestWidget.border#DCE3E6
  • editorSuggestWidget.highlightForeground#21736B
  • editorSuggestWidget.selectedBackground#21736B33
  • editorWhitespace.foreground#DCE3E6
  • editorWidget.background#EFF4F6
  • editorWidget.border#DCE3E6
  • extensionButton.prominentBackground#21736B
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#195751
  • focusBorder#21736B
  • gitDecoration.modifiedResourceForeground#21736B
  • input.background#EFF4F6
  • input.foreground#3A3543
  • input.placeholderForeground#6E7378
  • inputOption.activeBorder#21736B
  • list.activeSelectionBackground#21736B44
  • list.activeSelectionForeground#3A3543
  • list.focusOutline#21736B
  • list.highlightForeground#21736B
  • list.hoverBackground#EFF4F6
  • list.inactiveSelectionBackground#21736B22
  • minimap.findMatchHighlight#21736B
  • panel.background#F9FCFD
  • panel.border#DCE3E6
  • panelTitle.activeBorder#21736B
  • panelTitle.activeForeground#3A3543
  • panelTitle.inactiveForeground#6E7378
  • peekView.border#21736B
  • progressBar.background#21736B
  • scrollbarSlider.activeBackground#21736BAA
  • scrollbarSlider.background#6E737844
  • scrollbarSlider.hoverBackground#21736B66
  • sideBar.background#F9FCFD
  • sideBar.border#DCE3E6
  • sideBar.foreground#4A4F54
  • sideBarSectionHeader.background#EFF4F6
  • sideBarSectionHeader.border#DCE3E6
  • sideBarSectionHeader.foreground#3A3543
  • sideBarTitle.foreground#4A4F54
  • statusBar.background#21736B
  • statusBar.border#DCE3E6
  • statusBar.debuggingBackground#195751
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#195751
  • statusBarItem.hoverBackground#21736B33
  • statusBarItem.remoteBackground#195751
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#F9FCFD
  • tab.activeBorderTop#21736B
  • tab.activeForeground#3A3543
  • tab.border#DCE3E6
  • tab.inactiveBackground#EFF4F6
  • tab.inactiveForeground#6E7378
  • terminal.background#F9FCFD
  • terminal.foreground#3A3543
  • terminalCursor.foreground#21736B
  • textLink.activeForeground#195751
  • textLink.foreground#21736B
  • 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#008460italic
string, punctuation.definition.string#906C12
constant.numeric, constant.language, constant.character#2A7E90
keyword, keyword.control, storage, storage.type#21736B
entity.name.function, support.function#726036
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#06608A
variable, variable.parameter#2A72C6
entity.name.tag, meta.tag#21736B
entity.other.attribute-name#2A72C6
keyword.operator, punctuation#5A4230
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#726036