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#FBFBF8
  • activityBar.border#00000015
  • activityBar.foreground#933325
  • activityBar.inactiveForeground#12161C60
  • activityBarBadge.background#933325
  • activityBarBadge.foreground#FBFBF8
  • button.background#933325
  • button.foreground#FBFBF8
  • button.hoverBackground#933325dd
  • editor.background#FBFBF8
  • editor.foreground#12161C
  • editor.inactiveSelectionBackground#8362212580
  • editor.lineHighlightBackground#F6F7F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83622125
  • editorCursor.foreground#933325
  • editorGroupHeader.tabsBackground#F6F7F8aa
  • editorLineNumber.activeForeground#933325
  • editorLineNumber.foreground#C8B79080
  • focusBorder#933325
  • foreground#12161C
  • input.background#F6F7F8
  • input.border#00000015
  • input.foreground#12161C
  • input.placeholderForeground#12161C60
  • list.activeSelectionBackground#93332530
  • list.activeSelectionForeground#12161C
  • list.highlightForeground#933325
  • list.hoverBackground#F6F7F840
  • list.hoverForeground#12161C
  • list.inactiveSelectionBackground#93332515
  • list.inactiveSelectionForeground#12161C
  • selection.background#83622125
  • sideBar.background#F6F7F8
  • sideBar.border#00000015
  • sideBar.foreground#12161C
  • sideBarSectionHeader.background#F6F7F880
  • sideBarSectionHeader.foreground#12161C
  • sideBarTitle.foreground#933325
  • statusBar.background#FBFBF8
  • statusBar.border#00000015
  • statusBar.foreground#12161C
  • statusBar.noFolderBackground#FBFBF8
  • tab.activeBackground#FBFBF8
  • tab.activeBorderTop#933325
  • tab.activeForeground#12161C
  • tab.border#00000015
  • tab.inactiveBackground#FBFBF860
  • tab.inactiveForeground#12161C80
  • terminal.ansiBlack#12161C
  • terminal.ansiBlue#836221
  • terminal.ansiCyan#2962A3
  • terminal.ansiGreen#933325
  • terminal.ansiMagenta#764A19
  • terminal.ansiRed#764A19
  • terminal.ansiWhite#12161C
  • terminal.ansiYellow#2962A3
  • terminal.background#FBFBF8
  • terminal.foreground#12161C
  • titleBar.activeBackground#FBFBF8
  • titleBar.activeForeground#12161C
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBFBF8
  • titleBar.inactiveForeground#12161C60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8B790italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836221bold
storage.type, storage.modifier#836221italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#933325
string, punctuation.definition.string, string.template, meta.template.expression#2962A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764A19
variable, variable.other.readwrite, variable.other.object#12161C
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#12161C
variable.parameter, meta.parameter#12161Cdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#12161C80
keyword.operator#12161C
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2962A3bold
entity.other.inherited-class#933325
entity.name.tag, punctuation.definition.tag#836221
entity.other.attribute-name#933325
meta.diff, meta.diff.header#C8B790
markup.deleted#764A19
markup.inserted#933325
markup.changed#2962A3
markup.heading, markup.heading.setext, punctuation.definition.heading#933325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2962A3
string.other.link.title, string.other.link.description#933325
markup.underline.link#C8B790underline
punctuation.definition.list#836221
markup.quote, punctuation.definition.quote#C8B790italic