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#0A151A
  • activityBar.border#ffffff15
  • activityBar.foreground#E97067
  • activityBar.inactiveForeground#FFF9F260
  • activityBarBadge.background#E97067
  • activityBarBadge.foreground#0A151A
  • button.background#E97067
  • button.foreground#0A151A
  • button.hoverBackground#E97067dd
  • editor.background#0A151A
  • editor.foreground#FFF9F2
  • editor.inactiveSelectionBackground#EC799F3580
  • editor.lineHighlightBackground#222E3440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC799F35
  • editorCursor.foreground#E97067
  • editorGroupHeader.tabsBackground#0A151Add
  • editorLineNumber.activeForeground#E97067
  • editorLineNumber.foreground#F3E6D280
  • focusBorder#E97067
  • foreground#FFF9F2
  • input.background#222E34
  • input.border#ffffff15
  • input.foreground#FFF9F2
  • input.placeholderForeground#FFF9F260
  • list.activeSelectionBackground#E9706730
  • list.activeSelectionForeground#FFF9F2
  • list.highlightForeground#E97067
  • list.hoverBackground#222E3440
  • list.hoverForeground#FFF9F2
  • list.inactiveSelectionBackground#E9706715
  • list.inactiveSelectionForeground#FFF9F2
  • selection.background#EC799F35
  • sideBar.background#222E34
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF9F2
  • sideBarSectionHeader.background#0A151A80
  • sideBarSectionHeader.foreground#FFF9F2
  • sideBarTitle.foreground#E97067
  • statusBar.background#0A151A
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF9F2
  • statusBar.noFolderBackground#0A151A
  • tab.activeBackground#0A151A
  • tab.activeBorderTop#E97067
  • tab.activeForeground#FFF9F2
  • tab.border#ffffff15
  • tab.inactiveBackground#222E3460
  • tab.inactiveForeground#FFF9F280
  • terminal.ansiBlack#0A151A
  • terminal.ansiBlue#EC799F
  • terminal.ansiCyan#55DBE7
  • terminal.ansiGreen#E97067
  • terminal.ansiMagenta#F1AF83
  • terminal.ansiRed#F1AF83
  • terminal.ansiWhite#FFF9F2
  • terminal.ansiYellow#55DBE7
  • terminal.background#0A151A
  • terminal.foreground#FFF9F2
  • titleBar.activeBackground#0A151A
  • titleBar.activeForeground#FFF9F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0A151A
  • titleBar.inactiveForeground#FFF9F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F3E6D2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC799Fbold
storage.type, storage.modifier#EC799Fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97067
string, punctuation.definition.string, string.template, meta.template.expression#55DBE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1AF83
variable, variable.other.readwrite, variable.other.object#FFF9F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF9F2
variable.parameter, meta.parameter#FFF9F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF9F280
keyword.operator#FFF9F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55DBE7bold
entity.other.inherited-class#E97067
entity.name.tag, punctuation.definition.tag#EC799F
entity.other.attribute-name#E97067
meta.diff, meta.diff.header#F3E6D2
markup.deleted#F1AF83
markup.inserted#E97067
markup.changed#55DBE7
markup.heading, markup.heading.setext, punctuation.definition.heading#E97067bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55DBE7
string.other.link.title, string.other.link.description#E97067
markup.underline.link#F3E6D2underline
punctuation.definition.list#EC799F
markup.quote, punctuation.definition.quote#F3E6D2italic