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#DDD6FE
  • activityBar.border#DDD6FE
  • activityBar.foreground#2E1065
  • activityBar.inactiveForeground#8E82B5
  • activityBarBadge.background#7C3AED
  • activityBarBadge.foreground#F5F3FF
  • badge.background#7C3AED
  • badge.foreground#F5F3FF
  • breadcrumb.activeSelectionForeground#2E1065
  • breadcrumb.focusForeground#2E1065
  • breadcrumb.foreground#4C1D95CC
  • breadcrumbPicker.background#EDE9FE
  • button.background#7C3AED
  • button.foreground#F5F3FF
  • button.hoverBackground#6D28D9
  • dropdown.background#F5F3FF
  • dropdown.border#C4B5FD
  • dropdown.foreground#2E1065
  • editor.background#F5F3FF
  • editor.findMatchBackground#DDD6FEE6
  • editor.findMatchHighlightBackground#DDD6FEA0
  • editor.foreground#2E1065
  • editor.inactiveSelectionBackground#C4B5FD40
  • editor.lineHighlightBackground#7C3AED10
  • editor.selectionBackground#C4B5FD80
  • editor.selectionHighlightBackground#C4B5FD50
  • editorCursor.foreground#7C3AED
  • editorGroupHeader.tabsBackground#EDE9FE
  • editorHoverWidget.background#EDE9FE
  • editorHoverWidget.border#7C3AED80
  • editorHoverWidget.statusBarBackground#DDD6FE
  • editorLineNumber.activeForeground#7C3AED
  • editorLineNumber.foreground#8E82B5
  • editorWidget.background#EDE9FE
  • editorWidget.border#7C3AED80
  • editorWidget.resizeBorder#7C3AED
  • focusBorder#7C3AED80
  • foreground#4C1D95
  • gitDecoration.addedResourceForeground#059669
  • gitDecoration.deletedResourceForeground#DC2626
  • gitDecoration.ignoredResourceForeground#8E82B5
  • gitDecoration.modifiedResourceForeground#B45309
  • gitDecoration.untrackedResourceForeground#0284C7
  • input.background#F5F3FF
  • input.border#C4B5FD
  • input.foreground#2E1065
  • inputOption.activeBorder#7C3AED
  • list.activeSelectionBackground#C4B5FD80
  • list.activeSelectionForeground#2E1065
  • list.activeSelectionIconForeground#7C3AED
  • list.errorForeground#DC2626
  • list.focusAndSelectionOutline#7C3AED
  • list.focusOutline#7C3AED80
  • list.hoverBackground#C4B5FD50
  • list.hoverForeground#7C3AED
  • list.inactiveSelectionBackground#C4B5FD33
  • list.warningForeground#B45309
  • panel.background#EDE9FE
  • panel.border#DDD6FE
  • panelTitle.activeBorder#7C3AED
  • panelTitle.activeForeground#2E1065
  • panelTitle.inactiveForeground#8E82B5
  • scrollbarSlider.activeBackground#7C3AED60
  • scrollbarSlider.background#C4B5FD60
  • scrollbarSlider.hoverBackground#8E82B560
  • sideBar.background#EDE9FE
  • sideBar.border#DDD6FE
  • sideBar.foreground#4C1D95
  • sideBarSectionHeader.background#DDD6FE
  • sideBarSectionHeader.border#C4B5FD
  • sideBarSectionHeader.foreground#4C1D95
  • sideBarTitle.foreground#2E1065
  • statusBar.background#DDD6FE
  • statusBar.border#DDD6FE
  • statusBar.foreground#4C1D95
  • statusBarItem.activeBackground#7C3AED
  • statusBarItem.hoverBackground#EDE9FE
  • tab.activeBackground#F5F3FF
  • tab.activeBorder#7C3AED
  • tab.activeForeground#2E1065
  • tab.border#DDD6FE
  • tab.inactiveBackground#EDE9FE
  • tab.inactiveForeground#8E82B5
  • terminal.ansiBlack#EDE9FE
  • terminal.ansiBlue#0284C7
  • terminal.ansiBrightBlack#DDD6FE
  • terminal.ansiBrightBlue#38BDF8
  • terminal.ansiBrightCyan#38BDF8
  • terminal.ansiBrightGreen#10B981
  • terminal.ansiBrightMagenta#A78BFA
  • terminal.ansiBrightRed#DC2626
  • terminal.ansiBrightWhite#2E1065
  • terminal.ansiBrightYellow#D97706
  • terminal.ansiCyan#0284C7
  • terminal.ansiGreen#059669
  • terminal.ansiMagenta#7C3AED
  • terminal.ansiRed#DC2626
  • terminal.ansiWhite#4C1D95
  • terminal.ansiYellow#B45309
  • terminal.background#F5F3FF
  • terminal.foreground#2E1065
  • titleBar.activeBackground#DDD6FE
  • titleBar.activeForeground#2E1065
  • titleBar.inactiveBackground#DDD6FE
  • titleBar.inactiveForeground#8E82B5
  • tree.activeIndentGuidesStroke#7C3AED
  • tree.indentGuidesStroke#C4B5FD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.block, punctuation.definition.comment#059669italic
variable, variable.other, variable.other.readwrite, variable.parameter, meta.block, meta.parameter.type.variable#4C1D95
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, storage.type, storage.modifier, keyword.other.import, keyword.other.export#7C3AED
keyword.operator#4C1D95
punctuation, punctuation.separator, punctuation.terminator, meta.delimiter, punctuation.section, punctuation.definition.parameters, punctuation.definition.block, punctuation.definition.tag#6D28D9
entity.name.function, support.function, meta.function-call, variable.function#D97706
support.function.react, support.function.builtin.react, entity.name.function.react, meta.function-call.react#D97706italic
meta.decorator, entity.name.function.decorator, punctuation.decorator#D97706italic
entity.name.type.class, entity.name.type.interface, entity.name.type, support.class, support.type#5B21B6bold
string, string.quoted, string.quoted.double, string.quoted.single, string.template#0284C7
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#6D28D9
constant.numeric, constant.language, constant.other#DC2626
support.type.property-name.json, meta.object-key.json, meta.structure.dictionary.key.json#7C3AED
string.quoted.double.json, string.quoted.single.json#0284C7
entity.name.tag, entity.name.tag.html, entity.name.tag.xml#7C3AED
entity.other.attribute-name, entity.other.attribute-name.html#D97706
string.quoted.double.html, string.quoted.single.html, string.unquoted.html#0284C7
entity.name.tag.jsx, entity.name.tag.tsx, entity.name.tag.js#7C3AED
support.class.component.js, support.class.component.ts, support.class.component.tsx, entity.name.tag.open.jsx, entity.name.tag.close.jsx#5B21B6bold
entity.other.attribute-name.jsx, entity.other.attribute-name.tsx, entity.other.attribute-name.js, entity.other.attribute-name.ts#4F46E5
string.quoted.double.jsx, string.quoted.single.jsx, string.quoted.double.tsx, string.quoted.single.tsx#0284C7
support.type.property-name.css, support.type.property-name.media.css#7C3AED
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css, constant.numeric.css#0284C7
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, entity.name.tag.css#5B21B6
markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown#2E1065bold
markup.fenced_code.block, markup.inline.raw, markup.raw.block, punctuation.definition.raw.markdown#0284C7