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#FDFDFC
  • activityBar.border#00000015
  • activityBar.foreground#936325
  • activityBar.inactiveForeground#2E241960
  • activityBarBadge.background#936325
  • activityBarBadge.foreground#FDFDFC
  • button.background#936325
  • button.foreground#FDFDFC
  • button.hoverBackground#936325dd
  • editor.background#FDFDFC
  • editor.foreground#2E2419
  • editor.inactiveSelectionBackground#8321212580
  • editor.lineHighlightBackground#F9F8F650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83212125
  • editorCursor.foreground#936325
  • editorGroupHeader.tabsBackground#F9F8F6aa
  • editorLineNumber.activeForeground#936325
  • editorLineNumber.foreground#D8D3C180
  • focusBorder#936325
  • foreground#2E2419
  • input.background#F9F8F6
  • input.border#00000015
  • input.foreground#2E2419
  • input.placeholderForeground#2E241960
  • list.activeSelectionBackground#93632530
  • list.activeSelectionForeground#2E2419
  • list.highlightForeground#936325
  • list.hoverBackground#F9F8F640
  • list.hoverForeground#2E2419
  • list.inactiveSelectionBackground#93632515
  • list.inactiveSelectionForeground#2E2419
  • selection.background#83212125
  • sideBar.background#F9F8F6
  • sideBar.border#00000015
  • sideBar.foreground#2E2419
  • sideBarSectionHeader.background#F9F8F680
  • sideBarSectionHeader.foreground#2E2419
  • sideBarTitle.foreground#936325
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#2E2419
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#936325
  • tab.activeForeground#2E2419
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#2E241980
  • terminal.ansiBlack#2E2419
  • terminal.ansiBlue#832121
  • terminal.ansiCyan#A36229
  • terminal.ansiGreen#936325
  • terminal.ansiMagenta#765719
  • terminal.ansiRed#765719
  • terminal.ansiWhite#2E2419
  • terminal.ansiYellow#A36229
  • terminal.background#FDFDFC
  • terminal.foreground#2E2419
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#2E2419
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#2E241960
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D8D3C1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#832121bold
storage.type, storage.modifier#832121italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#936325
string, punctuation.definition.string, string.template, meta.template.expression#A36229
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765719
variable, variable.other.readwrite, variable.other.object#2E2419
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E2419
variable.parameter, meta.parameter#2E2419dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E241980
keyword.operator#2E2419
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A36229bold
entity.other.inherited-class#936325
entity.name.tag, punctuation.definition.tag#832121
entity.other.attribute-name#936325
meta.diff, meta.diff.header#D8D3C1
markup.deleted#765719
markup.inserted#936325
markup.changed#A36229
markup.heading, markup.heading.setext, punctuation.definition.heading#936325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A36229
string.other.link.title, string.other.link.description#936325
markup.underline.link#D8D3C1underline
punctuation.definition.list#832121
markup.quote, punctuation.definition.quote#D8D3C1italic