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#040506
  • activityBar.border#ffffff15
  • activityBar.foreground#6790E9
  • activityBar.inactiveForeground#F6F9FA60
  • activityBarBadge.background#6790E9
  • activityBarBadge.foreground#040506
  • button.background#6790E9
  • button.foreground#040506
  • button.hoverBackground#6790E9dd
  • editor.background#040506
  • editor.foreground#F6F9FA
  • editor.inactiveSelectionBackground#79ECA33580
  • editor.lineHighlightBackground#D9E5ED40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ECA335
  • editorCursor.foreground#6790E9
  • editorGroupHeader.tabsBackground#040506dd
  • editorLineNumber.activeForeground#6790E9
  • editorLineNumber.foreground#1F2A3380
  • focusBorder#6790E9
  • foreground#F6F9FA
  • input.background#D9E5ED
  • input.border#ffffff15
  • input.foreground#F6F9FA
  • input.placeholderForeground#F6F9FA60
  • list.activeSelectionBackground#6790E930
  • list.activeSelectionForeground#F6F9FA
  • list.highlightForeground#6790E9
  • list.hoverBackground#D9E5ED40
  • list.hoverForeground#F6F9FA
  • list.inactiveSelectionBackground#6790E915
  • list.inactiveSelectionForeground#F6F9FA
  • selection.background#79ECA335
  • sideBar.background#D9E5ED
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F9FA
  • sideBarSectionHeader.background#04050680
  • sideBarSectionHeader.foreground#F6F9FA
  • sideBarTitle.foreground#6790E9
  • statusBar.background#040506
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F9FA
  • statusBar.noFolderBackground#040506
  • tab.activeBackground#040506
  • tab.activeBorderTop#6790E9
  • tab.activeForeground#F6F9FA
  • tab.border#ffffff15
  • tab.inactiveBackground#D9E5ED60
  • tab.inactiveForeground#F6F9FA80
  • terminal.ansiBlack#040506
  • terminal.ansiBlue#79ECA3
  • terminal.ansiCyan#E7CC55
  • terminal.ansiGreen#6790E9
  • terminal.ansiMagenta#F18583
  • terminal.ansiRed#F18583
  • terminal.ansiWhite#F6F9FA
  • terminal.ansiYellow#E7CC55
  • terminal.background#040506
  • terminal.foreground#F6F9FA
  • titleBar.activeBackground#040506
  • titleBar.activeForeground#F6F9FA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#040506
  • titleBar.inactiveForeground#F6F9FA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#1F2A33italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ECA3bold
storage.type, storage.modifier#79ECA3italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6790E9
string, punctuation.definition.string, string.template, meta.template.expression#E7CC55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18583
variable, variable.other.readwrite, variable.other.object#F6F9FA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F9FA
variable.parameter, meta.parameter#F6F9FAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F9FA80
keyword.operator#F6F9FA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7CC55bold
entity.other.inherited-class#6790E9
entity.name.tag, punctuation.definition.tag#79ECA3
entity.other.attribute-name#6790E9
meta.diff, meta.diff.header#1F2A33
markup.deleted#F18583
markup.inserted#6790E9
markup.changed#E7CC55
markup.heading, markup.heading.setext, punctuation.definition.heading#6790E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7CC55
string.other.link.title, string.other.link.description#6790E9
markup.underline.link#1F2A33underline
punctuation.definition.list#79ECA3
markup.quote, punctuation.definition.quote#1F2A33italic