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#FFFCF5
  • activityBar.border#00000015
  • activityBar.foreground#933D25
  • activityBar.inactiveForeground#162A1F60
  • activityBarBadge.background#933D25
  • activityBarBadge.foreground#FFFCF5
  • button.background#933D25
  • button.foreground#FFFCF5
  • button.hoverBackground#933D25dd
  • editor.background#FFFCF5
  • editor.foreground#162A1F
  • editor.inactiveSelectionBackground#2183262580
  • editor.lineHighlightBackground#FFFAF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21832625
  • editorCursor.foreground#933D25
  • editorGroupHeader.tabsBackground#FFFAF0aa
  • editorLineNumber.activeForeground#933D25
  • editorLineNumber.foreground#A8B87980
  • focusBorder#933D25
  • foreground#162A1F
  • input.background#FFFAF0
  • input.border#00000015
  • input.foreground#162A1F
  • input.placeholderForeground#162A1F60
  • list.activeSelectionBackground#933D2530
  • list.activeSelectionForeground#162A1F
  • list.highlightForeground#933D25
  • list.hoverBackground#FFFAF040
  • list.hoverForeground#162A1F
  • list.inactiveSelectionBackground#933D2515
  • list.inactiveSelectionForeground#162A1F
  • selection.background#21832625
  • sideBar.background#FFFAF0
  • sideBar.border#00000015
  • sideBar.foreground#162A1F
  • sideBarSectionHeader.background#FFFAF080
  • sideBarSectionHeader.foreground#162A1F
  • sideBarTitle.foreground#933D25
  • statusBar.background#FFFCF5
  • statusBar.border#00000015
  • statusBar.foreground#162A1F
  • statusBar.noFolderBackground#FFFCF5
  • tab.activeBackground#FFFCF5
  • tab.activeBorderTop#933D25
  • tab.activeForeground#162A1F
  • tab.border#00000015
  • tab.inactiveBackground#FFFCF560
  • tab.inactiveForeground#162A1F80
  • terminal.ansiBlack#162A1F
  • terminal.ansiBlue#218326
  • terminal.ansiCyan#A38529
  • terminal.ansiGreen#933D25
  • terminal.ansiMagenta#5C7619
  • terminal.ansiRed#5C7619
  • terminal.ansiWhite#162A1F
  • terminal.ansiYellow#A38529
  • terminal.background#FFFCF5
  • terminal.foreground#162A1F
  • titleBar.activeBackground#FFFCF5
  • titleBar.activeForeground#162A1F
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFCF5
  • titleBar.inactiveForeground#162A1F60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A8B879italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218326bold
storage.type, storage.modifier#218326italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#933D25
string, punctuation.definition.string, string.template, meta.template.expression#A38529
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#5C7619
variable, variable.other.readwrite, variable.other.object#162A1F
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#162A1F
variable.parameter, meta.parameter#162A1Fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#162A1F80
keyword.operator#162A1F
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A38529bold
entity.other.inherited-class#933D25
entity.name.tag, punctuation.definition.tag#218326
entity.other.attribute-name#933D25
meta.diff, meta.diff.header#A8B879
markup.deleted#5C7619
markup.inserted#933D25
markup.changed#A38529
markup.heading, markup.heading.setext, punctuation.definition.heading#933D25bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A38529
string.other.link.title, string.other.link.description#933D25
markup.underline.link#A8B879underline
punctuation.definition.list#218326
markup.quote, punctuation.definition.quote#A8B879italic