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#F8F6F1
  • activityBar.border#00000015
  • activityBar.foreground#937D25
  • activityBar.inactiveForeground#0E0E1060
  • activityBarBadge.background#937D25
  • activityBarBadge.foreground#F8F6F1
  • button.background#937D25
  • button.foreground#F8F6F1
  • button.hoverBackground#937D25dd
  • editor.background#F8F6F1
  • editor.foreground#0E0E10
  • editor.inactiveSelectionBackground#8350212580
  • editor.lineHighlightBackground#E7DBC650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83502125
  • editorCursor.foreground#937D25
  • editorGroupHeader.tabsBackground#E7DBC6aa
  • editorLineNumber.activeForeground#937D25
  • editorLineNumber.foreground#5A5A5780
  • focusBorder#937D25
  • foreground#0E0E10
  • input.background#E7DBC6
  • input.border#00000015
  • input.foreground#0E0E10
  • input.placeholderForeground#0E0E1060
  • list.activeSelectionBackground#937D2530
  • list.activeSelectionForeground#0E0E10
  • list.highlightForeground#937D25
  • list.hoverBackground#E7DBC640
  • list.hoverForeground#0E0E10
  • list.inactiveSelectionBackground#937D2515
  • list.inactiveSelectionForeground#0E0E10
  • selection.background#83502125
  • sideBar.background#E7DBC6
  • sideBar.border#00000015
  • sideBar.foreground#0E0E10
  • sideBarSectionHeader.background#E7DBC680
  • sideBarSectionHeader.foreground#0E0E10
  • sideBarTitle.foreground#937D25
  • statusBar.background#F8F6F1
  • statusBar.border#00000015
  • statusBar.foreground#0E0E10
  • statusBar.noFolderBackground#F8F6F1
  • tab.activeBackground#F8F6F1
  • tab.activeBorderTop#937D25
  • tab.activeForeground#0E0E10
  • tab.border#00000015
  • tab.inactiveBackground#F8F6F160
  • tab.inactiveForeground#0E0E1080
  • terminal.ansiBlack#0E0E10
  • terminal.ansiBlue#835021
  • terminal.ansiCyan#85A329
  • terminal.ansiGreen#937D25
  • terminal.ansiMagenta#765219
  • terminal.ansiRed#765219
  • terminal.ansiWhite#0E0E10
  • terminal.ansiYellow#85A329
  • terminal.background#F8F6F1
  • terminal.foreground#0E0E10
  • titleBar.activeBackground#F8F6F1
  • titleBar.activeForeground#0E0E10
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F8F6F1
  • titleBar.inactiveForeground#0E0E1060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A57italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835021bold
storage.type, storage.modifier#835021italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#937D25
string, punctuation.definition.string, string.template, meta.template.expression#85A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765219
variable, variable.other.readwrite, variable.other.object#0E0E10
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0E0E10
variable.parameter, meta.parameter#0E0E10dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0E0E1080
keyword.operator#0E0E10
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#85A329bold
entity.other.inherited-class#937D25
entity.name.tag, punctuation.definition.tag#835021
entity.other.attribute-name#937D25
meta.diff, meta.diff.header#5A5A57
markup.deleted#765219
markup.inserted#937D25
markup.changed#85A329
markup.heading, markup.heading.setext, punctuation.definition.heading#937D25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#85A329
string.other.link.title, string.other.link.description#937D25
markup.underline.link#5A5A57underline
punctuation.definition.list#835021
markup.quote, punctuation.definition.quote#5A5A57italic