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#ead7b3
  • activityBar.border#00000015
  • activityBar.foreground#a94f2b
  • activityBar.inactiveForeground#21170f60
  • activityBarBadge.background#a94f2b
  • activityBarBadge.foreground#ead7b3
  • button.background#a94f2b
  • button.foreground#ead7b3
  • button.hoverBackground#a94f2bdd
  • editor.background#ead7b3
  • editor.foreground#21170f
  • editor.inactiveSelectionBackground#c79a632580
  • editor.lineHighlightBackground#fff6e650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#c79a6325
  • editorCursor.foreground#a94f2b
  • editorGroupHeader.tabsBackground#fff6e6aa
  • editorLineNumber.activeForeground#a94f2b
  • editorLineNumber.foreground#c79a6380
  • focusBorder#a94f2b
  • foreground#21170f
  • input.background#fff6e6
  • input.border#00000015
  • input.foreground#21170f
  • input.placeholderForeground#21170f60
  • list.activeSelectionBackground#a94f2b30
  • list.activeSelectionForeground#21170f
  • list.highlightForeground#a94f2b
  • list.hoverBackground#fff6e640
  • list.hoverForeground#21170f
  • list.inactiveSelectionBackground#a94f2b15
  • list.inactiveSelectionForeground#21170f
  • selection.background#c79a6325
  • sideBar.background#fff6e6
  • sideBar.border#00000015
  • sideBar.foreground#21170f
  • sideBarSectionHeader.background#fff6e680
  • sideBarSectionHeader.foreground#21170f
  • sideBarTitle.foreground#a94f2b
  • statusBar.background#ead7b3
  • statusBar.border#00000015
  • statusBar.foreground#21170f
  • statusBar.noFolderBackground#ead7b3
  • tab.activeBackground#ead7b3
  • tab.activeBorderTop#a94f2b
  • tab.activeForeground#21170f
  • tab.border#00000015
  • tab.inactiveBackground#ead7b360
  • tab.inactiveForeground#21170f80
  • terminal.ansiBlack#21170f
  • terminal.ansiBlue#c79a63
  • terminal.ansiCyan#6f4328
  • terminal.ansiGreen#a94f2b
  • terminal.ansiMagenta#6f735e
  • terminal.ansiRed#6f735e
  • terminal.ansiWhite#21170f
  • terminal.ansiYellow#6f4328
  • terminal.background#ead7b3
  • terminal.foreground#21170f
  • titleBar.activeBackground#ead7b3
  • titleBar.activeForeground#21170f
  • titleBar.border#00000015
  • titleBar.inactiveBackground#ead7b3
  • titleBar.inactiveForeground#21170f60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c79a63italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#c79a63bold
storage.type, storage.modifier#c79a63italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#a94f2b
string, punctuation.definition.string, string.template, meta.template.expression#6f4328
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#6f735e
variable, variable.other.readwrite, variable.other.object#21170f
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#21170f
variable.parameter, meta.parameter#21170fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#21170f80
keyword.operator#21170f
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6f4328bold
entity.other.inherited-class#a94f2b
entity.name.tag, punctuation.definition.tag#c79a63
entity.other.attribute-name#a94f2b
meta.diff, meta.diff.header#c79a63
markup.deleted#6f735e
markup.inserted#a94f2b
markup.changed#6f4328
markup.heading, markup.heading.setext, punctuation.definition.heading#a94f2bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6f4328
string.other.link.title, string.other.link.description#a94f2b
markup.underline.link#c79a63underline
punctuation.definition.list#c79a63
markup.quote, punctuation.definition.quote#c79a63italic