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#FDFCFD
  • activityBar.border#00000015
  • activityBar.foreground#302593
  • activityBar.inactiveForeground#27244660
  • activityBarBadge.background#302593
  • activityBarBadge.foreground#FDFCFD
  • button.background#302593
  • button.foreground#FDFCFD
  • button.hoverBackground#302593dd
  • editor.background#FDFCFD
  • editor.foreground#272446
  • editor.inactiveSelectionBackground#2721832580
  • editor.lineHighlightBackground#F7FAF550
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#27218325
  • editorCursor.foreground#302593
  • editorGroupHeader.tabsBackground#F7FAF5aa
  • editorLineNumber.activeForeground#302593
  • editorLineNumber.foreground#A6AEA680
  • focusBorder#302593
  • foreground#272446
  • input.background#F7FAF5
  • input.border#00000015
  • input.foreground#272446
  • input.placeholderForeground#27244660
  • list.activeSelectionBackground#30259330
  • list.activeSelectionForeground#272446
  • list.highlightForeground#302593
  • list.hoverBackground#F7FAF540
  • list.hoverForeground#272446
  • list.inactiveSelectionBackground#30259315
  • list.inactiveSelectionForeground#272446
  • selection.background#27218325
  • sideBar.background#F7FAF5
  • sideBar.border#00000015
  • sideBar.foreground#272446
  • sideBarSectionHeader.background#F7FAF580
  • sideBarSectionHeader.foreground#272446
  • sideBarTitle.foreground#302593
  • statusBar.background#FDFCFD
  • statusBar.border#00000015
  • statusBar.foreground#272446
  • statusBar.noFolderBackground#FDFCFD
  • tab.activeBackground#FDFCFD
  • tab.activeBorderTop#302593
  • tab.activeForeground#272446
  • tab.border#00000015
  • tab.inactiveBackground#FDFCFD60
  • tab.inactiveForeground#27244680
  • terminal.ansiBlack#272446
  • terminal.ansiBlue#272183
  • terminal.ansiCyan#60A329
  • terminal.ansiGreen#302593
  • terminal.ansiMagenta#447619
  • terminal.ansiRed#447619
  • terminal.ansiWhite#272446
  • terminal.ansiYellow#60A329
  • terminal.background#FDFCFD
  • terminal.foreground#272446
  • titleBar.activeBackground#FDFCFD
  • titleBar.activeForeground#272446
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFCFD
  • titleBar.inactiveForeground#27244660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A6AEA6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#272183bold
storage.type, storage.modifier#272183italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#302593
string, punctuation.definition.string, string.template, meta.template.expression#60A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#447619
variable, variable.other.readwrite, variable.other.object#272446
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#272446
variable.parameter, meta.parameter#272446dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#27244680
keyword.operator#272446
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#60A329bold
entity.other.inherited-class#302593
entity.name.tag, punctuation.definition.tag#272183
entity.other.attribute-name#302593
meta.diff, meta.diff.header#A6AEA6
markup.deleted#447619
markup.inserted#302593
markup.changed#60A329
markup.heading, markup.heading.setext, punctuation.definition.heading#302593bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#60A329
string.other.link.title, string.other.link.description#302593
markup.underline.link#A6AEA6underline
punctuation.definition.list#272183
markup.quote, punctuation.definition.quote#A6AEA6italic