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#FAF9F5
  • activityBar.border#00000015
  • activityBar.foreground#252C93
  • activityBar.inactiveForeground#151A2C60
  • activityBarBadge.background#252C93
  • activityBarBadge.foreground#FAF9F5
  • button.background#252C93
  • button.foreground#FAF9F5
  • button.hoverBackground#252C93dd
  • editor.background#FAF9F5
  • editor.foreground#151A2C
  • editor.inactiveSelectionBackground#2148832580
  • editor.lineHighlightBackground#FCFAF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21488325
  • editorCursor.foreground#252C93
  • editorGroupHeader.tabsBackground#FCFAF3aa
  • editorLineNumber.activeForeground#252C93
  • editorLineNumber.foreground#B9B5A780
  • focusBorder#252C93
  • foreground#151A2C
  • input.background#FCFAF3
  • input.border#00000015
  • input.foreground#151A2C
  • input.placeholderForeground#151A2C60
  • list.activeSelectionBackground#252C9330
  • list.activeSelectionForeground#151A2C
  • list.highlightForeground#252C93
  • list.hoverBackground#FCFAF340
  • list.hoverForeground#151A2C
  • list.inactiveSelectionBackground#252C9315
  • list.inactiveSelectionForeground#151A2C
  • selection.background#21488325
  • sideBar.background#FCFAF3
  • sideBar.border#00000015
  • sideBar.foreground#151A2C
  • sideBarSectionHeader.background#FCFAF380
  • sideBarSectionHeader.foreground#151A2C
  • sideBarTitle.foreground#252C93
  • statusBar.background#FAF9F5
  • statusBar.border#00000015
  • statusBar.foreground#151A2C
  • statusBar.noFolderBackground#FAF9F5
  • tab.activeBackground#FAF9F5
  • tab.activeBorderTop#252C93
  • tab.activeForeground#151A2C
  • tab.border#00000015
  • tab.inactiveBackground#FAF9F560
  • tab.inactiveForeground#151A2C80
  • terminal.ansiBlack#151A2C
  • terminal.ansiBlue#214883
  • terminal.ansiCyan#A38D29
  • terminal.ansiGreen#252C93
  • terminal.ansiMagenta#765819
  • terminal.ansiRed#765819
  • terminal.ansiWhite#151A2C
  • terminal.ansiYellow#A38D29
  • terminal.background#FAF9F5
  • terminal.foreground#151A2C
  • titleBar.activeBackground#FAF9F5
  • titleBar.activeForeground#151A2C
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF9F5
  • titleBar.inactiveForeground#151A2C60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9B5A7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#214883bold
storage.type, storage.modifier#214883italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#252C93
string, punctuation.definition.string, string.template, meta.template.expression#A38D29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765819
variable, variable.other.readwrite, variable.other.object#151A2C
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#151A2C
variable.parameter, meta.parameter#151A2Cdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#151A2C80
keyword.operator#151A2C
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38D29bold
entity.other.inherited-class#252C93
entity.name.tag, punctuation.definition.tag#214883
entity.other.attribute-name#252C93
meta.diff, meta.diff.header#B9B5A7
markup.deleted#765819
markup.inserted#252C93
markup.changed#A38D29
markup.heading, markup.heading.setext, punctuation.definition.heading#252C93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38D29
string.other.link.title, string.other.link.description#252C93
markup.underline.link#B9B5A7underline
punctuation.definition.list#214883
markup.quote, punctuation.definition.quote#B9B5A7italic