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#FBFDFE
  • activityBar.border#00000015
  • activityBar.foreground#256193
  • activityBar.inactiveForeground#08103760
  • activityBarBadge.background#256193
  • activityBarBadge.foreground#FBFDFE
  • button.background#256193
  • button.foreground#FBFDFE
  • button.hoverBackground#256193dd
  • editor.background#FBFDFE
  • editor.foreground#081037
  • editor.inactiveSelectionBackground#2158832580
  • editor.lineHighlightBackground#F4F8FB50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21588325
  • editorCursor.foreground#256193
  • editorGroupHeader.tabsBackground#F4F8FBaa
  • editorLineNumber.activeForeground#256193
  • editorLineNumber.foreground#D7E4F080
  • focusBorder#256193
  • foreground#081037
  • input.background#F4F8FB
  • input.border#00000015
  • input.foreground#081037
  • input.placeholderForeground#08103760
  • list.activeSelectionBackground#25619330
  • list.activeSelectionForeground#081037
  • list.highlightForeground#256193
  • list.hoverBackground#F4F8FB40
  • list.hoverForeground#081037
  • list.inactiveSelectionBackground#25619315
  • list.inactiveSelectionForeground#081037
  • selection.background#21588325
  • sideBar.background#F4F8FB
  • sideBar.border#00000015
  • sideBar.foreground#081037
  • sideBarSectionHeader.background#F4F8FB80
  • sideBarSectionHeader.foreground#081037
  • sideBarTitle.foreground#256193
  • statusBar.background#FBFDFE
  • statusBar.border#00000015
  • statusBar.foreground#081037
  • statusBar.noFolderBackground#FBFDFE
  • tab.activeBackground#FBFDFE
  • tab.activeBorderTop#256193
  • tab.activeForeground#081037
  • tab.border#00000015
  • tab.inactiveBackground#FBFDFE60
  • tab.inactiveForeground#08103780
  • terminal.ansiBlack#081037
  • terminal.ansiBlue#215883
  • terminal.ansiCyan#29A391
  • terminal.ansiGreen#256193
  • terminal.ansiMagenta#196676
  • terminal.ansiRed#196676
  • terminal.ansiWhite#081037
  • terminal.ansiYellow#29A391
  • terminal.background#FBFDFE
  • terminal.foreground#081037
  • titleBar.activeBackground#FBFDFE
  • titleBar.activeForeground#081037
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBFDFE
  • titleBar.inactiveForeground#08103760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D7E4F0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215883bold
storage.type, storage.modifier#215883italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#256193
string, punctuation.definition.string, string.template, meta.template.expression#29A391
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196676
variable, variable.other.readwrite, variable.other.object#081037
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#081037
variable.parameter, meta.parameter#081037dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#08103780
keyword.operator#081037
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A391bold
entity.other.inherited-class#256193
entity.name.tag, punctuation.definition.tag#215883
entity.other.attribute-name#256193
meta.diff, meta.diff.header#D7E4F0
markup.deleted#196676
markup.inserted#256193
markup.changed#29A391
markup.heading, markup.heading.setext, punctuation.definition.heading#256193bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A391
string.other.link.title, string.other.link.description#256193
markup.underline.link#D7E4F0underline
punctuation.definition.list#215883
markup.quote, punctuation.definition.quote#D7E4F0italic