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#181A2A
  • activityBarBadge.background#A259FF
  • button.hoverBackground#23243A
  • dropdown.background#23243A
  • editor.background#181A2A
  • editor.foreground#E6EAF3
  • editor.lineHighlightBackground#23243A
  • editor.selectionBackground#A259FF33
  • editor.selectionHighlightBackground#4FC3F733
  • editorCursor.foreground#A259FF
  • editorGroupHeader.tabsBackground#181A2A
  • editorSuggestWidget.background#181A2A
  • editorSuggestWidget.border#23243A
  • editorSuggestWidget.foreground#E6EAF3
  • editorSuggestWidget.highlightForeground#A259FF
  • editorSuggestWidget.selectedBackground#23243A
  • editorWidget.background#181A2A
  • editorWidget.foreground#E6EAF3
  • input.background#23243A
  • input.foreground#E6EAF3
  • list.activeSelectionBackground#A259FF33
  • list.hoverBackground#23243A
  • list.inactiveSelectionBackground#181A2A
  • menu.background#181A2A
  • panel.background#181A2A
  • pickerGroup.border#23243A
  • pickerGroup.foreground#ffffff
  • quickInput.background#181A2A
  • quickInput.foreground#E6EAF3
  • scrollbarSlider.activeBackground#A259FF33
  • scrollbarSlider.background#23243A
  • scrollbarSlider.hoverBackground#4FC3F733
  • sideBar.background#181A2A
  • sideBar.foreground#E6EAF3
  • sideBarTitle.foreground#ffffff
  • statusBar.background#181A2A
  • statusBar.border#181A2A
  • statusBar.debuggingBackground#A259FF
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#181A2A
  • tab.activeBackground#181A2A
  • tab.inactiveBackground#181A2A
  • tab.unfocusedActiveBackground#181A2A
  • tab.unfocusedInactiveBackground#181A2A
  • terminal.background#181A2A
  • terminal.foreground#B39DDB
  • terminalCursor.background#A259FF
  • terminalCursor.foreground#A259FF
  • titleBar.activeBackground#181A2A
  • titleBar.inactiveBackground#181A2A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C7A89italic
variable, identifier#FF6F61—
function, entity.name.function, support.function#4FC3F7bold
number, constant.numeric#7FFFD4—
string, constant.other.symbol#ffe6b3—
keyword, storage.type, storage.modifier#A259FFbold
type, entity.name.type, class, entity.name.class#A6B1E1—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ffa5b8—
entity.other.attribute-name#ffe6b3—
markup.heading, entity.name.section#A259FFbold
markup.underline.link, string.other.link, markup.link#4FC3F7underline
support.class.console, variable.language.console, entity.name.function.console, support.function.console, variable.other.console#AEEA00—
variable.parameter, meta.function.parameters variable, meta.parameters variable, variable.parameter.function, variable.parameter.js, variable.parameter.ts, meta.function.parameter.js, meta.function.parameter.ts, meta.lambda.parameters variable, meta.function.argument, meta.function.arguments variable, meta.method.parameters variable, meta.class.method.parameters variable#F8BBD0—
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#A6B1E1—
string.quoted.double.html, string.quoted.single.html, string.quoted.other.html#8dd3f7—