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#222B17
  • activityBar.border#ffffff15
  • activityBar.foreground#B5E967
  • activityBar.inactiveForeground#F6F1E660
  • activityBarBadge.background#B5E967
  • activityBarBadge.foreground#222B17
  • button.background#B5E967
  • button.foreground#222B17
  • button.hoverBackground#B5E967dd
  • editor.background#222B17
  • editor.foreground#F6F1E6
  • editor.inactiveSelectionBackground#C6EC793580
  • editor.lineHighlightBackground#13160E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C6EC7935
  • editorCursor.foreground#B5E967
  • editorGroupHeader.tabsBackground#222B17dd
  • editorLineNumber.activeForeground#B5E967
  • editorLineNumber.foreground#D7C6A680
  • focusBorder#B5E967
  • foreground#F6F1E6
  • input.background#13160E
  • input.border#ffffff15
  • input.foreground#F6F1E6
  • input.placeholderForeground#F6F1E660
  • list.activeSelectionBackground#B5E96730
  • list.activeSelectionForeground#F6F1E6
  • list.highlightForeground#B5E967
  • list.hoverBackground#13160E40
  • list.hoverForeground#F6F1E6
  • list.inactiveSelectionBackground#B5E96715
  • list.inactiveSelectionForeground#F6F1E6
  • selection.background#C6EC7935
  • sideBar.background#13160E
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F1E6
  • sideBarSectionHeader.background#222B1780
  • sideBarSectionHeader.foreground#F6F1E6
  • sideBarTitle.foreground#B5E967
  • statusBar.background#222B17
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F1E6
  • statusBar.noFolderBackground#222B17
  • tab.activeBackground#222B17
  • tab.activeBorderTop#B5E967
  • tab.activeForeground#F6F1E6
  • tab.border#ffffff15
  • tab.inactiveBackground#13160E60
  • tab.inactiveForeground#F6F1E680
  • terminal.ansiBlack#222B17
  • terminal.ansiBlue#C6EC79
  • terminal.ansiCyan#E7C555
  • terminal.ansiGreen#B5E967
  • terminal.ansiMagenta#F1D483
  • terminal.ansiRed#F1D483
  • terminal.ansiWhite#F6F1E6
  • terminal.ansiYellow#E7C555
  • terminal.background#222B17
  • terminal.foreground#F6F1E6
  • titleBar.activeBackground#222B17
  • titleBar.activeForeground#F6F1E6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#222B17
  • titleBar.inactiveForeground#F6F1E660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D7C6A6italic
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#B5E967
string, punctuation.definition.string, string.template, meta.template.expression#E7C555
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D483
variable, variable.other.readwrite, variable.other.object#F6F1E6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F1E6
variable.parameter, meta.parameter#F6F1E6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F1E680
keyword.operator#F6F1E6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C555bold
entity.other.inherited-class#B5E967
entity.name.tag, punctuation.definition.tag#C6EC79
entity.other.attribute-name#B5E967
meta.diff, meta.diff.header#D7C6A6
markup.deleted#F1D483
markup.inserted#B5E967
markup.changed#E7C555
markup.heading, markup.heading.setext, punctuation.definition.heading#B5E967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7C555
string.other.link.title, string.other.link.description#B5E967
markup.underline.link#D7C6A6underline
punctuation.definition.list#C6EC79
markup.quote, punctuation.definition.quote#D7C6A6italic