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#512593
  • activityBar.inactiveForeground#23251F60
  • activityBarBadge.background#512593
  • activityBarBadge.foreground#FDFDFC
  • button.background#512593
  • button.foreground#FDFDFC
  • button.hoverBackground#512593dd
  • editor.background#FDFDFC
  • editor.foreground#23251F
  • editor.inactiveSelectionBackground#8321522580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83215225
  • editorCursor.foreground#512593
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#512593
  • editorLineNumber.foreground#E6F0E780
  • focusBorder#512593
  • foreground#23251F
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#23251F
  • input.placeholderForeground#23251F60
  • list.activeSelectionBackground#51259330
  • list.activeSelectionForeground#23251F
  • list.highlightForeground#512593
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#23251F
  • list.inactiveSelectionBackground#51259315
  • list.inactiveSelectionForeground#23251F
  • selection.background#83215225
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#23251F
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#23251F
  • sideBarTitle.foreground#512593
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#23251F
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#512593
  • tab.activeForeground#23251F
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#23251F80
  • terminal.ansiBlack#23251F
  • terminal.ansiBlue#832152
  • terminal.ansiCyan#A32950
  • terminal.ansiGreen#512593
  • terminal.ansiMagenta#765F19
  • terminal.ansiRed#765F19
  • terminal.ansiWhite#23251F
  • terminal.ansiYellow#A32950
  • terminal.background#FDFDFC
  • terminal.foreground#23251F
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#23251F
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#23251F60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6F0E7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#832152bold
storage.type, storage.modifier#832152italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#512593
string, punctuation.definition.string, string.template, meta.template.expression#A32950
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765F19
variable, variable.other.readwrite, variable.other.object#23251F
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#23251F
variable.parameter, meta.parameter#23251Fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#23251F80
keyword.operator#23251F
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A32950bold
entity.other.inherited-class#512593
entity.name.tag, punctuation.definition.tag#832152
entity.other.attribute-name#512593
meta.diff, meta.diff.header#E6F0E7
markup.deleted#765F19
markup.inserted#512593
markup.changed#A32950
markup.heading, markup.heading.setext, punctuation.definition.heading#512593bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A32950
string.other.link.title, string.other.link.description#512593
markup.underline.link#E6F0E7underline
punctuation.definition.list#832152
markup.quote, punctuation.definition.quote#E6F0E7italic