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#1D1629
  • activityBar.border#1D1629
  • activityBar.foreground#C792EA
  • activityBar.inactiveForeground#3A2A50
  • activityBarBadge.background#C792EA
  • activityBarBadge.foreground#140F1E
  • breadcrumb.activeSelectionForeground#D8A7FF
  • breadcrumb.background#140F1E
  • breadcrumb.foreground#3A2A50
  • button.background#C792EA
  • button.foreground#140F1E
  • button.hoverBackground#D8A7FF
  • dropdown.background#1D1629
  • dropdown.border#C792EA30
  • editor.background#140F1E
  • editor.foreground#DDD0F0
  • editor.inactiveSelectionBackground#C792EA14
  • editor.lineHighlightBackground#2B203880
  • editor.lineHighlightBorder#C792EA25
  • editor.selectionBackground#C792EA28
  • editor.wordHighlightBackground#C792EA1A
  • editor.wordHighlightStrongBackground#C792EA30
  • editorBracketMatch.background#C792EA22
  • editorBracketMatch.border#C792EA60
  • editorCursor.foreground#C792EA
  • editorGutter.background#140F1E
  • editorHoverWidget.background#181222
  • editorHoverWidget.border#C792EA30
  • editorIndentGuide.activeBackground1#C792EA35
  • editorIndentGuide.background1#2B2038
  • editorLineNumber.activeForeground#D8A7FF
  • editorLineNumber.foreground#3A2A50
  • editorOverviewRuler.border#1D1629
  • editorSuggestWidget.background#181222
  • editorSuggestWidget.border#C792EA30
  • editorSuggestWidget.highlightForeground#D8A7FF
  • editorSuggestWidget.selectedBackground#C792EA18
  • editorWidget.background#1D1629
  • focusBorder#C792EA50
  • inputBox.background#1D1629
  • inputBox.border#C792EA30
  • inputBox.foreground#DDD0F0
  • list.activeSelectionBackground#C792EA1A
  • list.activeSelectionForeground#D8A7FF
  • list.focusBackground#C792EA1A
  • list.highlightForeground#C792EA
  • list.hoverBackground#C792EA0E
  • panel.background#140F1E
  • panel.border#1D1629
  • panelTitle.activeBorder#C792EA
  • panelTitle.activeForeground#D8A7FF
  • scrollbarSlider.activeBackground#C792EA38
  • scrollbarSlider.background#C792EA12
  • scrollbarSlider.hoverBackground#C792EA22
  • selection.background#C792EA30
  • sideBar.background#1D1629
  • sideBar.foreground#9878BB
  • sideBarSectionHeader.background#140F1E
  • sideBarSectionHeader.border#C792EA20
  • sideBarSectionHeader.foreground#D8A7FF
  • statusBar.background#1D1629
  • statusBar.debuggingBackground#C792EA
  • statusBar.debuggingForeground#140F1E
  • statusBar.foreground#C792EA
  • statusBarItem.hoverBackground#C792EA22
  • tab.activeBackground#1D1629
  • tab.activeBorder#C792EA
  • tab.activeBorderTop#C792EA
  • tab.activeForeground#D8A7FF
  • tab.border#1D1629
  • tab.inactiveBackground#140F1E
  • tab.inactiveForeground#3A2A50
  • terminal.ansiBlue#7888CC
  • terminal.ansiBrightMagenta#D8A7FF
  • terminal.ansiGreen#88BB88
  • terminal.ansiMagenta#C792EA
  • terminal.background#140F1E
  • terminal.foreground#DDD0F0
  • titleBar.activeBackground#140F1E
  • titleBar.activeForeground#DDD0F0
  • titleBar.inactiveBackground#100C18

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.bold—bold
markup.italic—italic
markup.underline.link#4EC9B0—
markup.inserted#B5CEA8—
markup.deleted#CE9178—
invalid#F44747—
invalid.deprecated#D7BA7D—