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.background#101010
  • activityBar.border#1e1e1e
  • activityBar.foreground#787878
  • activityBar.inactiveForeground#383838
  • activityBarBadge.background#9898b8
  • activityBarBadge.foreground#101010
  • badge.background#383848
  • badge.foreground#e0e0e8
  • button.background#383848
  • button.foreground#e0e0e8
  • button.hoverBackground#484858
  • diffEditor.insertedTextBackground#202820
  • diffEditor.removedTextBackground#281e1e
  • dropdown.background#202020
  • dropdown.border#383838
  • dropdown.foreground#c8c8c8
  • editor.background#181818
  • editor.findMatchBackground#383830
  • editor.findMatchHighlightBackground#2e2e28
  • editor.foreground#c8c8c8
  • editor.inactiveSelectionBackground#262626
  • editor.lineHighlightBackground#202020
  • editor.selectionBackground#303030
  • editor.selectionHighlightBackground#2a2a2a
  • editor.wordHighlightBackground#262626
  • editorBracketHighlight.foreground1#9898b8
  • editorBracketHighlight.foreground2#b8c8b8
  • editorBracketHighlight.foreground3#b8b8d0
  • editorBracketMatch.background#303030
  • editorBracketMatch.border#505050
  • editorCursor.foreground#9898b8
  • editorError.foreground#b87878
  • editorGroup.border#1e1e1e
  • editorGroupHeader.tabsBackground#141414
  • editorGutter.background#181818
  • editorHoverWidget.background#202020
  • editorHoverWidget.border#383838
  • editorIndentGuide.activeBackground#303030
  • editorIndentGuide.background#202020
  • editorInfo.foreground#9898b8
  • editorLineNumber.activeForeground#686868
  • editorLineNumber.foreground#303030
  • editorSuggestWidget.background#202020
  • editorSuggestWidget.border#383838
  • editorSuggestWidget.foreground#c8c8c8
  • editorSuggestWidget.highlightForeground#9898b8
  • editorSuggestWidget.selectedBackground#222222
  • editorWarning.foreground#b8a878
  • editorWhitespace.foreground#262626
  • editorWidget.background#202020
  • editorWidget.border#383838
  • focusBorder#383838
  • foreground#909090
  • gitDecoration.addedResourceForeground#b8c8b8
  • gitDecoration.deletedResourceForeground#b87878
  • gitDecoration.ignoredResourceForeground#383838
  • gitDecoration.modifiedResourceForeground#b8a878
  • gitDecoration.untrackedResourceForeground#b8c8b8
  • input.background#202020
  • input.border#383838
  • input.foreground#c8c8c8
  • input.placeholderForeground#484848
  • list.activeSelectionBackground#222222
  • list.activeSelectionForeground#c8c8c8
  • list.highlightForeground#9898b8
  • list.hoverBackground#1c1c1c
  • list.inactiveSelectionBackground#1c1c1c
  • minimap.background#141414
  • minimap.selectionHighlight#303030
  • panel.background#141414
  • panel.border#1e1e1e
  • panelTitle.activeBorder#9898b8
  • panelTitle.activeForeground#c8c8c8
  • panelTitle.inactiveForeground#404040
  • quickInput.background#181818
  • quickInput.foreground#c8c8c8
  • scrollbarSlider.activeBackground#38383880
  • scrollbarSlider.background#38383830
  • scrollbarSlider.hoverBackground#38383855
  • sideBar.background#141414
  • sideBar.border#1e1e1e
  • sideBar.foreground#909090
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#686868
  • sideBarTitle.foreground#686868
  • statusBar.background#101010
  • statusBar.border#1e1e1e
  • statusBar.foreground#686868
  • tab.activeBackground#181818
  • tab.activeBorderTop#9898b8
  • tab.activeForeground#c8c8c8
  • tab.border#1e1e1e
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#404040
  • terminal.ansiBlack#202020
  • terminal.ansiBlue#9898b8
  • terminal.ansiBrightBlack#404040
  • terminal.ansiBrightBlue#b0b0d0
  • terminal.ansiBrightCyan#b0c8c8
  • terminal.ansiBrightGreen#c8d8c8
  • terminal.ansiBrightMagenta#c8c8e0
  • terminal.ansiBrightRed#c89090
  • terminal.ansiBrightWhite#e0e0e0
  • terminal.ansiBrightYellow#c8b890
  • terminal.ansiCyan#98b8b8
  • terminal.ansiGreen#b8c8b8
  • terminal.ansiMagenta#b8b8d0
  • terminal.ansiRed#b87878
  • terminal.ansiWhite#c8c8c8
  • terminal.ansiYellow#b8a878
  • terminal.background#141414
  • terminal.foreground#c8c8c8
  • titleBar.activeBackground#101010
  • titleBar.activeForeground#787878
  • titleBar.border#1e1e1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#383838italic
string, string.quoted, string.template#b8c8b8
constant.character.escape, string.regexp#98b8b8
constant.numeric#c8b898
constant.language#b8b8d0
keyword, storage.type, storage.modifier#9898b8italic
keyword.operator#a8a8c0
entity.name.function, support.function#d8d8d8
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class#b8b8d0
variable#c8c8c8
variable.parameter#b8b8b8italic
variable.language.this, variable.language.self#9898b8italic
entity.name.tag#9898b8
entity.other.attribute-name#a8a8a8italic
meta.decorator, storage.type.annotation, punctuation.definition.annotation#b8a878italic
punctuation#505050
support.type.property-name.css#9898b8
support.type.property-name.json#9898b8
invalid#b87878underline