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#006158
  • activityBar.background#FFFFFF
  • activityBar.border#006158
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#595959
  • activityBarBadge.background#006158
  • activityBarBadge.foreground#FFFFFF
  • badge.background#006158
  • badge.foreground#FFFFFF
  • button.background#FFFFFF
  • button.border#006158
  • button.foreground#000000
  • button.hoverBackground#00615844
  • contrastActiveBorder#000000
  • contrastBorder#006158
  • dropdown.background#FFFFFF
  • dropdown.border#006158
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#00615855
  • editor.findMatchBorder#000000
  • editor.findMatchHighlightBackground#00615822
  • editor.foreground#000000
  • editor.selectionBackground#00615855
  • editor.selectionHighlightBackground#00615822
  • editor.selectionHighlightBorder#006158
  • editor.wordHighlightBackground#00615822
  • editor.wordHighlightBorder#006158
  • editorBracketMatch.background#00615822
  • editorBracketMatch.border#006158
  • editorCursor.foreground#006158
  • editorGroup.border#C8C8C8
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorGroupHeader.tabsBorder#006158
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#006158
  • editorIndentGuide.activeBackground1#006158
  • editorIndentGuide.background1#C8C8C8
  • editorLineNumber.activeForeground#006158
  • editorLineNumber.foreground#595959
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#006158
  • editorSuggestWidget.highlightForeground#006158
  • editorSuggestWidget.selectedBackground#00615833
  • editorWhitespace.foreground#C8C8C8
  • editorWidget.background#FFFFFF
  • editorWidget.border#006158
  • extensionButton.prominentBackground#FFFFFF
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#00615844
  • focusBorder#000000
  • gitDecoration.modifiedResourceForeground#006158
  • input.background#FFFFFF
  • input.border#006158
  • input.foreground#000000
  • input.placeholderForeground#595959
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#00615844
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.highlightForeground#006158
  • list.hoverBackground#00615822
  • list.inactiveSelectionBackground#00615822
  • minimap.findMatchHighlight#006158
  • panel.background#FFFFFF
  • panel.border#006158
  • panelTitle.activeBorder#006158
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#595959
  • peekView.border#006158
  • progressBar.background#006158
  • scrollbarSlider.activeBackground#006158AA
  • scrollbarSlider.background#59595944
  • scrollbarSlider.hoverBackground#00615866
  • sideBar.background#FFFFFF
  • sideBar.border#006158
  • sideBar.foreground#2B2B2B
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.border#006158
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#2B2B2B
  • statusBar.background#FFFFFF
  • statusBar.border#006158
  • statusBar.debuggingBackground#006158
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#FFFFFF
  • statusBarItem.hoverBackground#00615833
  • statusBarItem.remoteBackground#004C45
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#006158
  • tab.activeForeground#000000
  • tab.border#006158
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#595959
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • terminalCursor.foreground#006158
  • textLink.activeForeground#004C45
  • textLink.foreground#006158
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#2B2B2B
  • titleBar.border#006158
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#595959
  • tree.indentGuidesStroke#C8C8C8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2A6600italic
string, punctuation.definition.string#6C00F6
constant.numeric, constant.language, constant.character#003648
keyword, keyword.control, storage, storage.type#006158bold
entity.name.function, support.function#363000
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#305A84
variable, variable.parameter#2A00A2
entity.name.tag, meta.tag#006158bold
entity.other.attribute-name#2A00A2
keyword.operator, punctuation#24302A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#363000