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#060505
  • activityBar.border#ffffff15
  • activityBar.foreground#E9C467
  • activityBar.inactiveForeground#f7f1e460
  • activityBarBadge.background#E9C467
  • activityBarBadge.foreground#060505
  • button.background#E9C467
  • button.foreground#060505
  • button.hoverBackground#E9C467dd
  • editor.background#060505
  • editor.foreground#f7f1e4
  • editor.inactiveSelectionBackground#ECC2793580
  • editor.lineHighlightBackground#0B0B0940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC27935
  • editorCursor.foreground#E9C467
  • editorGroupHeader.tabsBackground#060505dd
  • editorLineNumber.activeForeground#E9C467
  • editorLineNumber.foreground#d8c8a780
  • focusBorder#E9C467
  • foreground#f7f1e4
  • input.background#0B0B09
  • input.border#ffffff15
  • input.foreground#f7f1e4
  • input.placeholderForeground#f7f1e460
  • list.activeSelectionBackground#E9C46730
  • list.activeSelectionForeground#f7f1e4
  • list.highlightForeground#E9C467
  • list.hoverBackground#0B0B0940
  • list.hoverForeground#f7f1e4
  • list.inactiveSelectionBackground#E9C46715
  • list.inactiveSelectionForeground#f7f1e4
  • selection.background#ECC27935
  • sideBar.background#0B0B09
  • sideBar.border#ffffff15
  • sideBar.foreground#f7f1e4
  • sideBarSectionHeader.background#06050580
  • sideBarSectionHeader.foreground#f7f1e4
  • sideBarTitle.foreground#E9C467
  • statusBar.background#060505
  • statusBar.border#ffffff15
  • statusBar.foreground#f7f1e4
  • statusBar.noFolderBackground#060505
  • tab.activeBackground#060505
  • tab.activeBorderTop#E9C467
  • tab.activeForeground#f7f1e4
  • tab.border#ffffff15
  • tab.inactiveBackground#0B0B0960
  • tab.inactiveForeground#f7f1e480
  • terminal.ansiBlack#060505
  • terminal.ansiBlue#ECC279
  • terminal.ansiCyan#CCE755
  • terminal.ansiGreen#E9C467
  • terminal.ansiMagenta#F1A083
  • terminal.ansiRed#F1A083
  • terminal.ansiWhite#f7f1e4
  • terminal.ansiYellow#CCE755
  • terminal.background#060505
  • terminal.foreground#f7f1e4
  • titleBar.activeBackground#060505
  • titleBar.activeForeground#f7f1e4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#060505
  • titleBar.inactiveForeground#f7f1e460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8c8a7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC279bold
storage.type, storage.modifier#ECC279italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9C467
string, punctuation.definition.string, string.template, meta.template.expression#CCE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1A083
variable, variable.other.readwrite, variable.other.object#f7f1e4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f7f1e4
variable.parameter, meta.parameter#f7f1e4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f7f1e480
keyword.operator#f7f1e4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#CCE755bold
entity.other.inherited-class#E9C467
entity.name.tag, punctuation.definition.tag#ECC279
entity.other.attribute-name#E9C467
meta.diff, meta.diff.header#d8c8a7
markup.deleted#F1A083
markup.inserted#E9C467
markup.changed#CCE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9C467bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#CCE755
string.other.link.title, string.other.link.description#E9C467
markup.underline.link#d8c8a7underline
punctuation.definition.list#ECC279
markup.quote, punctuation.definition.quote#d8c8a7italic