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#141821
  • activityBar.border#141821
  • activityBar.foreground#7AA2F7
  • activityBar.inactiveForeground#30363D
  • activityBarBadge.background#7AA2F7
  • activityBarBadge.foreground#0F1117
  • breadcrumb.activeSelectionForeground#9AAFFF
  • breadcrumb.background#0F1117
  • breadcrumb.foreground#484F58
  • button.background#7AA2F7
  • button.foreground#0F1117
  • button.hoverBackground#9AAFFF
  • dropdown.background#141821
  • dropdown.border#7AA2F730
  • editor.background#0F1117
  • editor.foreground#E8EDF3
  • editor.inactiveSelectionBackground#7AA2F714
  • editor.lineHighlightBackground#1B213080
  • editor.lineHighlightBorder#7AA2F725
  • editor.selectionBackground#7AA2F728
  • editor.wordHighlightBackground#7AA2F71A
  • editor.wordHighlightStrongBackground#7AA2F730
  • editorBracketMatch.background#7AA2F722
  • editorBracketMatch.border#7AA2F760
  • editorCursor.foreground#7AA2F7
  • editorGutter.background#0F1117
  • editorHoverWidget.background#111520
  • editorHoverWidget.border#7AA2F730
  • editorIndentGuide.activeBackground1#7AA2F735
  • editorIndentGuide.background1#1B2130
  • editorLineNumber.activeForeground#9AAFFF
  • editorLineNumber.foreground#30363D
  • editorOverviewRuler.border#141821
  • editorSuggestWidget.background#111520
  • editorSuggestWidget.border#7AA2F730
  • editorSuggestWidget.highlightForeground#9AAFFF
  • editorSuggestWidget.selectedBackground#7AA2F718
  • editorWidget.background#141821
  • focusBorder#7AA2F750
  • inputBox.background#141821
  • inputBox.border#7AA2F730
  • inputBox.foreground#E8EDF3
  • list.activeSelectionBackground#7AA2F71A
  • list.activeSelectionForeground#9AAFFF
  • list.focusBackground#7AA2F71A
  • list.highlightForeground#7AA2F7
  • list.hoverBackground#7AA2F70E
  • panel.background#0F1117
  • panel.border#141821
  • panelTitle.activeBorder#7AA2F7
  • panelTitle.activeForeground#9AAFFF
  • scrollbarSlider.activeBackground#7AA2F738
  • scrollbarSlider.background#7AA2F712
  • scrollbarSlider.hoverBackground#7AA2F722
  • selection.background#7AA2F730
  • sideBar.background#141821
  • sideBar.foreground#8899CC
  • sideBarSectionHeader.background#0F1117
  • sideBarSectionHeader.border#7AA2F720
  • sideBarSectionHeader.foreground#9AAFFF
  • statusBar.background#141821
  • statusBar.debuggingBackground#7AA2F7
  • statusBar.debuggingForeground#0F1117
  • statusBar.foreground#9AAFFF
  • statusBarItem.hoverBackground#7AA2F722
  • tab.activeBackground#141821
  • tab.activeBorder#7AA2F7
  • tab.activeBorderTop#7AA2F7
  • tab.activeForeground#9AAFFF
  • tab.border#141821
  • tab.inactiveBackground#0F1117
  • tab.inactiveForeground#484F58
  • terminal.ansiBlue#7AA2F7
  • terminal.ansiBrightBlue#9AAFFF
  • terminal.ansiCyan#56D4DD
  • terminal.ansiGreen#9ECE6A
  • terminal.background#0F1117
  • terminal.foreground#E8EDF3
  • titleBar.activeBackground#0F1117
  • titleBar.activeForeground#E8EDF3
  • titleBar.inactiveBackground#0C0F14

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178
keyword, keyword.control, keyword.operator.new, keyword.other.important#569CD6
keyword.operator, keyword.operator.arithmetic, keyword.operator.bitwise, keyword.operator.comparison, keyword.operator.logical#D4D4D4
storage.type, storage.modifier#569CD6
entity.name.function, meta.function-call, support.function#DCDCAA
entity.name.type, entity.name.class, entity.name.namespace, support.class#4EC9B0
entity.name.tag, meta.tag#569CD6
entity.other.attribute-name#9CDCFE
variable, variable.other.readwrite, meta.object-literal.key#9CDCFE
variable.other.constant, variable.other.enummember#4FC1FF
variable.parameter#9CDCFE
constant.numeric, constant.language, constant.character#B5CEA8
constant.language.boolean#569CD6
support.type.property-name.css, support.type.vendored.property-name.css#9CDCFE
support.constant.property-value.css, constant.numeric.css, keyword.other.unit.css#CE9178
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D
punctuation.definition.tag, punctuation.section.embedded#569CD6
markup.heading#569CD6bold
markup.boldbold
markup.italicitalic
markup.underline.link#4EC9B0
markup.inserted#B5CEA8
markup.deleted#CE9178
invalid#F44747
invalid.deprecated#D7BA7D