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#932537
  • activityBar.inactiveForeground#0B122060
  • activityBarBadge.background#932537
  • activityBarBadge.foreground#FDFDFC
  • button.background#932537
  • button.foreground#FDFDFC
  • button.hoverBackground#932537dd
  • editor.background#FDFDFC
  • editor.foreground#0B1220
  • editor.inactiveSelectionBackground#8365212580
  • editor.lineHighlightBackground#F6F7F950
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83652125
  • editorCursor.foreground#932537
  • editorGroupHeader.tabsBackground#F6F7F9aa
  • editorLineNumber.activeForeground#932537
  • editorLineNumber.foreground#E9E4D780
  • focusBorder#932537
  • foreground#0B1220
  • input.background#F6F7F9
  • input.border#00000015
  • input.foreground#0B1220
  • input.placeholderForeground#0B122060
  • list.activeSelectionBackground#93253730
  • list.activeSelectionForeground#0B1220
  • list.highlightForeground#932537
  • list.hoverBackground#F6F7F940
  • list.hoverForeground#0B1220
  • list.inactiveSelectionBackground#93253715
  • list.inactiveSelectionForeground#0B1220
  • selection.background#83652125
  • sideBar.background#F6F7F9
  • sideBar.border#00000015
  • sideBar.foreground#0B1220
  • sideBarSectionHeader.background#F6F7F980
  • sideBarSectionHeader.foreground#0B1220
  • sideBarTitle.foreground#932537
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#0B1220
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#932537
  • tab.activeForeground#0B1220
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#0B122080
  • terminal.ansiBlack#0B1220
  • terminal.ansiBlue#836521
  • terminal.ansiCyan#2972A3
  • terminal.ansiGreen#932537
  • terminal.ansiMagenta#197676
  • terminal.ansiRed#197676
  • terminal.ansiWhite#0B1220
  • terminal.ansiYellow#2972A3
  • terminal.background#FDFDFC
  • terminal.foreground#0B1220
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#0B1220
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#0B122060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E4D7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836521bold
storage.type, storage.modifier#836521italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#932537
string, punctuation.definition.string, string.template, meta.template.expression#2972A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197676
variable, variable.other.readwrite, variable.other.object#0B1220
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0B1220
variable.parameter, meta.parameter#0B1220dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0B122080
keyword.operator#0B1220
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2972A3bold
entity.other.inherited-class#932537
entity.name.tag, punctuation.definition.tag#836521
entity.other.attribute-name#932537
meta.diff, meta.diff.header#E9E4D7
markup.deleted#197676
markup.inserted#932537
markup.changed#2972A3
markup.heading, markup.heading.setext, punctuation.definition.heading#932537bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2972A3
string.other.link.title, string.other.link.description#932537
markup.underline.link#E9E4D7underline
punctuation.definition.list#836521
markup.quote, punctuation.definition.quote#E9E4D7italic