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#404040
  • activityBar.border#ffffff15
  • activityBar.foreground#E9A667
  • activityBar.inactiveForeground#fbf7ef60
  • activityBarBadge.background#E9A667
  • activityBarBadge.foreground#404040
  • button.background#E9A667
  • button.foreground#404040
  • button.hoverBackground#E9A667dd
  • editor.background#404040
  • editor.foreground#fbf7ef
  • editor.inactiveSelectionBackground#ECBE793580
  • editor.lineHighlightBackground#0F0D0B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECBE7935
  • editorCursor.foreground#E9A667
  • editorGroupHeader.tabsBackground#404040dd
  • editorLineNumber.activeForeground#E9A667
  • editorLineNumber.foreground#f3e8d780
  • focusBorder#E9A667
  • foreground#fbf7ef
  • input.background#0F0D0B
  • input.border#ffffff15
  • input.foreground#fbf7ef
  • input.placeholderForeground#fbf7ef60
  • list.activeSelectionBackground#E9A66730
  • list.activeSelectionForeground#fbf7ef
  • list.highlightForeground#E9A667
  • list.hoverBackground#0F0D0B40
  • list.hoverForeground#fbf7ef
  • list.inactiveSelectionBackground#E9A66715
  • list.inactiveSelectionForeground#fbf7ef
  • selection.background#ECBE7935
  • sideBar.background#0F0D0B
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf7ef
  • sideBarSectionHeader.background#40404080
  • sideBarSectionHeader.foreground#fbf7ef
  • sideBarTitle.foreground#E9A667
  • statusBar.background#404040
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf7ef
  • statusBar.noFolderBackground#404040
  • tab.activeBackground#404040
  • tab.activeBorderTop#E9A667
  • tab.activeForeground#fbf7ef
  • tab.border#ffffff15
  • tab.inactiveBackground#0F0D0B60
  • tab.inactiveForeground#fbf7ef80
  • terminal.ansiBlack#404040
  • terminal.ansiBlue#ECBE79
  • terminal.ansiCyan#55E79E
  • terminal.ansiGreen#E9A667
  • terminal.ansiMagenta#F1C983
  • terminal.ansiRed#F1C983
  • terminal.ansiWhite#fbf7ef
  • terminal.ansiYellow#55E79E
  • terminal.background#404040
  • terminal.foreground#fbf7ef
  • titleBar.activeBackground#404040
  • titleBar.activeForeground#fbf7ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#404040
  • titleBar.inactiveForeground#fbf7ef60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f3e8d7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECBE79bold
storage.type, storage.modifier#ECBE79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9A667
string, punctuation.definition.string, string.template, meta.template.expression#55E79E
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C983
variable, variable.other.readwrite, variable.other.object#fbf7ef
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf7ef
variable.parameter, meta.parameter#fbf7efdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf7ef80
keyword.operator#fbf7ef
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E79Ebold
entity.other.inherited-class#E9A667
entity.name.tag, punctuation.definition.tag#ECBE79
entity.other.attribute-name#E9A667
meta.diff, meta.diff.header#f3e8d7
markup.deleted#F1C983
markup.inserted#E9A667
markup.changed#55E79E
markup.heading, markup.heading.setext, punctuation.definition.heading#E9A667bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E79E
string.other.link.title, string.other.link.description#E9A667
markup.underline.link#f3e8d7underline
punctuation.definition.list#ECBE79
markup.quote, punctuation.definition.quote#f3e8d7italic