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#6447AA
- activityBar.dropBackground#8E006020
- activityBar.foreground#f0f0f0
- activityBarBadge.background#85AAC3
- activityBarBadge.foreground#f0f0f0
- button.background#004B4B
- button.foreground#F0F0F0
- editor.background#f8f8f8
- editor.findMatchBackground#8E006020
- editor.findMatchHighlightBackground#8E006030
- editor.findRangeHighlightBackground#8E006020
- editor.foreground#8E0060
- editor.hoverHighlightBackground#8E006010
- editor.lineHighlightBackground#8E006008
- editor.rangeHighlightBackground#8E006010
- editor.selectionBackground#8E006020
- editor.selectionHighlightBackground#8E006030
- editor.wordHighlightBackground#8E006020
- editor.wordHighlightStrongBackground#8E006030
- editorBracketHighlight.foreground1#8E0060
- editorBracketHighlight.foreground2#2A0780
- editorBracketHighlight.foreground3#044A77
- editorBracketHighlight.foreground4#6447AA
- editorBracketHighlight.foreground5#BE4296
- editorBracketHighlight.foreground6#3E799F
- editorCursor.background#f8f8f8
- editorCursor.foreground#8E0060
- editorError.foreground#BE4296
- editorGroupHeader.tabsBackground#f0f0f0
- editorIndentGuide.activeBackground#8E006020
- editorIndentGuide.background#8E006018
- editorInfo.foreground#3E799F
- editorLineNumber.activeForeground#777777
- editorLineNumber.foreground#bbbbbb
- editorWarning.foreground#BE4296
- gitDecoration.addedResourceForeground#53adaa
- gitDecoration.untrackedResourceForeground#BE4296
- list.activeSelectionBackground#85AAC3
- list.activeSelectionForeground#f0f0f0
- list.errorForeground#BE4296
- list.hoverBackground#f0f0f0
- list.inactiveSelectionBackground#f0f0f0
- list.inactiveSelectionForeground#0C629A
- list.warningForeground#BE4296
- sideBar.background#f8f8f8
- sideBarSectionHeader.background#f0f0f0
- statusBar.background#BE4296
- statusBar.debuggingBackground#8E0060
- statusBar.foreground#f0f0f0
- statusBar.noFolderBackground#e8e8e8
- statusBar.noFolderForeground#8E0060
- tab.activeBackground#f8f8f8
- tab.activeBorder#BE4296
- tab.border#8E006020
- tab.inactiveBackground#f0f0f0
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #AAAAAA | italic |
| comment.block.preprocessor | #AAAAAA | |
| comment.documentation, comment.block.documentation | #3F15A5 | — |
| invalid.illegal | #660000 | — |
| keyword.operator | #777777 | — |
| keyword, storage | #4B83CD | — |
| storage.type, support.type | #7A3E9D | — |
| constant.language, support.constant, variable.language | #BE4296 | — |
| variable, support.variable | #7A3E9D | — |
| entity.name.function, support.function | #AA3731 | bold |
| entity.name.type, entity.other.inherited-class, support.class | #7A3E9D | bold |
| entity.name.exception | #660000 | — |
| entity.name.section | — | bold |
| constant.numeric, constant.character, constant | #BE4296 | — |
| string | #3F15A5 | — |
| constant.character.escape | #777777 | — |
| string.regexp | #4B83CD | — |
| constant.other.symbol | #BE4296 | — |
| punctuation | #777777 | — |
| meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html | #AAAAAA | — |
| meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #91B3E0 | — |
| entity.name.tag | #4B83CD | — |
| meta.tag entity.other.attribute-name, entity.other.attribute-name.html | #91B3E0 | italic |
| constant.character.entity, punctuation.definition.entity | #BE4296 | — |
| meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css | #7A3E9D | — |
| meta.property-name, support.type.property-name | #BE4296 | — |
| meta.property-value, meta.property-value constant.other, support.constant.property-value | #3F15A5 | — |
| keyword.other.important | — | bold |
| markup.changed | #000000 | — |
| markup.deleted | #000000 | — |
| markup.italic | — | italic |
| markup.error | #660000 | — |
| markup.inserted | #000000 | — |
| meta.link | #4B83CD | — |
| markup.output, markup.raw | #777777 | — |
| markup.prompt | #777777 | — |
| markup.heading | #AA3731 | — |
| markup.bold | — | bold |
| markup.traceback | #660000 | — |
| markup.underline | — | underline |
| markup.quote | #7A3E9D | — |
| markup.list | #4B83CD | — |
| markup.bold, markup.italic | #3F15A5 | — |
| markup.inline.raw | #BE4296 | |
| meta.diff.range, meta.diff.index, meta.separator | #434343 | — |
| meta.diff.header.from-file | #434343 | — |
| meta.diff.header.to-file | #434343 | — |