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#262626
  • activityBar.border#363636
  • activityBar.foreground#ffffff
  • badge.background#A68AF9
  • button.background#A68AF9
  • button.hoverBackground#b8a2fa
  • chat.requestBubbleBackground#655594
  • chat.requestBubbleHoverBackground#A68AF9
  • chat.slashCommandBackground#262626
  • chat.slashCommandForeground#ffffff
  • commandCenter.activeBackground#1e1e1e
  • commandCenter.activeForeground#ffffff
  • commandCenter.background#1e1e1e
  • commandCenter.debuggingBackground#1e1e1e
  • commandCenter.foreground#ffffff
  • commandCenter.inactiveBackground#1e1e1e
  • commandCenter.inactiveForeground#ffffff
  • diffEditor.insertedTextBackground#163f1344
  • diffEditor.modifiedTextBackground#6e4e0844
  • diffEditor.removedTextBackground#45071844
  • dropdown.background#262626
  • dropdown.border#363636
  • editor.background#1e1e1e
  • editor.selectionBackground#655594
  • editorBracketHighlight.foreground1#a68af9
  • editorBracketHighlight.foreground2#bc97f5
  • editorBracketHighlight.foreground3#cea4f3
  • editorBracketHighlight.foreground4#dbb0f0
  • editorBracketHighlight.foreground5#e5bcef
  • editorBracketHighlight.foreground6#ecc6ee
  • editorBracketHighlight.unexpectedBracket.foreground#ff0000
  • editorCursor.foreground#A68AF9
  • editorGroup.border#363636
  • editorGroupHeader.border#363636
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#f9e2af
  • editorLineNumber.foreground#808080
  • editorLink.activeForeground#89b4fa
  • editorOverviewRuler.border#363636
  • errorForeground#f38ba8
  • explorer.iconForeground#ffffff
  • focusBorder#A68AF9
  • gitDecoration.addedResourceForeground#a6e3a1
  • gitDecoration.conflictingResourceForeground#f38ba8
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.ignoredResourceForeground#808080
  • gitDecoration.modifiedResourceForeground#f9e2af
  • gitDecoration.renamedResourceForeground#f9e2af
  • gitDecoration.stageDeletedResourceForeground#f38ba8
  • gitDecoration.stageModifiedResourceForeground#f9e2af
  • gitDecoration.submoduleResourceForeground#dcd3f8
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • inlineChat.border#A68AF9
  • inlineChatInput.border#A68AF9
  • inlineChatInput.focusBorder#A68AF9
  • input.background#262626
  • input.border#363636
  • list.activeSelectionBackground#655594
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • list.errorForeground#f38ba8
  • list.focusBackground#655594
  • list.focusForeground#ffffff
  • list.focusIconForeground#ffffff
  • list.highlightForeground#ffffff
  • list.iconForeground#ffffff
  • list.inactiveSelectionBackground#655594
  • list.inactiveSelectionForeground#f6f6f6
  • list.inactiveSelectionIconForeground#f6f6f6
  • list.infoForeground#89b4fa
  • list.warningForeground#f9e2af
  • minimap.selectionHighlight#655594
  • minimap.selectionOccurrenceHighlight#655594
  • panel.background#1e1e1e
  • panel.border#363636
  • panelTitle.activeBorder#A68AF9
  • panelTitleBadge.background#A68AF9
  • pickerGroup.border#363636
  • pickerGroup.foreground#A68AF9
  • quickInput.background#262626
  • quickInput.foreground#f6f6f6
  • quickInputList.focusBackground#A68AF9
  • quickInputList.focusForeground#1e1e1e
  • quickInputList.focusIconForeground#1e1e1e
  • quickInputList.focusMatchHighlight#ffffff
  • quickInputList.matchHighlight#A68AF9
  • quickInputTitle.background#262626
  • scmGraph.historyItemRefColor#A68AF9
  • sideBar.background#262626
  • sideBar.border#363636
  • sideBar.foreground#ffffff
  • sideBar.iconForeground#ffffff
  • sideBarSectionHeader.background#262626
  • sideBarSectionHeader.border#363636
  • statusBar.background#1e1e1e
  • statusBar.border#363636
  • statusBar.debuggingBackground#eba0ac
  • statusBar.debuggingForeground#f6f6f6
  • statusBar.foreground#f6f6f6
  • statusBar.noFolderBackground#1e1e1e
  • statusBarItem.errorBackground#f38ba8
  • statusBarItem.errorForeground#f6f6f6
  • statusBarItem.infoBackground#89b4fa
  • statusBarItem.infoForeground#f6f6f6
  • statusBarItem.remoteBackground#A68AF9
  • statusBarItem.remoteForeground#f6f6f6
  • statusBarItem.remoteHoverBackground#b8a2fa
  • statusBarItem.remoteHoverForeground#1e1e1e
  • statusBarItem.warningBackground#f9e2af
  • statusBarItem.warningForeground#f6f6f6
  • tab.inactiveBackground#262626
  • terminal.background#1e1e1e
  • textLink.activeForeground#89b4fa
  • textLink.foreground#89b4fa
  • titleBar.activeBackground#262626
  • titleBar.border#363636
  • workbench.list.activeSelectionIconForeground#1e1e1e
  • workbench.tree.iconForeground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.function, entity.name.class, entity.name.type, entity.name.namespace, entity.name.tag, meta.function-call.generic.python, support.function, keyword.control, keyword.operator.new, storage.type.function, storage.type.class, storage.modifier#ffffffbold
entity.name.type.class, entity.name.type.interface, entity.name.type.enum, support.type, support.class, variable.language.this, variable.language.super, constant.language, meta.import, meta.export#dcd3f8
string, string.quoted, string.template, constant.character.escape, markup.quote, markup.bold, entity.name.tag.yaml#ede8fc
invalid, invalid.illegal, invalid.deprecated, markup.deleted, markup.error, diff.removed, diff.deleted, git.deleted, error, diagnostic.error#f38ba8
markup.inserted, markup.inserted.diff, diff.inserted, diff.added, git.inserted, git.added, meta.diff.header.to-file, meta.diff.range.added, punctuation.definition.inserted, token.info-token#a6e3a1
markup.changed, markup.changed.diff, diff.changed, diff.modified, git.modified, meta.diff.range.changed, punctuation.definition.changed#dcd3f8
comment, comment.line, comment.block, punctuation.definition.comment#808080italic
markup.quote, meta.preprocessor, entity.other.attribute-name.html, entity.other.attribute-name.class.css, punctuation.separator, punctuation.terminator, punctuation.accessor#808080
variable, variable.other, variable.parameter, variable.object.property, meta.object-literal.key, entity.name.variable, constant.numeric, constant.language.boolean, support.variable#ffffff
keyword.operator, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.logical, keyword.operator.assignment, punctuation.definition.string.begin, punctuation.definition.string.end#ffffffbold
keyword, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, storage.type, storage.modifier.async, storage.modifier.static#dcd3f8bold
entity.name.type, support.type.primitive, support.type.builtin, support.class.builtin, entity.other.inherited-class#dcd3f8
entity.name.function.decorator, meta.decorator, punctuation.decorator#ede8fc
markup.heading, entity.name.section#ffffffbold
markup.underline.link, string.other.link#dcd3f8
markup.fenced_code, markup.inline.raw#ffffff