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#15232d
  • activityBar.border#0d1a26
  • activityBar.foreground#ffc600
  • activityBar.inactiveForeground#627e97
  • activityBarBadge.background#ffc600
  • activityBarBadge.foreground#15232d
  • badge.background#ffc600
  • badge.foreground#193549
  • button.background#ffc600
  • button.foreground#193549
  • button.hoverBackground#ffdd33
  • dropdown.background#15232d
  • dropdown.border#1f4662
  • dropdown.foreground#ffffff
  • editor.background#193549
  • editor.foreground#ffffff
  • editor.inactiveSelectionBackground#0d3a5844
  • editor.lineHighlightBackground#1f4662
  • editor.selectionBackground#0d3a58
  • editorCursor.foreground#ffc600
  • editorIndentGuide.activeBackground#0088ff
  • editorIndentGuide.background#1f4662
  • editorLineNumber.activeForeground#ffc600
  • editorLineNumber.foreground#1f4662
  • editorSuggestWidget.background#15232d
  • editorSuggestWidget.border#ffc600
  • editorSuggestWidget.selectedBackground#0d3a58
  • editorWhitespace.foreground#1f4662
  • editorWidget.background#15232d
  • editorWidget.border#ffc600
  • input.background#15232d
  • input.border#1f4662
  • input.foreground#ffffff
  • input.placeholderForeground#627e97
  • inputOption.activeBorder#ffc600
  • list.activeSelectionBackground#0d3a58
  • list.activeSelectionForeground#ffffff
  • list.focusOutline#ffc600
  • list.hoverBackground#1f4662
  • list.inactiveSelectionBackground#1f4662
  • panel.background#193549
  • panel.border#0d1a26
  • panelTitle.activeBorder#ffc600
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#aaa9a2
  • scrollbarSlider.activeBackground#0d3a58cc
  • scrollbarSlider.background#0d3a5866
  • scrollbarSlider.hoverBackground#0d3a5899
  • sideBar.background#15232d
  • sideBar.border#0d1a26
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#193549
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffc600
  • statusBar.background#15232d
  • statusBar.debuggingBackground#ff0088
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#15232d
  • tab.activeBackground#193549
  • tab.activeBorder#ffc600
  • tab.activeForeground#ffffff
  • tab.border#0d1a26
  • tab.inactiveBackground#15232d
  • tab.inactiveForeground#aaa9a2
  • terminal.ansiBlack#193549
  • terminal.ansiBlue#0088ff
  • terminal.ansiCyan#80ffbb
  • terminal.ansiGreen#3ad900
  • terminal.ansiMagenta#9d41ff
  • terminal.ansiRed#ff0088
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffc600
  • terminal.background#193549
  • terminal.foreground#ffffff
  • titleBar.activeBackground#15232d
  • titleBar.activeForeground#ffffff
  • titleBar.border#0d1a26
  • titleBar.inactiveBackground#193549
  • titleBar.inactiveForeground#aaa9a2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#0088ffitalic
string, string.quoted#3ad900—
keyword, storage.type, storage.modifier#ff9d00—
entity.name.function, support.function#ffc600—
variable, variable.other#ffffff—
constant.numeric, constant.language, constant.character#ff628c—
entity.name.type, entity.name.class, support.class#80ffbb—
keyword.operator#ff9d00—
entity.name.tag#ff0088—
entity.other.attribute-name#9effff—
support.type.property-name#80ffbb—
punctuation#ffffff—