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#4b0e0e
  • activityBar.background#121212
  • activityBar.foreground#c49000
  • activityBarBadge.background#4b0e0e
  • activityBarBadge.foreground#f0e5d8
  • badge.background#2c3e5d
  • badge.foreground#f0e5d8
  • button.background#4b0e0e
  • button.foreground#f0e5d8
  • button.hoverBackground#2c3e5d
  • dropdown.background#111111
  • dropdown.border#2c3e5d
  • dropdown.foreground#d8c9b0
  • editor.background#0d0a0b
  • editor.findMatchBackground#c4900044
  • editor.findMatchHighlightBackground#c4900066
  • editor.foreground#d8c9b0
  • editor.lineHighlightBackground#2c3e5d33
  • editor.lineHighlightBorder#c49000
  • editor.selectionBackground#4b0e0e99
  • editor.selectionHighlightBackground#4b0e0ebb
  • editorBracketMatch.background#2c3e5d44
  • editorBracketMatch.border#c49000
  • editorCursor.foreground#c49000
  • editorGroupHeader.tabsBackground#111111
  • editorIndentGuide.activeBackground#4b0e0e
  • editorIndentGuide.background#333333
  • editorLineNumber.activeForeground#f0e5d8
  • editorLineNumber.foreground#8a7d6e
  • editorWhitespace.foreground#555555
  • focusBorder#c49000
  • gitDecoration.conflictingResourceForeground#8b4b8b
  • gitDecoration.deletedResourceForeground#4b0e0e
  • gitDecoration.modifiedResourceForeground#c49000
  • gitDecoration.untrackedResourceForeground#4b8a44
  • input.background#1a0f0f
  • input.border#4b0e0e
  • input.foreground#f0e5d8
  • input.placeholderForeground#8a7d6e
  • inputOption.activeBorder#c49000
  • list.activeSelectionBackground#2c3e5d
  • list.activeSelectionForeground#f0e5d8
  • list.focusBackground#4b0e0e66
  • list.highlightForeground#c49000
  • list.hoverBackground#4b0e0e33
  • minimap.background#111111
  • minimapSlider.activeBackground#777777dd
  • minimapSlider.background#333333aa
  • minimapSlider.hoverBackground#555555aa
  • panel.background#111111
  • panel.border#2c3e5d
  • panelTitle.activeBorder#c49000
  • panelTitle.activeForeground#f0e5d8
  • panelTitle.inactiveForeground#8a7d6e
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#777777dd
  • scrollbarSlider.background#33333366
  • scrollbarSlider.hoverBackground#555555aa
  • sideBar.background#111111
  • sideBar.foreground#d8c9b0
  • sideBarSectionHeader.background#111111
  • sideBarSectionHeader.foreground#c49000
  • sideBarTitle.foreground#d8c9b0
  • statusBar.background#1a0f0f
  • statusBar.debuggingBackground#4b0e0e
  • statusBar.foreground#f0e5d8
  • statusBar.noFolderBackground#111111
  • statusBarItem.hoverBackground#2c3e5d
  • tab.activeBackground#1a0f0f
  • tab.activeBorder#c49000
  • tab.activeForeground#f0e5d8
  • tab.border#2c3e5d
  • tab.inactiveBackground#111111
  • tab.inactiveForeground#8a7d6e
  • terminal.ansiBlue#2c3e5d
  • terminal.ansiBrightBlue#5a7fa3
  • terminal.ansiBrightCyan#6ab6b6
  • terminal.ansiBrightGreen#6ab66a
  • terminal.ansiBrightMagenta#b96ab9
  • terminal.ansiBrightRed#b84b4b
  • terminal.ansiBrightYellow#e0b84b
  • terminal.ansiCyan#4b8b8b
  • terminal.ansiGreen#4b8a44
  • terminal.ansiMagenta#8b4b8b
  • terminal.ansiRed#4b0e0e
  • terminal.ansiYellow#c49000
  • terminal.background#0d0a0b
  • terminal.foreground#d8c9b0
  • titleBar.activeBackground#1a0f0f
  • titleBar.activeForeground#f0e5d8
  • titleBar.inactiveBackground#0d0a0b
  • titleBar.inactiveForeground#8a7d6e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8a7d6eitalic
string, string.quoted, string.template#4b8a44—
keyword, storage.type, storage.modifier#c49000bold
keyword.operator, punctuation.accessor#d8c9b0—
variable, variable.other#d8c9b0—
variable.parameter#c49000italic
entity.name.function, support.function#2c3e5d—
meta.function-call#5a7fa3—
entity.name.class, entity.name.type.class, support.class#4b0e0ebold
entity.name.type, support.type#6ab6b6—
entity.name.type.interface#8b4b8bitalic
constant.numeric#b84b4b—
constant, constant.language, constant.character#c49000—
constant.language.boolean#b84b4bbold
variable.other.property, support.variable.property#5a7fa3—
meta.object-literal.key#6ab66a—
entity.name.tag, punctuation.definition.tag#4b0e0e—
entity.other.attribute-name#8b4b8bitalic
punctuation, meta.brace#d8c9b0—
string.regexp#b96ab9—
constant.character.escape#b84b4b—
meta.decorator, punctuation.decorator#4b8b8b—
invalid, invalid.illegal#ff5555strikethrough
markup.heading, entity.name.section#c49000bold
markup.bold#c49000bold
markup.italic#8a7d6eitalic
markup.underline.link#5a7fa3—
markup.inline.raw, markup.fenced_code#4b8a44—
support.type.property-name.json#2c3e5d—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#4b0e0e—
support.type.property-name.css#4b8a44—
support.constant.property-value.css#c49000—