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.activeBorder#ff79c6
  • activityBar.background#290029
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ff4081
  • activityBarBadge.foreground#ffffff
  • badge.background#ff4081
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ff79c6
  • breadcrumb.background#2a002a
  • breadcrumb.focusForeground#ffffff
  • breadcrumb.foreground#bbbbbb
  • editor.background#2a002a
  • editor.foreground#f8f8ff
  • editor.lineHighlightBackground#1c001c
  • editor.selectionBackground#4a004a
  • editor.selectionHighlightBackground#620062
  • editorCursor.foreground#ff79c6
  • editorGroup.border#604860
  • editorGroupHeader.tabsBackground#1c001c
  • editorIndentGuide.activeBackground#ff79c6
  • editorIndentGuide.background#604860
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#bbbbbb
  • editorWhitespace.foreground#604860
  • editorWidget.background#4a004a
  • editorWidget.border#604860
  • editorWidget.foreground#ffffff
  • list.activeSelectionBackground#620062
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#4a004a
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#520052
  • list.inactiveSelectionForeground#d0a0d0
  • menu.background#1a001a
  • menu.foreground#ffffff
  • menu.selectionBackground#4a004a
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#604860
  • panel.background#2a002a
  • panel.border#604860
  • sideBar.background#180018
  • sideBar.border#604860
  • sideBar.foreground#d0a0d0
  • sideBarSectionHeader.background#1a001a
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#290029
  • statusBar.debuggingBackground#4a004a
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#1c001c
  • statusBar.noFolderForeground#ffffff
  • tab.activeBackground#620062
  • tab.activeForeground#ffffff
  • tab.hoverBackground#4a004a
  • tab.hoverForeground#ffffff
  • tab.inactiveBackground#290029
  • tab.inactiveForeground#a0a0a0
  • tab.unfocusedActiveBackground#520052
  • tab.unfocusedActiveForeground#ffffff
  • tab.unfocusedInactiveBackground#240024
  • tab.unfocusedInactiveForeground#bbbbbb
  • titleBar.activeBackground#2a002a
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#1a001a
  • titleBar.inactiveForeground#bbbbbb

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
variable, string constant.other.placeholder#EEFFFF—
constant.other.color#FFFFFF—
invalid, invalid.illegal#FF5370—
keyword, storage.type, storage.modifier#C792EA—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#89DDFF—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#F07178—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF—
meta.block variable.other#F07178—
string, string.other.link, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter#C3E88D—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit#60A848—
entity.name, support.type, support.class, markup.changed.git_gutter#FFCB6B—
entity.other.attribute-name.class, entity.other.attribute-name.id#FFCB6B—
string.regexp, constant.character.escape#89DDFF—
markup.heading, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D—
markup.bold, markup.italic, markup.bold markup.italic#F07178bold italic
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.json support.type.property-name.json, meta.structure.dictionary.json support.type.property-name.json#C792EA—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
string.other.link.title.markdown, constant.other.reference.link.markdown#82AAFF—