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#00A899
  • activityBar.background#000000
  • activityBar.border#00A899
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#00A899
  • activityBarBadge.foreground#000000
  • badge.background#00A899
  • badge.foreground#000000
  • button.background#000000
  • button.border#00A899
  • button.foreground#FFFFFF
  • button.hoverBackground#00A89944
  • contrastActiveBorder#FFFFFF
  • contrastBorder#00A899
  • dropdown.background#000000
  • dropdown.border#00A899
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#00A89955
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#00A89922
  • editor.foreground#FFFFFF
  • editor.selectionBackground#00A89955
  • editor.selectionHighlightBackground#00A89922
  • editor.selectionHighlightBorder#00A899
  • editor.wordHighlightBackground#00A89922
  • editor.wordHighlightBorder#00A899
  • editorBracketMatch.background#00A89922
  • editorBracketMatch.border#00A899
  • editorCursor.foreground#00A899
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#00A899
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#00A899
  • editorIndentGuide.activeBackground1#00A899
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#00A899
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#00A899
  • editorSuggestWidget.highlightForeground#00A899
  • editorSuggestWidget.selectedBackground#00A89933
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#00A899
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#00A89944
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#00A899
  • input.background#000000
  • input.border#00A899
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#00A89944
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#00A899
  • list.hoverBackground#00A89922
  • list.inactiveSelectionBackground#00A89922
  • minimap.findMatchHighlight#00A899
  • panel.background#000000
  • panel.border#00A899
  • panelTitle.activeBorder#00A899
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#00A899
  • progressBar.background#00A899
  • scrollbarSlider.activeBackground#00A899AA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#00A89966
  • sideBar.background#000000
  • sideBar.border#00A899
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#00A899
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#00A899
  • statusBar.debuggingBackground#00A899
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#00A89933
  • statusBarItem.remoteBackground#00C7B4
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#00A899
  • tab.activeForeground#FFFFFF
  • tab.border#00A899
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#00A899
  • textLink.activeForeground#00C7B4
  • textLink.foreground#00A899
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#00A899
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#60A800italic
string, punctuation.definition.string#C0AE84
constant.numeric, constant.language, constant.character#DEF6C6
keyword, keyword.control, storage, storage.type#00A899bold
entity.name.function, support.function#F6FC12
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#9CCCFC
variable, variable.parameter#9C84FC
entity.name.tag, meta.tag#00A899bold
entity.other.attribute-name#9C84FC
keyword.operator, punctuation#C6F6F6
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#F6FC12