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#F9F8F6
  • activityBar.border#00000015
  • activityBar.foreground#933D25
  • activityBar.inactiveForeground#1a1c1f60
  • activityBarBadge.background#933D25
  • activityBarBadge.foreground#F9F8F6
  • button.background#933D25
  • button.foreground#F9F8F6
  • button.hoverBackground#933D25dd
  • editor.background#F9F8F6
  • editor.foreground#1a1c1f
  • editor.inactiveSelectionBackground#2148832580
  • editor.lineHighlightBackground#DED7CF50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21488325
  • editorCursor.foreground#933D25
  • editorGroupHeader.tabsBackground#DED7CFaa
  • editorLineNumber.activeForeground#933D25
  • editorLineNumber.foreground#a9a79180
  • focusBorder#933D25
  • foreground#1a1c1f
  • input.background#DED7CF
  • input.border#00000015
  • input.foreground#1a1c1f
  • input.placeholderForeground#1a1c1f60
  • list.activeSelectionBackground#933D2530
  • list.activeSelectionForeground#1a1c1f
  • list.highlightForeground#933D25
  • list.hoverBackground#DED7CF40
  • list.hoverForeground#1a1c1f
  • list.inactiveSelectionBackground#933D2515
  • list.inactiveSelectionForeground#1a1c1f
  • selection.background#21488325
  • sideBar.background#DED7CF
  • sideBar.border#00000015
  • sideBar.foreground#1a1c1f
  • sideBarSectionHeader.background#DED7CF80
  • sideBarSectionHeader.foreground#1a1c1f
  • sideBarTitle.foreground#933D25
  • statusBar.background#F9F8F6
  • statusBar.border#00000015
  • statusBar.foreground#1a1c1f
  • statusBar.noFolderBackground#F9F8F6
  • tab.activeBackground#F9F8F6
  • tab.activeBorderTop#933D25
  • tab.activeForeground#1a1c1f
  • tab.border#00000015
  • tab.inactiveBackground#F9F8F660
  • tab.inactiveForeground#1a1c1f80
  • terminal.ansiBlack#1a1c1f
  • terminal.ansiBlue#214883
  • terminal.ansiCyan#A35829
  • terminal.ansiGreen#933D25
  • terminal.ansiMagenta#763D19
  • terminal.ansiRed#763D19
  • terminal.ansiWhite#1a1c1f
  • terminal.ansiYellow#A35829
  • terminal.background#F9F8F6
  • terminal.foreground#1a1c1f
  • titleBar.activeBackground#F9F8F6
  • titleBar.activeForeground#1a1c1f
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F9F8F6
  • titleBar.inactiveForeground#1a1c1f60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a9a791italic
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#933D25
string, punctuation.definition.string, string.template, meta.template.expression#A35829
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763D19
variable, variable.other.readwrite, variable.other.object#1a1c1f
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1a1c1f
variable.parameter, meta.parameter#1a1c1fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1a1c1f80
keyword.operator#1a1c1f
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A35829bold
entity.other.inherited-class#933D25
entity.name.tag, punctuation.definition.tag#214883
entity.other.attribute-name#933D25
meta.diff, meta.diff.header#a9a791
markup.deleted#763D19
markup.inserted#933D25
markup.changed#A35829
markup.heading, markup.heading.setext, punctuation.definition.heading#933D25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A35829
string.other.link.title, string.other.link.description#933D25
markup.underline.link#a9a791underline
punctuation.definition.list#214883
markup.quote, punctuation.definition.quote#a9a791italic