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#2A1A0E
  • activityBar.border#ffffff15
  • activityBar.foreground#E9A867
  • activityBar.inactiveForeground#fbf3df60
  • activityBarBadge.background#E9A867
  • activityBarBadge.foreground#2A1A0E
  • button.background#E9A867
  • button.foreground#2A1A0E
  • button.hoverBackground#E9A867dd
  • editor.background#2A1A0E
  • editor.foreground#fbf3df
  • editor.inactiveSelectionBackground#9DEC793580
  • editor.lineHighlightBackground#0B0F0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#9DEC7935
  • editorCursor.foreground#E9A867
  • editorGroupHeader.tabsBackground#2A1A0Edd
  • editorLineNumber.activeForeground#E9A867
  • editorLineNumber.foreground#dce8c580
  • focusBorder#E9A867
  • foreground#fbf3df
  • input.background#0B0F0A
  • input.border#ffffff15
  • input.foreground#fbf3df
  • input.placeholderForeground#fbf3df60
  • list.activeSelectionBackground#E9A86730
  • list.activeSelectionForeground#fbf3df
  • list.highlightForeground#E9A867
  • list.hoverBackground#0B0F0A40
  • list.hoverForeground#fbf3df
  • list.inactiveSelectionBackground#E9A86715
  • list.inactiveSelectionForeground#fbf3df
  • selection.background#9DEC7935
  • sideBar.background#0B0F0A
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf3df
  • sideBarSectionHeader.background#2A1A0E80
  • sideBarSectionHeader.foreground#fbf3df
  • sideBarTitle.foreground#E9A867
  • statusBar.background#2A1A0E
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf3df
  • statusBar.noFolderBackground#2A1A0E
  • tab.activeBackground#2A1A0E
  • tab.activeBorderTop#E9A867
  • tab.activeForeground#fbf3df
  • tab.border#ffffff15
  • tab.inactiveBackground#0B0F0A60
  • tab.inactiveForeground#fbf3df80
  • terminal.ansiBlack#2A1A0E
  • terminal.ansiBlue#9DEC79
  • terminal.ansiCyan#CCE755
  • terminal.ansiGreen#E9A867
  • terminal.ansiMagenta#F1B583
  • terminal.ansiRed#F1B583
  • terminal.ansiWhite#fbf3df
  • terminal.ansiYellow#CCE755
  • terminal.background#2A1A0E
  • terminal.foreground#fbf3df
  • titleBar.activeBackground#2A1A0E
  • titleBar.activeForeground#fbf3df
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A1A0E
  • titleBar.inactiveForeground#fbf3df60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#dce8c5italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#9DEC79bold
storage.type, storage.modifier#9DEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9A867
string, punctuation.definition.string, string.template, meta.template.expression#CCE755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1B583
variable, variable.other.readwrite, variable.other.object#fbf3df
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf3df
variable.parameter, meta.parameter#fbf3dfdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf3df80
keyword.operator#fbf3df
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#E9A867
entity.name.tag, punctuation.definition.tag#9DEC79
entity.other.attribute-name#E9A867
meta.diff, meta.diff.header#dce8c5
markup.deleted#F1B583
markup.inserted#E9A867
markup.changed#CCE755
markup.heading, markup.heading.setext, punctuation.definition.heading#E9A867bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#CCE755
string.other.link.title, string.other.link.description#E9A867
markup.underline.link#dce8c5underline
punctuation.definition.list#9DEC79
markup.quote, punctuation.definition.quote#dce8c5italic