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#8E5A35
  • activityBar.border#ffffff15
  • activityBar.foreground#C2642E
  • activityBar.inactiveForeground#F6E7D860
  • activityBarBadge.background#C2642E
  • activityBarBadge.foreground#8E5A35
  • button.background#C2642E
  • button.foreground#8E5A35
  • button.hoverBackground#C2642Edd
  • editor.background#8E5A35
  • editor.foreground#F6E7D8
  • editor.inactiveSelectionBackground#DE8A583580
  • editor.lineHighlightBackground#3A2A1F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#DE8A5835
  • editorCursor.foreground#C2642E
  • editorGroupHeader.tabsBackground#8E5A35dd
  • editorLineNumber.activeForeground#C2642E
  • editorLineNumber.foreground#8E8E8780
  • focusBorder#C2642E
  • foreground#F6E7D8
  • input.background#3A2A1F
  • input.border#ffffff15
  • input.foreground#F6E7D8
  • input.placeholderForeground#F6E7D860
  • list.activeSelectionBackground#C2642E30
  • list.activeSelectionForeground#F6E7D8
  • list.highlightForeground#C2642E
  • list.hoverBackground#3A2A1F40
  • list.hoverForeground#F6E7D8
  • list.inactiveSelectionBackground#C2642E15
  • list.inactiveSelectionForeground#F6E7D8
  • selection.background#DE8A5835
  • sideBar.background#3A2A1F
  • sideBar.border#ffffff15
  • sideBar.foreground#F6E7D8
  • sideBarSectionHeader.background#8E5A3580
  • sideBarSectionHeader.foreground#F6E7D8
  • sideBarTitle.foreground#C2642E
  • statusBar.background#8E5A35
  • statusBar.border#ffffff15
  • statusBar.foreground#F6E7D8
  • statusBar.noFolderBackground#8E5A35
  • tab.activeBackground#8E5A35
  • tab.activeBorderTop#C2642E
  • tab.activeForeground#F6E7D8
  • tab.border#ffffff15
  • tab.inactiveBackground#3A2A1F60
  • tab.inactiveForeground#F6E7D880
  • terminal.ansiBlack#8E5A35
  • terminal.ansiBlue#DE8A58
  • terminal.ansiCyan#78AED6
  • terminal.ansiGreen#C2642E
  • terminal.ansiMagenta#D0B77A
  • terminal.ansiRed#D0B77A
  • terminal.ansiWhite#F6E7D8
  • terminal.ansiYellow#78AED6
  • terminal.background#8E5A35
  • terminal.foreground#F6E7D8
  • titleBar.activeBackground#8E5A35
  • titleBar.activeForeground#F6E7D8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#8E5A35
  • titleBar.inactiveForeground#F6E7D860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8E8E87italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#DE8A58bold
storage.type, storage.modifier#DE8A58italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C2642E
string, punctuation.definition.string, string.template, meta.template.expression#78AED6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D0B77A
variable, variable.other.readwrite, variable.other.object#F6E7D8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6E7D8
variable.parameter, meta.parameter#F6E7D8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6E7D880
keyword.operator#F6E7D8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#78AED6bold
entity.other.inherited-class#C2642E
entity.name.tag, punctuation.definition.tag#DE8A58
entity.other.attribute-name#C2642E
meta.diff, meta.diff.header#8E8E87
markup.deleted#D0B77A
markup.inserted#C2642E
markup.changed#78AED6
markup.heading, markup.heading.setext, punctuation.definition.heading#C2642Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#78AED6
string.other.link.title, string.other.link.description#C2642E
markup.underline.link#8E8E87underline
punctuation.definition.list#DE8A58
markup.quote, punctuation.definition.quote#8E8E87italic