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#0a120c
  • activityBar.border#161e18
  • activityBar.foreground#709070
  • activityBar.inactiveForeground#2a3828
  • activityBarBadge.background#6ab87a
  • activityBarBadge.foreground#0a120c
  • badge.background#284e30
  • badge.foreground#d0e8cc
  • button.background#284e30
  • button.foreground#d0e8cc
  • button.hoverBackground#345e3c
  • diffEditor.insertedTextBackground#1e3820
  • diffEditor.removedTextBackground#381e1e
  • dropdown.background#171f19
  • dropdown.border#2a3828
  • dropdown.foreground#b8d0b4
  • editor.background#121a14
  • editor.findMatchBackground#3a4a20
  • editor.findMatchHighlightBackground#2e3a18
  • editor.foreground#b8d0b4
  • editor.inactiveSelectionBackground#202e22
  • editor.lineHighlightBackground#171f19
  • editor.selectionBackground#2a3d2c
  • editor.selectionHighlightBackground#243028
  • editor.wordHighlightBackground#1e2e20
  • editorBracketHighlight.foreground1#6ab87a
  • editorBracketHighlight.foreground2#78c8b0
  • editorBracketHighlight.foreground3#98b8e8
  • editorBracketMatch.background#2a3d2c
  • editorBracketMatch.border#486848
  • editorCursor.foreground#6ab87a
  • editorError.foreground#c07868
  • editorGroup.border#161e18
  • editorGroupHeader.tabsBackground#0e1610
  • editorGutter.background#121a14
  • editorHoverWidget.background#171f19
  • editorHoverWidget.border#2a3828
  • editorIndentGuide.activeBackground#2a3828
  • editorIndentGuide.background#171f19
  • editorInfo.foreground#6ab87a
  • editorLineNumber.activeForeground#5a7a58
  • editorLineNumber.foreground#283828
  • editorSuggestWidget.background#171f19
  • editorSuggestWidget.border#2a3828
  • editorSuggestWidget.foreground#b8d0b4
  • editorSuggestWidget.highlightForeground#6ab87a
  • editorSuggestWidget.selectedBackground#1e2e20
  • editorWarning.foreground#e8c87a
  • editorWhitespace.foreground#1e2e20
  • editorWidget.background#171f19
  • editorWidget.border#2a3828
  • focusBorder#2a3828
  • foreground#90a890
  • gitDecoration.addedResourceForeground#6ab87a
  • gitDecoration.deletedResourceForeground#c07868
  • gitDecoration.ignoredResourceForeground#2a3828
  • gitDecoration.modifiedResourceForeground#e8c87a
  • gitDecoration.untrackedResourceForeground#6ab87a
  • input.background#171f19
  • input.border#2a3828
  • input.foreground#b8d0b4
  • input.placeholderForeground#344834
  • list.activeSelectionBackground#1e2e20
  • list.activeSelectionForeground#b8d0b4
  • list.highlightForeground#6ab87a
  • list.hoverBackground#182018
  • list.inactiveSelectionBackground#182018
  • minimap.background#0e1610
  • minimap.selectionHighlight#2a3d2c
  • panel.background#0e1610
  • panel.border#161e18
  • panelTitle.activeBorder#6ab87a
  • panelTitle.activeForeground#b8d0b4
  • panelTitle.inactiveForeground#344834
  • quickInput.background#121a14
  • quickInput.foreground#b8d0b4
  • scrollbarSlider.activeBackground#2a382880
  • scrollbarSlider.background#2a382830
  • scrollbarSlider.hoverBackground#2a382855
  • sideBar.background#0e1610
  • sideBar.border#161e18
  • sideBar.foreground#90a890
  • sideBarSectionHeader.background#0e1610
  • sideBarSectionHeader.foreground#5a7a58
  • sideBarTitle.foreground#5a7a58
  • statusBar.background#0a120c
  • statusBar.border#161e18
  • statusBar.foreground#5a7a58
  • tab.activeBackground#121a14
  • tab.activeBorderTop#6ab87a
  • tab.activeForeground#b8d0b4
  • tab.border#161e18
  • tab.inactiveBackground#0e1610
  • tab.inactiveForeground#344834
  • terminal.ansiBlack#171f19
  • terminal.ansiBlue#78a8d8
  • terminal.ansiBrightBlack#2a3828
  • terminal.ansiBrightBlue#90b8e8
  • terminal.ansiBrightCyan#90d8c0
  • terminal.ansiBrightGreen#88c890
  • terminal.ansiBrightMagenta#c8a8d8
  • terminal.ansiBrightRed#d09080
  • terminal.ansiBrightWhite#d0e8cc
  • terminal.ansiBrightYellow#f0d890
  • terminal.ansiCyan#78c8b0
  • terminal.ansiGreen#6ab87a
  • terminal.ansiMagenta#b890c8
  • terminal.ansiRed#c07868
  • terminal.ansiWhite#b8d0b4
  • terminal.ansiYellow#e8c87a
  • terminal.background#0e1610
  • terminal.foreground#b8d0b4
  • titleBar.activeBackground#0a120c
  • titleBar.activeForeground#709070
  • titleBar.border#161e18

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2a3828italic
string, string.quoted, string.template#a8d878
constant.character.escape, string.regexp#78c8b0
constant.numeric#e8c87a
constant.language#98b8e8
keyword, storage.type, storage.modifier#6ab87aitalic
keyword.operator#7ac87a
entity.name.function, support.function#78c8b0
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class#98b8e8
variable#b8d0b4
variable.parameter#a0c0a0italic
variable.language.this, variable.language.self#6ab87aitalic
entity.name.tag#6ab87a
entity.other.attribute-name#e8c87aitalic
meta.decorator, storage.type.annotation, punctuation.definition.annotation#e8c87aitalic
punctuation#486848
support.type.property-name.css#6ab87a
support.type.property-name.json#6ab87a
invalid#c07868underline