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#FEFDFB
  • activityBar.border#00000015
  • activityBar.foreground#93256A
  • activityBar.inactiveForeground#1C1A1E60
  • activityBarBadge.background#93256A
  • activityBarBadge.foreground#FEFDFB
  • button.background#93256A
  • button.foreground#FEFDFB
  • button.hoverBackground#93256Add
  • editor.background#FEFDFB
  • editor.foreground#1C1A1E
  • editor.inactiveSelectionBackground#2283212580
  • editor.lineHighlightBackground#F7F7F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#22832125
  • editorCursor.foreground#93256A
  • editorGroupHeader.tabsBackground#F7F7F8aa
  • editorLineNumber.activeForeground#93256A
  • editorLineNumber.foreground#858A9180
  • focusBorder#93256A
  • foreground#1C1A1E
  • input.background#F7F7F8
  • input.border#00000015
  • input.foreground#1C1A1E
  • input.placeholderForeground#1C1A1E60
  • list.activeSelectionBackground#93256A30
  • list.activeSelectionForeground#1C1A1E
  • list.highlightForeground#93256A
  • list.hoverBackground#F7F7F840
  • list.hoverForeground#1C1A1E
  • list.inactiveSelectionBackground#93256A15
  • list.inactiveSelectionForeground#1C1A1E
  • selection.background#22832125
  • sideBar.background#F7F7F8
  • sideBar.border#00000015
  • sideBar.foreground#1C1A1E
  • sideBarSectionHeader.background#F7F7F880
  • sideBarSectionHeader.foreground#1C1A1E
  • sideBarTitle.foreground#93256A
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#1C1A1E
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#93256A
  • tab.activeForeground#1C1A1E
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#1C1A1E80
  • terminal.ansiBlack#1C1A1E
  • terminal.ansiBlue#228321
  • terminal.ansiCyan#A32960
  • terminal.ansiGreen#93256A
  • terminal.ansiMagenta#4E7619
  • terminal.ansiRed#4E7619
  • terminal.ansiWhite#1C1A1E
  • terminal.ansiYellow#A32960
  • terminal.background#FEFDFB
  • terminal.foreground#1C1A1E
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#1C1A1E
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#1C1A1E60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#858A91italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#228321bold
storage.type, storage.modifier#228321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#93256A
string, punctuation.definition.string, string.template, meta.template.expression#A32960
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#4E7619
variable, variable.other.readwrite, variable.other.object#1C1A1E
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1C1A1E
variable.parameter, meta.parameter#1C1A1Edditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1C1A1E80
keyword.operator#1C1A1E
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A32960bold
entity.other.inherited-class#93256A
entity.name.tag, punctuation.definition.tag#228321
entity.other.attribute-name#93256A
meta.diff, meta.diff.header#858A91
markup.deleted#4E7619
markup.inserted#93256A
markup.changed#A32960
markup.heading, markup.heading.setext, punctuation.definition.heading#93256Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A32960
string.other.link.title, string.other.link.description#93256A
markup.underline.link#858A91underline
punctuation.definition.list#228321
markup.quote, punctuation.definition.quote#858A91italic