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#A1C949
  • activityBar.background#111618
  • activityBar.foreground#C2BFA2
  • activityBarBadge.background#5A6B33
  • activityBarBadge.foreground#E0E0D0
  • badge.background#5A6B33
  • badge.foreground#E0E0D0
  • button.background#2A3320
  • button.foreground#E0E0D0
  • button.hoverBackground#37442A
  • dropdown.background#111618
  • dropdown.border#111618
  • dropdown.foreground#E0E0D0
  • editor.background#0F1410
  • editor.findMatchBackground#A1C94944
  • editor.findMatchHighlightBackground#A1C94922
  • editor.foreground#E0E0D0
  • editor.lineHighlightBackground#1F2A1F80
  • editor.lineHighlightBorder#5A6B33C0
  • editor.selectionBackground#5A6B3340
  • editor.selectionHighlightBackground#5A6B3320
  • editorBracketMatch.background#5A6B3320
  • editorBracketMatch.border#A1C949
  • editorCursor.foreground#A1C949
  • editorGroupHeader.tabsBackground#0F1410
  • editorIndentGuide.activeBackground#5A6B3388
  • editorIndentGuide.background#2A332044
  • editorLineNumber.activeForeground#A1C949
  • editorLineNumber.foreground#5A5A46
  • editorWhitespace.foreground#2A3320
  • focusBorder#5A6B33
  • gitDecoration.conflictingResourceForeground#C2A86D
  • gitDecoration.deletedResourceForeground#BF6A6A
  • gitDecoration.modifiedResourceForeground#A1C949
  • gitDecoration.untrackedResourceForeground#7EA847
  • input.background#111618
  • input.border#111618
  • input.foreground#E0E0D0
  • input.placeholderForeground#5A5A46
  • inputOption.activeBorder#A1C949
  • list.activeSelectionBackground#2A3320
  • list.activeSelectionForeground#E0E0D0
  • list.focusBackground#2A3320
  • list.highlightForeground#A1C949
  • list.hoverBackground#1A1F0F66
  • minimap.background#0F1410
  • minimapSlider.activeBackground#5A6B3366
  • minimapSlider.background#5A6B3322
  • minimapSlider.hoverBackground#5A6B3344
  • panel.background#0F1410
  • panel.border#111618
  • panelTitle.activeBorder#A1C949
  • panelTitle.activeForeground#A1C949
  • panelTitle.inactiveForeground#7A7A6F
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#A1C98888
  • scrollbarSlider.background#4A4A4A44
  • scrollbarSlider.hoverBackground#4A4A4A88
  • sideBar.background#111618
  • sideBar.foreground#C8C8B0
  • sideBarSectionHeader.background#111618
  • sideBarSectionHeader.foreground#A1C949
  • sideBarTitle.foreground#C2A86D
  • statusBar.background#111618
  • statusBar.debuggingBackground#5A6B33
  • statusBar.foreground#E0E0D0
  • statusBar.noFolderBackground#111618
  • statusBarItem.hoverBackground#2A3320
  • tab.activeBackground#111618
  • tab.activeBorder#A1C949
  • tab.activeForeground#E0E0D0
  • tab.border#0D1110
  • tab.inactiveBackground#0D1110
  • tab.inactiveForeground#7A7A6F
  • terminal.ansiBlue#6A8FBF
  • terminal.ansiBrightBlue#8AA9E0
  • terminal.ansiBrightCyan#9FCF70
  • terminal.ansiBrightGreen#BCE06A
  • terminal.ansiBrightMagenta#CFA9CF
  • terminal.ansiBrightRed#D5A3A3
  • terminal.ansiBrightYellow#D0B785
  • terminal.ansiCyan#7EA847
  • terminal.ansiGreen#A1C949
  • terminal.ansiMagenta#B877B8
  • terminal.ansiRed#BF6A6A
  • terminal.ansiYellow#C2A86D
  • terminal.background#0F1410
  • terminal.foreground#E0E0D0
  • titleBar.activeBackground#111618
  • titleBar.activeForeground#E0E0D0
  • titleBar.inactiveBackground#0F1410
  • titleBar.inactiveForeground#7A7A6F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A46italic
string, string.quoted, string.template#8FD5A6
keyword, storage.type, storage.modifier#A1C949bold
keyword.operator, punctuation.accessor#B0B68F
variable, variable.other#E0E0D0
variable.parameter#BCE06Aitalic
entity.name.function, support.function#B0B68F
meta.function-call#D0D0C0
entity.name.class, entity.name.type.class, support.class#BCE06Abold
entity.name.type, support.type#C2A86D
entity.name.type.interface#C2A86Ditalic
constant.numeric#9CCF6E
constant, constant.language, constant.character#BCE06A
constant.language.boolean#9CCF6Ebold
variable.other.property, support.variable.property#D0D0C0
meta.object-literal.key#B0B68F
entity.name.tag, punctuation.definition.tag#A1C949
entity.other.attribute-name#C2A86Ditalic
punctuation, meta.brace#B0B68F
string.regexp#BCE06A
constant.character.escape#A1C949
meta.decorator, punctuation.decorator#8E8E5B
invalid, invalid.illegal#B44A4Astrikethrough
markup.heading, entity.name.section#A1C949bold
markup.bold#BCE06Abold
markup.italic#C2A86Ditalic
markup.underline.link#A1C949
markup.inline.raw, markup.fenced_code#B0B68F
support.type.property-name.json#B0B68F
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#8E8E5B
support.type.property-name.css#C2A86D
support.constant.property-value.css#A1C949