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#100C09
  • activityBar.border#ffffff15
  • activityBar.foreground#E9AD67
  • activityBar.inactiveForeground#FBF9F660
  • activityBarBadge.background#E9AD67
  • activityBarBadge.foreground#100C09
  • button.background#E9AD67
  • button.foreground#100C09
  • button.hoverBackground#E9AD67dd
  • editor.background#100C09
  • editor.foreground#FBF9F6
  • editor.inactiveSelectionBackground#ECC0793580
  • editor.lineHighlightBackground#2C1F1640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC07935
  • editorCursor.foreground#E9AD67
  • editorGroupHeader.tabsBackground#100C09dd
  • editorLineNumber.activeForeground#E9AD67
  • editorLineNumber.foreground#D6D2C880
  • focusBorder#E9AD67
  • foreground#FBF9F6
  • input.background#2C1F16
  • input.border#ffffff15
  • input.foreground#FBF9F6
  • input.placeholderForeground#FBF9F660
  • list.activeSelectionBackground#E9AD6730
  • list.activeSelectionForeground#FBF9F6
  • list.highlightForeground#E9AD67
  • list.hoverBackground#2C1F1640
  • list.hoverForeground#FBF9F6
  • list.inactiveSelectionBackground#E9AD6715
  • list.inactiveSelectionForeground#FBF9F6
  • selection.background#ECC07935
  • sideBar.background#2C1F16
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF9F6
  • sideBarSectionHeader.background#100C0980
  • sideBarSectionHeader.foreground#FBF9F6
  • sideBarTitle.foreground#E9AD67
  • statusBar.background#100C09
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF9F6
  • statusBar.noFolderBackground#100C09
  • tab.activeBackground#100C09
  • tab.activeBorderTop#E9AD67
  • tab.activeForeground#FBF9F6
  • tab.border#ffffff15
  • tab.inactiveBackground#2C1F1660
  • tab.inactiveForeground#FBF9F680
  • terminal.ansiBlack#100C09
  • terminal.ansiBlue#ECC079
  • terminal.ansiCyan#E79E55
  • terminal.ansiGreen#E9AD67
  • terminal.ansiMagenta#F1BA83
  • terminal.ansiRed#F1BA83
  • terminal.ansiWhite#FBF9F6
  • terminal.ansiYellow#E79E55
  • terminal.background#100C09
  • terminal.foreground#FBF9F6
  • titleBar.activeBackground#100C09
  • titleBar.activeForeground#FBF9F6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#100C09
  • titleBar.inactiveForeground#FBF9F660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D2C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC079bold
storage.type, storage.modifier#ECC079italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9AD67
string, punctuation.definition.string, string.template, meta.template.expression#E79E55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1BA83
variable, variable.other.readwrite, variable.other.object#FBF9F6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF9F6
variable.parameter, meta.parameter#FBF9F6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF9F680
keyword.operator#FBF9F6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E79E55bold
entity.other.inherited-class#E9AD67
entity.name.tag, punctuation.definition.tag#ECC079
entity.other.attribute-name#E9AD67
meta.diff, meta.diff.header#D6D2C8
markup.deleted#F1BA83
markup.inserted#E9AD67
markup.changed#E79E55
markup.heading, markup.heading.setext, punctuation.definition.heading#E9AD67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E79E55
string.other.link.title, string.other.link.description#E9AD67
markup.underline.link#D6D2C8underline
punctuation.definition.list#ECC079
markup.quote, punctuation.definition.quote#D6D2C8italic