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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#72AE00italic
string, punctuation.definition.string#BA967E
constant.numeric, constant.language, constant.character#D2F6AE
keyword, keyword.control, storage, storage.type#8A97A8bold
entity.name.function, support.function#F6FC06
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#96E4FC
variable, variable.parameter#1E9CF6
entity.name.tag, meta.tag#8A97A8bold
entity.other.attribute-name#1E9CF6
keyword.operator, punctuation#DEEADE
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#F6FC06