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#C9743A
  • activityBar.background#2B1C13
  • activityBar.foreground#E8E2DC
  • activityBarBadge.background#C9743A
  • activityBarBadge.foreground#1F120D
  • badge.background#C9743A
  • badge.foreground#1F120D
  • button.background#C9743A
  • button.foreground#E8E2DC
  • button.hoverBackground#D28A4F
  • dropdown.background#2B1C13
  • dropdown.border#8A927F
  • dropdown.foreground#E8E2DC
  • editor.background#1F120D
  • editor.findMatchBackground#C9743A44
  • editor.findMatchHighlightBackground#C9743A22
  • editor.foreground#E8E2DC
  • editor.lineHighlightBackground#2B1C13
  • editor.lineHighlightBorder#2B1C13
  • editor.selectionBackground#C9743A33
  • editor.selectionHighlightBackground#8A927F33
  • editorBracketMatch.background#C9743A33
  • editorBracketMatch.border#C9743A66
  • editorCursor.foreground#C9743A
  • editorGroupHeader.tabsBackground#1F120D
  • editorIndentGuide.activeBackground#6F6250
  • editorIndentGuide.background#6F625033
  • editorLineNumber.activeForeground#C9743A
  • editorLineNumber.foreground#6F6250
  • editorWhitespace.foreground#6F6250
  • focusBorder#C9743A
  • gitDecoration.conflictingResourceForeground#C9743A
  • gitDecoration.deletedResourceForeground#FF6F6F
  • gitDecoration.modifiedResourceForeground#C9743A
  • gitDecoration.untrackedResourceForeground#A8B982
  • input.background#2B1C13
  • input.border#8A927F
  • input.foreground#E8E2DC
  • input.placeholderForeground#6F6250
  • inputOption.activeBorder#C9743A
  • list.activeSelectionBackground#C9743A
  • list.activeSelectionForeground#E8E2DC
  • list.focusBackground#C9743A
  • list.highlightForeground#C9743A
  • list.hoverBackground#C9743A66
  • minimap.background#1F120D
  • minimapSlider.activeBackground#C9743A66
  • minimapSlider.background#C9743A22
  • minimapSlider.hoverBackground#C9743A44
  • panel.background#241810
  • panel.border#8A927F
  • panelTitle.activeBorder#C9743A
  • panelTitle.activeForeground#C9743A
  • panelTitle.inactiveForeground#6F6250
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#6F6250
  • scrollbarSlider.background#6F625044
  • scrollbarSlider.hoverBackground#6F625088
  • sideBar.background#241810
  • sideBar.foreground#E8E2DC
  • sideBarSectionHeader.background#2B1C13
  • sideBarSectionHeader.foreground#C9743A
  • sideBarTitle.foreground#E8E2DC
  • statusBar.background#8A927F
  • statusBar.debuggingBackground#C9743A
  • statusBar.foreground#E8E2DC
  • statusBar.noFolderBackground#2B1C13
  • statusBarItem.hoverBackground#9FA78F
  • tab.activeBackground#1F120D
  • tab.activeBorder#C9743A
  • tab.activeForeground#E8E2DC
  • tab.border#2B1C13
  • tab.inactiveBackground#241810
  • tab.inactiveForeground#6F6250
  • terminal.ansiBlue#567F9F
  • terminal.ansiBrightBlue#769ED4
  • terminal.ansiBrightCyan#78B3A5
  • terminal.ansiBrightGreen#C2D29E
  • terminal.ansiBrightMagenta#E08A5A
  • terminal.ansiBrightRed#E27555
  • terminal.ansiBrightYellow#E9B555
  • terminal.ansiCyan#5A8F87
  • terminal.ansiGreen#A8B982
  • terminal.ansiMagenta#C9743A
  • terminal.ansiRed#C9743A
  • terminal.ansiYellow#D9A844
  • terminal.background#1F120D
  • terminal.foreground#E8E2DC
  • titleBar.activeBackground#1F120D
  • titleBar.activeForeground#E8E2DC
  • titleBar.inactiveBackground#241810
  • titleBar.inactiveForeground#6F6250

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F6250italic
string, string.quoted, string.template#E6C07B—
keyword, storage.type, storage.modifier#C9743Abold
keyword.operator, punctuation.accessor#A48E7A—
variable, variable.other#E8E2DC—
variable.parameter#A48E7Aitalic
entity.name.function, support.function#8A927F—
meta.function-call#8A927F—
entity.name.class, entity.name.type.class, support.class#C9743Abold
entity.name.type, support.type#C9743A—
entity.name.type.interface#C9743Aitalic
constant.numeric#D9A844—
constant, constant.language, constant.character#C8A165—
constant.language.boolean#D9A844bold
variable.other.property, support.variable.property#E6C07B—
meta.object-literal.key#E6C07B—
entity.name.tag, punctuation.definition.tag#C9743A—
entity.other.attribute-name#8A927Fitalic
punctuation, meta.brace#A48E7A—
string.regexp#D9A844—
constant.character.escape#C9743A—
meta.decorator, punctuation.decorator#E0A33A—
invalid, invalid.illegal#FF6F6Fstrikethrough
markup.heading, entity.name.section#C9743Abold
markup.bold#C9743Abold
markup.italic#6F6250italic
markup.underline.link#8A927F—
markup.inline.raw, markup.fenced_code#E6C07B—
support.type.property-name.json#C9743A—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C9743A—
support.type.property-name.css#E6C07B—
support.constant.property-value.css#E8E2DC—