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#201F18
  • activityBar.border#ffffff15
  • activityBar.foreground#E9D667
  • activityBar.inactiveForeground#fbf6da60
  • activityBarBadge.background#E9D667
  • activityBarBadge.foreground#201F18
  • button.background#E9D667
  • button.foreground#201F18
  • button.hoverBackground#E9D667dd
  • editor.background#201F18
  • editor.foreground#fbf6da
  • editor.inactiveSelectionBackground#ABEC793580
  • editor.lineHighlightBackground#0C0C0840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ABEC7935
  • editorCursor.foreground#E9D667
  • editorGroupHeader.tabsBackground#201F18dd
  • editorLineNumber.activeForeground#E9D667
  • editorLineNumber.foreground#d7dcc180
  • focusBorder#E9D667
  • foreground#fbf6da
  • input.background#0C0C08
  • input.border#ffffff15
  • input.foreground#fbf6da
  • input.placeholderForeground#fbf6da60
  • list.activeSelectionBackground#E9D66730
  • list.activeSelectionForeground#fbf6da
  • list.highlightForeground#E9D667
  • list.hoverBackground#0C0C0840
  • list.hoverForeground#fbf6da
  • list.inactiveSelectionBackground#E9D66715
  • list.inactiveSelectionForeground#fbf6da
  • selection.background#ABEC7935
  • sideBar.background#0C0C08
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf6da
  • sideBarSectionHeader.background#201F1880
  • sideBarSectionHeader.foreground#fbf6da
  • sideBarTitle.foreground#E9D667
  • statusBar.background#201F18
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf6da
  • statusBar.noFolderBackground#201F18
  • tab.activeBackground#201F18
  • tab.activeBorderTop#E9D667
  • tab.activeForeground#fbf6da
  • tab.border#ffffff15
  • tab.inactiveBackground#0C0C0860
  • tab.inactiveForeground#fbf6da80
  • terminal.ansiBlack#201F18
  • terminal.ansiBlue#ABEC79
  • terminal.ansiCyan#E7CF55
  • terminal.ansiGreen#E9D667
  • terminal.ansiMagenta#DDF183
  • terminal.ansiRed#DDF183
  • terminal.ansiWhite#fbf6da
  • terminal.ansiYellow#E7CF55
  • terminal.background#201F18
  • terminal.foreground#fbf6da
  • titleBar.activeBackground#201F18
  • titleBar.activeForeground#fbf6da
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#201F18
  • titleBar.inactiveForeground#fbf6da60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d7dcc1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ABEC79bold
storage.type, storage.modifier#ABEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9D667
string, punctuation.definition.string, string.template, meta.template.expression#E7CF55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#DDF183
variable, variable.other.readwrite, variable.other.object#fbf6da
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf6da
variable.parameter, meta.parameter#fbf6dadditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf6da80
keyword.operator#fbf6da
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7CF55bold
entity.other.inherited-class#E9D667
entity.name.tag, punctuation.definition.tag#ABEC79
entity.other.attribute-name#E9D667
meta.diff, meta.diff.header#d7dcc1
markup.deleted#DDF183
markup.inserted#E9D667
markup.changed#E7CF55
markup.heading, markup.heading.setext, punctuation.definition.heading#E9D667bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7CF55
string.other.link.title, string.other.link.description#E9D667
markup.underline.link#d7dcc1underline
punctuation.definition.list#ABEC79
markup.quote, punctuation.definition.quote#d7dcc1italic