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#404E37
  • activityBar.border#ffffff15
  • activityBar.foreground#B3E967
  • activityBar.inactiveForeground#FBF9F460
  • activityBarBadge.background#B3E967
  • activityBarBadge.foreground#404E37
  • button.background#B3E967
  • button.foreground#404E37
  • button.hoverBackground#B3E967dd
  • editor.background#404E37
  • editor.foreground#FBF9F4
  • editor.inactiveSelectionBackground#B4EC793580
  • editor.lineHighlightBackground#211E1740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#B4EC7935
  • editorCursor.foreground#B3E967
  • editorGroupHeader.tabsBackground#404E37dd
  • editorLineNumber.activeForeground#B3E967
  • editorLineNumber.foreground#A9876C80
  • focusBorder#B3E967
  • foreground#FBF9F4
  • input.background#211E17
  • input.border#ffffff15
  • input.foreground#FBF9F4
  • input.placeholderForeground#FBF9F460
  • list.activeSelectionBackground#B3E96730
  • list.activeSelectionForeground#FBF9F4
  • list.highlightForeground#B3E967
  • list.hoverBackground#211E1740
  • list.hoverForeground#FBF9F4
  • list.inactiveSelectionBackground#B3E96715
  • list.inactiveSelectionForeground#FBF9F4
  • selection.background#B4EC7935
  • sideBar.background#211E17
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF9F4
  • sideBarSectionHeader.background#404E3780
  • sideBarSectionHeader.foreground#FBF9F4
  • sideBarTitle.foreground#B3E967
  • statusBar.background#404E37
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF9F4
  • statusBar.noFolderBackground#404E37
  • tab.activeBackground#404E37
  • tab.activeBorderTop#B3E967
  • tab.activeForeground#FBF9F4
  • tab.border#ffffff15
  • tab.inactiveBackground#211E1760
  • tab.inactiveForeground#FBF9F480
  • terminal.ansiBlack#404E37
  • terminal.ansiBlue#B4EC79
  • terminal.ansiCyan#E78B55
  • terminal.ansiGreen#B3E967
  • terminal.ansiMagenta#F1CD83
  • terminal.ansiRed#F1CD83
  • terminal.ansiWhite#FBF9F4
  • terminal.ansiYellow#E78B55
  • terminal.background#404E37
  • terminal.foreground#FBF9F4
  • titleBar.activeBackground#404E37
  • titleBar.activeForeground#FBF9F4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#404E37
  • titleBar.inactiveForeground#FBF9F460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A9876Citalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#B4EC79bold
storage.type, storage.modifier#B4EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#B3E967
string, punctuation.definition.string, string.template, meta.template.expression#E78B55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1CD83
variable, variable.other.readwrite, variable.other.object#FBF9F4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF9F4
variable.parameter, meta.parameter#FBF9F4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF9F480
keyword.operator#FBF9F4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E78B55bold
entity.other.inherited-class#B3E967
entity.name.tag, punctuation.definition.tag#B4EC79
entity.other.attribute-name#B3E967
meta.diff, meta.diff.header#A9876C
markup.deleted#F1CD83
markup.inserted#B3E967
markup.changed#E78B55
markup.heading, markup.heading.setext, punctuation.definition.heading#B3E967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E78B55
string.other.link.title, string.other.link.description#B3E967
markup.underline.link#A9876Cunderline
punctuation.definition.list#B4EC79
markup.quote, punctuation.definition.quote#A9876Citalic