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#A1665E
  • activityBar.background#E5DED4
  • activityBar.foreground#A1665E
  • activityBarBadge.background#A1665E
  • activityBarBadge.foreground#FAF3E0
  • badge.background#A1665E
  • badge.foreground#FAF3E0
  • button.background#A1665E
  • button.foreground#FAF3E0
  • button.hoverBackground#D9823B
  • dropdown.background#E5DED4
  • dropdown.border#B0A192
  • dropdown.foreground#4B4636
  • editor.background#FAF3E0
  • editor.findMatchBackground#D9823B44
  • editor.findMatchHighlightBackground#D9823B22
  • editor.foreground#4B4636
  • editor.lineHighlightBackground#E5DED4AA
  • editor.lineHighlightBorder#A1665E44
  • editor.selectionBackground#A1665E33
  • editor.selectionHighlightBackground#A1665E22
  • editorBracketMatch.background#D9823B33
  • editorBracketMatch.border#D9823B
  • editorCursor.foreground#A1665E
  • editorGroupHeader.tabsBackground#FAF3E0
  • editorIndentGuide.activeBackground#B0A19280
  • editorIndentGuide.background#B0A19240
  • editorLineNumber.activeForeground#A1665E
  • editorLineNumber.foreground#8C7B6A
  • editorWhitespace.foreground#B0A192
  • focusBorder#A1665E
  • gitDecoration.conflictingResourceForeground#D9823B
  • gitDecoration.deletedResourceForeground#C9837B
  • gitDecoration.modifiedResourceForeground#A1665E
  • gitDecoration.untrackedResourceForeground#8FB57A
  • input.background#E5DED4
  • input.border#B0A192
  • input.foreground#4B4636
  • input.placeholderForeground#8C7B6A
  • inputOption.activeBorder#A1665E
  • list.activeSelectionBackground#A1665E
  • list.activeSelectionForeground#FAF3E0
  • list.focusBackground#A1665E55
  • list.highlightForeground#A1665E
  • list.hoverBackground#A1665E30
  • minimap.background#FAF3E0
  • minimapSlider.activeBackground#A1665E66
  • minimapSlider.background#A1665E22
  • minimapSlider.hoverBackground#A1665E44
  • panel.background#FAF3E0
  • panel.border#E5DED4
  • panelTitle.activeBorder#A1665E
  • panelTitle.activeForeground#4B4636
  • panelTitle.inactiveForeground#8C7B6A
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#B0A192CC
  • scrollbarSlider.background#B0A19280
  • scrollbarSlider.hoverBackground#B0A192AA
  • sideBar.background#F5EFE5
  • sideBar.foreground#4B4636
  • sideBarSectionHeader.background#ECE5D9
  • sideBarSectionHeader.foreground#A1665E
  • sideBarTitle.foreground#A1665E
  • statusBar.background#E5DED4
  • statusBar.debuggingBackground#A1665E
  • statusBar.foreground#4B4636
  • statusBar.noFolderBackground#D9D2C8
  • statusBarItem.hoverBackground#A1665E33
  • tab.activeBackground#FAF3E0
  • tab.activeBorder#A1665E
  • tab.activeForeground#4B4636
  • tab.border#C5BEB4
  • tab.inactiveBackground#E5DED4
  • tab.inactiveForeground#8C7B6A
  • terminal.ansiBlue#6A8FB5
  • terminal.ansiBrightBlue#8DAED9
  • terminal.ansiBrightCyan#A5D6CC
  • terminal.ansiBrightGreen#A5D9A4
  • terminal.ansiBrightMagenta#D9A5C0
  • terminal.ansiBrightRed#C9837B
  • terminal.ansiBrightYellow#E0B88A
  • terminal.ansiCyan#8CBEB2
  • terminal.ansiGreen#8FB57A
  • terminal.ansiMagenta#B58FA6
  • terminal.ansiRed#A1665E
  • terminal.ansiYellow#D9823B
  • terminal.background#FAF3E0
  • terminal.foreground#4B4636
  • titleBar.activeBackground#E5DED4
  • titleBar.activeForeground#4B4636
  • titleBar.inactiveBackground#D9D2C8
  • titleBar.inactiveForeground#6A8FB5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B0A192italic
string, string.quoted, string.template#D9823B—
keyword, storage.type, storage.modifier#A1665Ebold
keyword.operator, punctuation.accessor#6A8FB5—
variable, variable.other#4B4636—
variable.parameter#8C5A46italic
entity.name.function, support.function#6A8FB5—
meta.function-call#A1665E—
entity.name.class, entity.name.type.class, support.class#6A8FB5bold
entity.name.type, support.type#5B4636—
entity.name.type.interface#8C5A46italic
constant.numeric#6A8FB5—
constant, constant.language, constant.character#A1665E—
constant.language.boolean#A1665Ebold
variable.other.property, support.variable.property#6A8FB5—
meta.object-literal.key#A1665E—
entity.name.tag, punctuation.definition.tag#A1665E—
entity.other.attribute-name#6A8FB5italic
punctuation, meta.brace#5B4636—
string.regexp#8C5A46—
constant.character.escape#A1665E—
meta.decorator, punctuation.decorator#6A8FB5—
invalid, invalid.illegal#C9837Bstrikethrough
markup.heading, entity.name.section#A1665Ebold
markup.bold#A1665Ebold
markup.italic#6A8FB5italic
markup.underline.link#8FB57A—
markup.inline.raw, markup.fenced_code#6A8FB5—
support.type.property-name.json#A1665E—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#6A8FB5—
support.type.property-name.css#6A8FB5—
support.constant.property-value.css#A1665E—