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#FBF9F3
  • activityBar.border#00000015
  • activityBar.foreground#936325
  • activityBar.inactiveForeground#21191460
  • activityBarBadge.background#936325
  • activityBarBadge.foreground#FBF9F3
  • button.background#936325
  • button.foreground#FBF9F3
  • button.hoverBackground#936325dd
  • editor.background#FBF9F3
  • editor.foreground#211914
  • editor.inactiveSelectionBackground#8353212580
  • editor.lineHighlightBackground#FFFAF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83532125
  • editorCursor.foreground#936325
  • editorGroupHeader.tabsBackground#FFFAF0aa
  • editorLineNumber.activeForeground#936325
  • editorLineNumber.foreground#E8D6B680
  • focusBorder#936325
  • foreground#211914
  • input.background#FFFAF0
  • input.border#00000015
  • input.foreground#211914
  • input.placeholderForeground#21191460
  • list.activeSelectionBackground#93632530
  • list.activeSelectionForeground#211914
  • list.highlightForeground#936325
  • list.hoverBackground#FFFAF040
  • list.hoverForeground#211914
  • list.inactiveSelectionBackground#93632515
  • list.inactiveSelectionForeground#211914
  • selection.background#83532125
  • sideBar.background#FFFAF0
  • sideBar.border#00000015
  • sideBar.foreground#211914
  • sideBarSectionHeader.background#FFFAF080
  • sideBarSectionHeader.foreground#211914
  • sideBarTitle.foreground#936325
  • statusBar.background#FBF9F3
  • statusBar.border#00000015
  • statusBar.foreground#211914
  • statusBar.noFolderBackground#FBF9F3
  • tab.activeBackground#FBF9F3
  • tab.activeBorderTop#936325
  • tab.activeForeground#211914
  • tab.border#00000015
  • tab.inactiveBackground#FBF9F360
  • tab.inactiveForeground#21191480
  • terminal.ansiBlack#211914
  • terminal.ansiBlue#835321
  • terminal.ansiCyan#29A329
  • terminal.ansiGreen#936325
  • terminal.ansiMagenta#764A19
  • terminal.ansiRed#764A19
  • terminal.ansiWhite#211914
  • terminal.ansiYellow#29A329
  • terminal.background#FBF9F3
  • terminal.foreground#211914
  • titleBar.activeBackground#FBF9F3
  • titleBar.activeForeground#211914
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBF9F3
  • titleBar.inactiveForeground#21191460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E8D6B6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835321bold
storage.type, storage.modifier#835321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#936325
string, punctuation.definition.string, string.template, meta.template.expression#29A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764A19
variable, variable.other.readwrite, variable.other.object#211914
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#211914
variable.parameter, meta.parameter#211914dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#21191480
keyword.operator#211914
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A329bold
entity.other.inherited-class#936325
entity.name.tag, punctuation.definition.tag#835321
entity.other.attribute-name#936325
meta.diff, meta.diff.header#E8D6B6
markup.deleted#764A19
markup.inserted#936325
markup.changed#29A329
markup.heading, markup.heading.setext, punctuation.definition.heading#936325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A329
string.other.link.title, string.other.link.description#936325
markup.underline.link#E8D6B6underline
punctuation.definition.list#835321
markup.quote, punctuation.definition.quote#E8D6B6italic