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#1B2608
  • activityBar.border#ffffff15
  • activityBar.foreground#BEE967
  • activityBar.inactiveForeground#FAF9ED60
  • activityBarBadge.background#BEE967
  • activityBarBadge.foreground#1B2608
  • button.background#BEE967
  • button.foreground#1B2608
  • button.hoverBackground#BEE967dd
  • editor.background#1B2608
  • editor.foreground#FAF9ED
  • editor.inactiveSelectionBackground#C6EC793580
  • editor.lineHighlightBackground#0C110340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C6EC7935
  • editorCursor.foreground#BEE967
  • editorGroupHeader.tabsBackground#1B2608dd
  • editorLineNumber.activeForeground#BEE967
  • editorLineNumber.foreground#E7E1C880
  • focusBorder#BEE967
  • foreground#FAF9ED
  • input.background#0C1103
  • input.border#ffffff15
  • input.foreground#FAF9ED
  • input.placeholderForeground#FAF9ED60
  • list.activeSelectionBackground#BEE96730
  • list.activeSelectionForeground#FAF9ED
  • list.highlightForeground#BEE967
  • list.hoverBackground#0C110340
  • list.hoverForeground#FAF9ED
  • list.inactiveSelectionBackground#BEE96715
  • list.inactiveSelectionForeground#FAF9ED
  • selection.background#C6EC7935
  • sideBar.background#0C1103
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF9ED
  • sideBarSectionHeader.background#1B260880
  • sideBarSectionHeader.foreground#FAF9ED
  • sideBarTitle.foreground#BEE967
  • statusBar.background#1B2608
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF9ED
  • statusBar.noFolderBackground#1B2608
  • tab.activeBackground#1B2608
  • tab.activeBorderTop#BEE967
  • tab.activeForeground#FAF9ED
  • tab.border#ffffff15
  • tab.inactiveBackground#0C110360
  • tab.inactiveForeground#FAF9ED80
  • terminal.ansiBlack#1B2608
  • terminal.ansiBlue#C6EC79
  • terminal.ansiCyan#B6E755
  • terminal.ansiGreen#BEE967
  • terminal.ansiMagenta#C7F183
  • terminal.ansiRed#C7F183
  • terminal.ansiWhite#FAF9ED
  • terminal.ansiYellow#B6E755
  • terminal.background#1B2608
  • terminal.foreground#FAF9ED
  • titleBar.activeBackground#1B2608
  • titleBar.activeForeground#FAF9ED
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1B2608
  • titleBar.inactiveForeground#FAF9ED60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E7E1C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C6EC79bold
storage.type, storage.modifier#C6EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#BEE967
string, punctuation.definition.string, string.template, meta.template.expression#B6E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C7F183
variable, variable.other.readwrite, variable.other.object#FAF9ED
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF9ED
variable.parameter, meta.parameter#FAF9EDdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF9ED80
keyword.operator#FAF9ED
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#B6E755bold
entity.other.inherited-class#BEE967
entity.name.tag, punctuation.definition.tag#C6EC79
entity.other.attribute-name#BEE967
meta.diff, meta.diff.header#E7E1C8
markup.deleted#C7F183
markup.inserted#BEE967
markup.changed#B6E755
markup.heading, markup.heading.setext, punctuation.definition.heading#BEE967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#B6E755
string.other.link.title, string.other.link.description#BEE967
markup.underline.link#E7E1C8underline
punctuation.definition.list#C6EC79
markup.quote, punctuation.definition.quote#E7E1C8italic