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#f6f6f6
  • activityBar.border#e0e0e0
  • activityBar.foreground#000000
  • badge.background#A68AF9
  • button.background#A68AF9
  • button.hoverBackground#9472f8
  • chat.requestBubbleBackground#c5beda
  • chat.requestBubbleHoverBackground#A68AF9
  • chat.slashCommandBackground#f6f6f6
  • chat.slashCommandForeground#000000
  • commandCenter.activeBackground#ffffff
  • commandCenter.activeForeground#000000
  • commandCenter.background#ffffff
  • commandCenter.debuggingBackground#ffffff
  • commandCenter.foreground#000000
  • commandCenter.inactiveBackground#ffffff
  • commandCenter.inactiveForeground#000000
  • diffEditor.insertedTextBackground#a6e3a144
  • diffEditor.modifiedTextBackground#f9e2af44
  • diffEditor.removedTextBackground#f38ba844
  • dropdown.background#f6f6f6
  • dropdown.border#e0e0e0
  • editor.background#ffffff
  • editor.selectionBackground#c5beda
  • editorBracketHighlight.foreground1#a68af9
  • editorBracketHighlight.foreground2#a472f2
  • editorBracketHighlight.foreground3#a75ce9
  • editorBracketHighlight.foreground4#ac49dd
  • editorBracketHighlight.foreground5#b338cf
  • editorBracketHighlight.foreground6#ad35b3
  • editorBracketHighlight.unexpectedBracket.foreground#ff0000
  • editorCursor.foreground#A68AF9
  • editorGroup.border#e0e0e0
  • editorGroupHeader.border#e0e0e0
  • editorGutter.addedBackground#24661f
  • editorGutter.deletedBackground#730c29
  • editorGutter.modifiedBackground#9d700c
  • editorLineNumber.foreground#808080
  • editorLink.activeForeground#05347f
  • editorOverviewRuler.border#e0e0e0
  • errorForeground#730c29
  • explorer.iconForeground#000000
  • focusBorder#A68AF9
  • gitDecoration.addedResourceForeground#24661f
  • gitDecoration.conflictingResourceForeground#730c29
  • gitDecoration.deletedResourceForeground#730c29
  • gitDecoration.ignoredResourceForeground#808080
  • gitDecoration.modifiedResourceForeground#9d700c
  • gitDecoration.renamedResourceForeground#9d700c
  • gitDecoration.stageDeletedResourceForeground#730c29
  • gitDecoration.stageModifiedResourceForeground#9d700c
  • gitDecoration.submoduleResourceForeground#321685
  • gitDecoration.untrackedResourceForeground#24661f
  • inlineChat.border#A68AF9
  • inlineChatInput.border#A68AF9
  • inlineChatInput.focusBorder#A68AF9
  • input.background#f6f6f6
  • input.border#e0e0e0
  • list.activeSelectionBackground#c5beda
  • list.activeSelectionForeground#000000
  • list.activeSelectionIconForeground#000000
  • list.errorForeground#730c29
  • list.focusBackground#c5beda
  • list.focusForeground#000000
  • list.focusIconForeground#000000
  • list.highlightForeground#000000
  • list.iconForeground#000000
  • list.inactiveSelectionBackground#c5beda
  • list.inactiveSelectionForeground#1e1e1e
  • list.inactiveSelectionIconForeground#1e1e1e
  • list.infoForeground#05347f
  • list.warningForeground#9d700c
  • minimap.selectionHighlight#c5beda
  • minimap.selectionOccurrenceHighlight#c5beda
  • panel.background#ffffff
  • panel.border#e0e0e0
  • panelTitle.activeBorder#A68AF9
  • panelTitleBadge.background#A68AF9
  • pickerGroup.border#e0e0e0
  • pickerGroup.foreground#A68AF9
  • quickInput.background#f6f6f6
  • quickInput.foreground#1e1e1e
  • quickInputList.focusBackground#A68AF9
  • quickInputList.focusForeground#ffffff
  • quickInputList.focusIconForeground#ffffff
  • quickInputList.focusMatchHighlight#000000
  • quickInputList.matchHighlight#A68AF9
  • quickInputTitle.background#f6f6f6
  • scmGraph.historyItemRefColor#A68AF9
  • sideBar.background#f6f6f6
  • sideBar.border#e0e0e0
  • sideBar.foreground#000000
  • sideBar.iconForeground#000000
  • sideBarSectionHeader.background#f6f6f6
  • sideBarSectionHeader.border#e0e0e0
  • statusBar.background#ffffff
  • statusBar.border#e0e0e0
  • statusBar.debuggingBackground#eba0ac
  • statusBar.debuggingForeground#1e1e1e
  • statusBar.foreground#1e1e1e
  • statusBar.noFolderBackground#ffffff
  • statusBarItem.errorBackground#f38ba8
  • statusBarItem.errorForeground#1e1e1e
  • statusBarItem.infoBackground#89b4fa
  • statusBarItem.infoForeground#1e1e1e
  • statusBarItem.remoteBackground#A68AF9
  • statusBarItem.remoteForeground#1e1e1e
  • statusBarItem.remoteHoverBackground#9472f8
  • statusBarItem.remoteHoverForeground#ffffff
  • statusBarItem.warningBackground#f9e2af
  • statusBarItem.warningForeground#1e1e1e
  • tab.inactiveBackground#f6f6f6
  • terminal.background#ffffff
  • textLink.activeForeground#05347f
  • textLink.foreground#05347f
  • titleBar.activeBackground#f6f6f6
  • titleBar.border#e0e0e0
  • workbench.list.activeSelectionIconForeground#ffffff
  • workbench.tree.iconForeground#000000

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#000000bold
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#321685
string, string.quoted, string.template, constant.character.escape, markup.quote, markup.bold, entity.name.tag.yaml#240e67
invalid, invalid.illegal, invalid.deprecated, markup.deleted, markup.error, diff.removed, diff.deleted, git.deleted, error, diagnostic.error#730c29
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#24661f
markup.changed, markup.changed.diff, diff.changed, diff.modified, git.modified, meta.diff.range.changed, punctuation.definition.changed#321685
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#000000
keyword.operator, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.logical, keyword.operator.assignment, punctuation.definition.string.begin, punctuation.definition.string.end#000000bold
keyword, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, storage.type, storage.modifier.async, storage.modifier.static#321685bold
entity.name.type, support.type.primitive, support.type.builtin, support.class.builtin, entity.other.inherited-class#321685
entity.name.function.decorator, meta.decorator, punctuation.decorator#240e67
markup.heading, entity.name.section#000000bold
markup.underline.link, string.other.link#321685
markup.fenced_code, markup.inline.raw#000000