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#221811
  • activityBar.border#ffffff15
  • activityBar.foreground#E9CB67
  • activityBar.inactiveForeground#f6f0df60
  • activityBarBadge.background#E9CB67
  • activityBarBadge.foreground#221811
  • button.background#E9CB67
  • button.foreground#221811
  • button.hoverBackground#E9CB67dd
  • editor.background#221811
  • editor.foreground#f6f0df
  • editor.inactiveSelectionBackground#CBEC793580
  • editor.lineHighlightBackground#2F231840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#CBEC7935
  • editorCursor.foreground#E9CB67
  • editorGroupHeader.tabsBackground#221811dd
  • editorLineNumber.activeForeground#E9CB67
  • editorLineNumber.foreground#f0e0d280
  • focusBorder#E9CB67
  • foreground#f6f0df
  • input.background#2F2318
  • input.border#ffffff15
  • input.foreground#f6f0df
  • input.placeholderForeground#f6f0df60
  • list.activeSelectionBackground#E9CB6730
  • list.activeSelectionForeground#f6f0df
  • list.highlightForeground#E9CB67
  • list.hoverBackground#2F231840
  • list.hoverForeground#f6f0df
  • list.inactiveSelectionBackground#E9CB6715
  • list.inactiveSelectionForeground#f6f0df
  • selection.background#CBEC7935
  • sideBar.background#2F2318
  • sideBar.border#ffffff15
  • sideBar.foreground#f6f0df
  • sideBarSectionHeader.background#22181180
  • sideBarSectionHeader.foreground#f6f0df
  • sideBarTitle.foreground#E9CB67
  • statusBar.background#221811
  • statusBar.border#ffffff15
  • statusBar.foreground#f6f0df
  • statusBar.noFolderBackground#221811
  • tab.activeBackground#221811
  • tab.activeBorderTop#E9CB67
  • tab.activeForeground#f6f0df
  • tab.border#ffffff15
  • tab.inactiveBackground#2F231860
  • tab.inactiveForeground#f6f0df80
  • terminal.ansiBlack#221811
  • terminal.ansiBlue#CBEC79
  • terminal.ansiCyan#55B4E7
  • terminal.ansiGreen#E9CB67
  • terminal.ansiMagenta#F1C583
  • terminal.ansiRed#F1C583
  • terminal.ansiWhite#f6f0df
  • terminal.ansiYellow#55B4E7
  • terminal.background#221811
  • terminal.foreground#f6f0df
  • titleBar.activeBackground#221811
  • titleBar.activeForeground#f6f0df
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#221811
  • titleBar.inactiveForeground#f6f0df60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f0e0d2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#CBEC79bold
storage.type, storage.modifier#CBEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9CB67
string, punctuation.definition.string, string.template, meta.template.expression#55B4E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C583
variable, variable.other.readwrite, variable.other.object#f6f0df
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6f0df
variable.parameter, meta.parameter#f6f0dfdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6f0df80
keyword.operator#f6f0df
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55B4E7bold
entity.other.inherited-class#E9CB67
entity.name.tag, punctuation.definition.tag#CBEC79
entity.other.attribute-name#E9CB67
meta.diff, meta.diff.header#f0e0d2
markup.deleted#F1C583
markup.inserted#E9CB67
markup.changed#55B4E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9CB67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55B4E7
string.other.link.title, string.other.link.description#E9CB67
markup.underline.link#f0e0d2underline
punctuation.definition.list#CBEC79
markup.quote, punctuation.definition.quote#f0e0d2italic