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#333A27
  • activityBar.border#ffffff15
  • activityBar.foreground#A6E967
  • activityBar.inactiveForeground#FAF6F360
  • activityBarBadge.background#A6E967
  • activityBarBadge.foreground#333A27
  • button.background#A6E967
  • button.foreground#333A27
  • button.hoverBackground#A6E967dd
  • editor.background#333A27
  • editor.foreground#FAF6F3
  • editor.inactiveSelectionBackground#ECC6793580
  • editor.lineHighlightBackground#16181640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC67935
  • editorCursor.foreground#A6E967
  • editorGroupHeader.tabsBackground#333A27dd
  • editorLineNumber.activeForeground#A6E967
  • editorLineNumber.foreground#C6C09080
  • focusBorder#A6E967
  • foreground#FAF6F3
  • input.background#161816
  • input.border#ffffff15
  • input.foreground#FAF6F3
  • input.placeholderForeground#FAF6F360
  • list.activeSelectionBackground#A6E96730
  • list.activeSelectionForeground#FAF6F3
  • list.highlightForeground#A6E967
  • list.hoverBackground#16181640
  • list.hoverForeground#FAF6F3
  • list.inactiveSelectionBackground#A6E96715
  • list.inactiveSelectionForeground#FAF6F3
  • selection.background#ECC67935
  • sideBar.background#161816
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF6F3
  • sideBarSectionHeader.background#333A2780
  • sideBarSectionHeader.foreground#FAF6F3
  • sideBarTitle.foreground#A6E967
  • statusBar.background#333A27
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF6F3
  • statusBar.noFolderBackground#333A27
  • tab.activeBackground#333A27
  • tab.activeBorderTop#A6E967
  • tab.activeForeground#FAF6F3
  • tab.border#ffffff15
  • tab.inactiveBackground#16181660
  • tab.inactiveForeground#FAF6F380
  • terminal.ansiBlack#333A27
  • terminal.ansiBlue#ECC679
  • terminal.ansiCyan#E7B455
  • terminal.ansiGreen#A6E967
  • terminal.ansiMagenta#F18383
  • terminal.ansiRed#F18383
  • terminal.ansiWhite#FAF6F3
  • terminal.ansiYellow#E7B455
  • terminal.background#333A27
  • terminal.foreground#FAF6F3
  • titleBar.activeBackground#333A27
  • titleBar.activeForeground#FAF6F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#333A27
  • titleBar.inactiveForeground#FAF6F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C6C090italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC679bold
storage.type, storage.modifier#ECC679italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#A6E967
string, punctuation.definition.string, string.template, meta.template.expression#E7B455
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18383
variable, variable.other.readwrite, variable.other.object#FAF6F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF6F3
variable.parameter, meta.parameter#FAF6F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF6F380
keyword.operator#FAF6F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7B455bold
entity.other.inherited-class#A6E967
entity.name.tag, punctuation.definition.tag#ECC679
entity.other.attribute-name#A6E967
meta.diff, meta.diff.header#C6C090
markup.deleted#F18383
markup.inserted#A6E967
markup.changed#E7B455
markup.heading, markup.heading.setext, punctuation.definition.heading#A6E967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7B455
string.other.link.title, string.other.link.description#A6E967
markup.underline.link#C6C090underline
punctuation.definition.list#ECC679
markup.quote, punctuation.definition.quote#C6C090italic