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#fff7ea
  • activityBar.border#00000015
  • activityBar.foreground#D32F58
  • activityBar.inactiveForeground#26111660
  • activityBarBadge.background#D32F58
  • activityBarBadge.foreground#fff7ea
  • button.background#D32F58
  • button.foreground#fff7ea
  • button.hoverBackground#D32F58dd
  • editor.background#fff7ea
  • editor.foreground#261116
  • editor.inactiveSelectionBackground#e83f632580
  • editor.lineHighlightBackground#f5ead850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#e83f6325
  • editorCursor.foreground#D32F58
  • editorGroupHeader.tabsBackground#f5ead8aa
  • editorLineNumber.activeForeground#D32F58
  • editorLineNumber.foreground#e83f6380
  • focusBorder#D32F58
  • foreground#261116
  • input.background#f5ead8
  • input.border#00000015
  • input.foreground#261116
  • input.placeholderForeground#26111660
  • list.activeSelectionBackground#D32F5830
  • list.activeSelectionForeground#261116
  • list.highlightForeground#D32F58
  • list.hoverBackground#f5ead840
  • list.hoverForeground#261116
  • list.inactiveSelectionBackground#D32F5815
  • list.inactiveSelectionForeground#261116
  • selection.background#e83f6325
  • sideBar.background#f5ead8
  • sideBar.border#00000015
  • sideBar.foreground#261116
  • sideBarSectionHeader.background#f5ead880
  • sideBarSectionHeader.foreground#261116
  • sideBarTitle.foreground#D32F58
  • statusBar.background#fff7ea
  • statusBar.border#00000015
  • statusBar.foreground#261116
  • statusBar.noFolderBackground#fff7ea
  • tab.activeBackground#fff7ea
  • tab.activeBorderTop#D32F58
  • tab.activeForeground#261116
  • tab.border#00000015
  • tab.inactiveBackground#fff7ea60
  • tab.inactiveForeground#26111680
  • terminal.ansiBlack#261116
  • terminal.ansiBlue#e83f63
  • terminal.ansiCyan#DAA017
  • terminal.ansiGreen#D32F58
  • terminal.ansiMagenta#4f7c45
  • terminal.ansiRed#4f7c45
  • terminal.ansiWhite#261116
  • terminal.ansiYellow#DAA017
  • terminal.background#fff7ea
  • terminal.foreground#261116
  • titleBar.activeBackground#fff7ea
  • titleBar.activeForeground#261116
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fff7ea
  • titleBar.inactiveForeground#26111660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e83f63italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#e83f63bold
storage.type, storage.modifier#e83f63italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#D32F58
string, punctuation.definition.string, string.template, meta.template.expression#DAA017
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#4f7c45
variable, variable.other.readwrite, variable.other.object#261116
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#261116
variable.parameter, meta.parameter#261116dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#26111680
keyword.operator#261116
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#DAA017bold
entity.other.inherited-class#D32F58
entity.name.tag, punctuation.definition.tag#e83f63
entity.other.attribute-name#D32F58
meta.diff, meta.diff.header#e83f63
markup.deleted#4f7c45
markup.inserted#D32F58
markup.changed#DAA017
markup.heading, markup.heading.setext, punctuation.definition.heading#D32F58bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#DAA017
string.other.link.title, string.other.link.description#D32F58
markup.underline.link#e83f63underline
punctuation.definition.list#e83f63
markup.quote, punctuation.definition.quote#e83f63italic