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#935325
  • activityBar.inactiveForeground#1E1B1760
  • activityBarBadge.background#935325
  • activityBarBadge.foreground#FCFAF8
  • button.background#935325
  • button.foreground#FCFAF8
  • button.hoverBackground#935325dd
  • editor.background#FCFAF8
  • editor.foreground#1E1B17
  • editor.inactiveSelectionBackground#8339212580
  • editor.lineHighlightBackground#FBF9F450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83392125
  • editorCursor.foreground#935325
  • editorGroupHeader.tabsBackground#FBF9F4aa
  • editorLineNumber.activeForeground#935325
  • editorLineNumber.foreground#D1D0C680
  • focusBorder#935325
  • foreground#1E1B17
  • input.background#FBF9F4
  • input.border#00000015
  • input.foreground#1E1B17
  • input.placeholderForeground#1E1B1760
  • list.activeSelectionBackground#93532530
  • list.activeSelectionForeground#1E1B17
  • list.highlightForeground#935325
  • list.hoverBackground#FBF9F440
  • list.hoverForeground#1E1B17
  • list.inactiveSelectionBackground#93532515
  • list.inactiveSelectionForeground#1E1B17
  • selection.background#83392125
  • sideBar.background#FBF9F4
  • sideBar.border#00000015
  • sideBar.foreground#1E1B17
  • sideBarSectionHeader.background#FBF9F480
  • sideBarSectionHeader.foreground#1E1B17
  • sideBarTitle.foreground#935325
  • statusBar.background#FCFAF8
  • statusBar.border#00000015
  • statusBar.foreground#1E1B17
  • statusBar.noFolderBackground#FCFAF8
  • tab.activeBackground#FCFAF8
  • tab.activeBorderTop#935325
  • tab.activeForeground#1E1B17
  • tab.border#00000015
  • tab.inactiveBackground#FCFAF860
  • tab.inactiveForeground#1E1B1780
  • terminal.ansiBlack#1E1B17
  • terminal.ansiBlue#833921
  • terminal.ansiCyan#8DA329
  • terminal.ansiGreen#935325
  • terminal.ansiMagenta#762C19
  • terminal.ansiRed#762C19
  • terminal.ansiWhite#1E1B17
  • terminal.ansiYellow#8DA329
  • terminal.background#FCFAF8
  • terminal.foreground#1E1B17
  • titleBar.activeBackground#FCFAF8
  • titleBar.activeForeground#1E1B17
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFAF8
  • titleBar.inactiveForeground#1E1B1760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D1D0C6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#833921bold
storage.type, storage.modifier#833921italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935325
string, punctuation.definition.string, string.template, meta.template.expression#8DA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#762C19
variable, variable.other.readwrite, variable.other.object#1E1B17
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1E1B17
variable.parameter, meta.parameter#1E1B17dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1E1B1780
keyword.operator#1E1B17
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#8DA329bold
entity.other.inherited-class#935325
entity.name.tag, punctuation.definition.tag#833921
entity.other.attribute-name#935325
meta.diff, meta.diff.header#D1D0C6
markup.deleted#762C19
markup.inserted#935325
markup.changed#8DA329
markup.heading, markup.heading.setext, punctuation.definition.heading#935325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#8DA329
string.other.link.title, string.other.link.description#935325
markup.underline.link#D1D0C6underline
punctuation.definition.list#833921
markup.quote, punctuation.definition.quote#D1D0C6italic