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#FFF9F0
  • activityBar.border#00000015
  • activityBar.foreground#932E25
  • activityBar.inactiveForeground#2A2A2860
  • activityBarBadge.background#932E25
  • activityBarBadge.foreground#FFF9F0
  • button.background#932E25
  • button.foreground#FFF9F0
  • button.hoverBackground#932E25dd
  • editor.background#FFF9F0
  • editor.foreground#2A2A28
  • editor.inactiveSelectionBackground#8368212580
  • editor.lineHighlightBackground#FFF0F450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83682125
  • editorCursor.foreground#932E25
  • editorGroupHeader.tabsBackground#FFF0F4aa
  • editorLineNumber.activeForeground#932E25
  • editorLineNumber.foreground#D6D3C880
  • focusBorder#932E25
  • foreground#2A2A28
  • input.background#FFF0F4
  • input.border#00000015
  • input.foreground#2A2A28
  • input.placeholderForeground#2A2A2860
  • list.activeSelectionBackground#932E2530
  • list.activeSelectionForeground#2A2A28
  • list.highlightForeground#932E25
  • list.hoverBackground#FFF0F440
  • list.hoverForeground#2A2A28
  • list.inactiveSelectionBackground#932E2515
  • list.inactiveSelectionForeground#2A2A28
  • selection.background#83682125
  • sideBar.background#FFF0F4
  • sideBar.border#00000015
  • sideBar.foreground#2A2A28
  • sideBarSectionHeader.background#FFF0F480
  • sideBarSectionHeader.foreground#2A2A28
  • sideBarTitle.foreground#932E25
  • statusBar.background#FFF9F0
  • statusBar.border#00000015
  • statusBar.foreground#2A2A28
  • statusBar.noFolderBackground#FFF9F0
  • tab.activeBackground#FFF9F0
  • tab.activeBorderTop#932E25
  • tab.activeForeground#2A2A28
  • tab.border#00000015
  • tab.inactiveBackground#FFF9F060
  • tab.inactiveForeground#2A2A2880
  • terminal.ansiBlack#2A2A28
  • terminal.ansiBlue#836821
  • terminal.ansiCyan#A38329
  • terminal.ansiGreen#932E25
  • terminal.ansiMagenta#765C19
  • terminal.ansiRed#765C19
  • terminal.ansiWhite#2A2A28
  • terminal.ansiYellow#A38329
  • terminal.background#FFF9F0
  • terminal.foreground#2A2A28
  • titleBar.activeBackground#FFF9F0
  • titleBar.activeForeground#2A2A28
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF9F0
  • titleBar.inactiveForeground#2A2A2860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D3C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836821bold
storage.type, storage.modifier#836821italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932E25
string, punctuation.definition.string, string.template, meta.template.expression#A38329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765C19
variable, variable.other.readwrite, variable.other.object#2A2A28
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2A2A28
variable.parameter, meta.parameter#2A2A28dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2A2A2880
keyword.operator#2A2A28
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38329bold
entity.other.inherited-class#932E25
entity.name.tag, punctuation.definition.tag#836821
entity.other.attribute-name#932E25
meta.diff, meta.diff.header#D6D3C8
markup.deleted#765C19
markup.inserted#932E25
markup.changed#A38329
markup.heading, markup.heading.setext, punctuation.definition.heading#932E25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38329
string.other.link.title, string.other.link.description#932E25
markup.underline.link#D6D3C8underline
punctuation.definition.list#836821
markup.quote, punctuation.definition.quote#D6D3C8italic