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#008578
  • activityBar.background#F3F3F3
  • activityBar.border#E0E0E0
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#6B6B6B
  • activityBarBadge.background#008578
  • activityBarBadge.foreground#FFFFFF
  • badge.background#008578
  • badge.foreground#FFFFFF
  • button.background#008578
  • button.foreground#FFFFFF
  • button.hoverBackground#006B61
  • dropdown.background#F3F3F3
  • dropdown.foreground#1E1E1E
  • editor.background#FFFFFF
  • editor.findMatchBackground#00857855
  • editor.findMatchHighlightBackground#00857822
  • editor.foreground#1E1E1E
  • editor.selectionBackground#00857844
  • editor.selectionHighlightBackground#00857822
  • editor.wordHighlightBackground#00857822
  • editorBracketMatch.background#00857822
  • editorBracketMatch.border#008578
  • editorCursor.foreground#008578
  • editorGroup.border#E0E0E0
  • editorGroupHeader.tabsBackground#F3F3F3
  • editorGroupHeader.tabsBorder#E0E0E0
  • editorHoverWidget.background#F3F3F3
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#008578
  • editorIndentGuide.background1#E0E0E0
  • editorLineNumber.activeForeground#008578
  • editorLineNumber.foreground#6B6B6B
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#E0E0E0
  • editorSuggestWidget.highlightForeground#008578
  • editorSuggestWidget.selectedBackground#00857833
  • editorWhitespace.foreground#E0E0E0
  • editorWidget.background#F3F3F3
  • editorWidget.border#E0E0E0
  • extensionButton.prominentBackground#008578
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#006B61
  • focusBorder#008578
  • gitDecoration.modifiedResourceForeground#008578
  • input.background#F3F3F3
  • input.foreground#1E1E1E
  • input.placeholderForeground#6B6B6B
  • inputOption.activeBorder#008578
  • list.activeSelectionBackground#00857844
  • list.activeSelectionForeground#1E1E1E
  • list.focusOutline#008578
  • list.highlightForeground#008578
  • list.hoverBackground#F3F3F3
  • list.inactiveSelectionBackground#00857822
  • minimap.findMatchHighlight#008578
  • panel.background#FFFFFF
  • panel.border#E0E0E0
  • panelTitle.activeBorder#008578
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6B6B6B
  • peekView.border#008578
  • progressBar.background#008578
  • scrollbarSlider.activeBackground#008578AA
  • scrollbarSlider.background#6B6B6B44
  • scrollbarSlider.hoverBackground#00857866
  • sideBar.background#FFFFFF
  • sideBar.border#E0E0E0
  • sideBar.foreground#3A3A3A
  • sideBarSectionHeader.background#F3F3F3
  • sideBarSectionHeader.border#E0E0E0
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#3A3A3A
  • statusBar.background#008578
  • statusBar.border#E0E0E0
  • statusBar.debuggingBackground#006B61
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#006B61
  • statusBarItem.hoverBackground#00857833
  • statusBarItem.remoteBackground#006B61
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#008578
  • tab.activeForeground#1E1E1E
  • tab.border#E0E0E0
  • tab.inactiveBackground#F3F3F3
  • tab.inactiveForeground#6B6B6B
  • terminal.background#FFFFFF
  • terminal.foreground#1E1E1E
  • terminalCursor.foreground#008578
  • textLink.activeForeground#006B61
  • textLink.foreground#008578
  • 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#2A8448italic
string, punctuation.definition.string#B42AF6
constant.numeric, constant.language, constant.character#186048
keyword, keyword.control, storage, storage.type#008578
entity.name.function, support.function#7E4800
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#2A7E9C
variable, variable.parameter#4E48A8
entity.name.tag, meta.tag#008578
entity.other.attribute-name#4E48A8
keyword.operator, punctuation#24485A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#7E4800