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#FCFAF8
  • activityBar.border#00000015
  • activityBar.foreground#932530
  • activityBar.inactiveForeground#23261D60
  • activityBarBadge.background#932530
  • activityBarBadge.foreground#FCFAF8
  • button.background#932530
  • button.foreground#FCFAF8
  • button.hoverBackground#932530dd
  • editor.background#FCFAF8
  • editor.foreground#23261D
  • editor.inactiveSelectionBackground#7983212580
  • editor.lineHighlightBackground#FFFBF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79832125
  • editorCursor.foreground#932530
  • editorGroupHeader.tabsBackground#FFFBF0aa
  • editorLineNumber.activeForeground#932530
  • editorLineNumber.foreground#A7AC9080
  • focusBorder#932530
  • foreground#23261D
  • input.background#FFFBF0
  • input.border#00000015
  • input.foreground#23261D
  • input.placeholderForeground#23261D60
  • list.activeSelectionBackground#93253030
  • list.activeSelectionForeground#23261D
  • list.highlightForeground#932530
  • list.hoverBackground#FFFBF040
  • list.hoverForeground#23261D
  • list.inactiveSelectionBackground#93253015
  • list.inactiveSelectionForeground#23261D
  • selection.background#79832125
  • sideBar.background#FFFBF0
  • sideBar.border#00000015
  • sideBar.foreground#23261D
  • sideBarSectionHeader.background#FFFBF080
  • sideBarSectionHeader.foreground#23261D
  • sideBarTitle.foreground#932530
  • statusBar.background#FCFAF8
  • statusBar.border#00000015
  • statusBar.foreground#23261D
  • statusBar.noFolderBackground#FCFAF8
  • tab.activeBackground#FCFAF8
  • tab.activeBorderTop#932530
  • tab.activeForeground#23261D
  • tab.border#00000015
  • tab.inactiveBackground#FCFAF860
  • tab.inactiveForeground#23261D80
  • terminal.ansiBlack#23261D
  • terminal.ansiBlue#798321
  • terminal.ansiCyan#56A329
  • terminal.ansiGreen#932530
  • terminal.ansiMagenta#761919
  • terminal.ansiRed#761919
  • terminal.ansiWhite#23261D
  • terminal.ansiYellow#56A329
  • terminal.background#FCFAF8
  • terminal.foreground#23261D
  • titleBar.activeBackground#FCFAF8
  • titleBar.activeForeground#23261D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFAF8
  • titleBar.inactiveForeground#23261D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A7AC90italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#798321bold
storage.type, storage.modifier#798321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932530
string, punctuation.definition.string, string.template, meta.template.expression#56A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#761919
variable, variable.other.readwrite, variable.other.object#23261D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#23261D
variable.parameter, meta.parameter#23261Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#23261D80
keyword.operator#23261D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#56A329bold
entity.other.inherited-class#932530
entity.name.tag, punctuation.definition.tag#798321
entity.other.attribute-name#932530
meta.diff, meta.diff.header#A7AC90
markup.deleted#761919
markup.inserted#932530
markup.changed#56A329
markup.heading, markup.heading.setext, punctuation.definition.heading#932530bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#56A329
string.other.link.title, string.other.link.description#932530
markup.underline.link#A7AC90underline
punctuation.definition.list#798321
markup.quote, punctuation.definition.quote#A7AC90italic