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#090A0B
  • activityBar.border#ffffff15
  • activityBar.foreground#E96767
  • activityBar.inactiveForeground#fffefe60
  • activityBarBadge.background#E96767
  • activityBarBadge.foreground#090A0B
  • button.background#E96767
  • button.foreground#090A0B
  • button.hoverBackground#E96767dd
  • editor.background#090A0B
  • editor.foreground#fffefe
  • editor.inactiveSelectionBackground#79AFEC3580
  • editor.lineHighlightBackground#20242740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79AFEC35
  • editorCursor.foreground#E96767
  • editorGroupHeader.tabsBackground#090A0Bdd
  • editorLineNumber.activeForeground#E96767
  • editorLineNumber.foreground#f4f5f680
  • focusBorder#E96767
  • foreground#fffefe
  • input.background#202427
  • input.border#ffffff15
  • input.foreground#fffefe
  • input.placeholderForeground#fffefe60
  • list.activeSelectionBackground#E9676730
  • list.activeSelectionForeground#fffefe
  • list.highlightForeground#E96767
  • list.hoverBackground#20242740
  • list.hoverForeground#fffefe
  • list.inactiveSelectionBackground#E9676715
  • list.inactiveSelectionForeground#fffefe
  • selection.background#79AFEC35
  • sideBar.background#202427
  • sideBar.border#ffffff15
  • sideBar.foreground#fffefe
  • sideBarSectionHeader.background#090A0B80
  • sideBarSectionHeader.foreground#fffefe
  • sideBarTitle.foreground#E96767
  • statusBar.background#090A0B
  • statusBar.border#ffffff15
  • statusBar.foreground#fffefe
  • statusBar.noFolderBackground#090A0B
  • tab.activeBackground#090A0B
  • tab.activeBorderTop#E96767
  • tab.activeForeground#fffefe
  • tab.border#ffffff15
  • tab.inactiveBackground#20242760
  • tab.inactiveForeground#fffefe80
  • terminal.ansiBlack#090A0B
  • terminal.ansiBlue#79AFEC
  • terminal.ansiCyan#559EE7
  • terminal.ansiGreen#E96767
  • terminal.ansiMagenta#F1C083
  • terminal.ansiRed#F1C083
  • terminal.ansiWhite#fffefe
  • terminal.ansiYellow#559EE7
  • terminal.background#090A0B
  • terminal.foreground#fffefe
  • titleBar.activeBackground#090A0B
  • titleBar.activeForeground#fffefe
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#090A0B
  • titleBar.inactiveForeground#fffefe60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f4f5f6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79AFECbold
storage.type, storage.modifier#79AFECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96767
string, punctuation.definition.string, string.template, meta.template.expression#559EE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C083
variable, variable.other.readwrite, variable.other.object#fffefe
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fffefe
variable.parameter, meta.parameter#fffefedditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fffefe80
keyword.operator#fffefe
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#559EE7bold
entity.other.inherited-class#E96767
entity.name.tag, punctuation.definition.tag#79AFEC
entity.other.attribute-name#E96767
meta.diff, meta.diff.header#f4f5f6
markup.deleted#F1C083
markup.inserted#E96767
markup.changed#559EE7
markup.heading, markup.heading.setext, punctuation.definition.heading#E96767bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#559EE7
string.other.link.title, string.other.link.description#E96767
markup.underline.link#f4f5f6underline
punctuation.definition.list#79AFEC
markup.quote, punctuation.definition.quote#f4f5f6italic