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#030d22
- activityBar.foreground#ff2592
- activityBarBadge.background#d31b77
- activityBarBadge.foreground#ffffff
- button.background#087eb4
- button.foreground#ffffff
- button.hoverBackground#008dce
- descriptionForeground#ffffff
- editor.background#030d22
- editor.findMatchBackground#003496
- editor.findMatchHighlightBackground#001288da
- editor.foreground#fdfeff
- editor.hoverHighlightBackground#004696
- editor.lineHighlightBackground#1c1347
- editor.selectionBackground#310072
- editor.selectionHighlightBackground#35008b
- editor.wordHighlightBackground#47008ad5
- editor.wordHighlightStrongBackground#440083d5
- editorCursor.foreground#ee0077
- editorError.foreground#ac077a
- editorGroup.dropBackground#03153b
- editorGroupHeader.noTabsBackground#03163f
- editorGroupHeader.tabsBackground#030d22
- editorHoverWidget.background#222858
- editorHoverWidget.border#2d324e
- editorIndentGuide.activeBackground1#103483
- editorIndentGuide.background1#030d22
- editorInfo.foreground#af21e7
- editorLineNumber.activeForeground#47a1fa
- editorLineNumber.foreground#ee0077
- editorRuler.foreground#11215e
- editorWarning.foreground#fad46d
- editorWidget.background#04112c
- editorWidget.border#030f27
- foreground#ffffff
- gitDecoration.conflictingResourceForeground#ec0076
- gitDecoration.deletedResourceForeground#d800ca
- gitDecoration.ignoredResourceForeground#1183b8
- gitDecoration.modifiedResourceForeground#fdd81d
- gitDecoration.untrackedResourceForeground#0097fc
- input.background#0d0931
- input.border#150f53
- input.placeholderForeground#f3f3f3
- inputOption.activeBorder#ffd400
- list.activeSelectionBackground#073170
- list.activeSelectionForeground#ffffff
- list.dropBackground#063475
- list.errorForeground#b60672
- list.focusBackground#06306e
- list.hoverBackground#0a2f66
- list.inactiveSelectionBackground#161130
- list.warningForeground#992293
- panel.background#0e0952
- panel.border#181657
- panelTitle.activeBorder#ff2592
- panelTitle.activeForeground#ff2592
- panelTitle.inactiveForeground#d600dd
- peekView.border#ffd400
- peekViewEditor.background#1971f770
- peekViewEditor.matchHighlightBackground#120961
- peekViewEditor.matchHighlightBorder#34006e
- peekViewResult.background#1a1079
- peekViewResult.selectionBackground#ffd400
- peekViewTitle.background#372dc9
- peekViewTitleDescription.foreground#348bee
- progressBar.background#fa0dea
- scrollbar.shadow#ff25ed57
- scrollbarSlider.activeBackground#ff29944f
- scrollbarSlider.background#fc309654
- scrollbarSlider.hoverBackground#ee0077
- sideBar.background#030d22
- sideBarSectionHeader.background#04112e
- sideBarSectionHeader.foreground#1f9aff
- statusBar.background#0a0631
- statusBar.debuggingBackground#0a0631
- statusBar.debuggingForeground#4d8bee
- statusBar.foreground#4d8bee
- statusBar.noFolderBackground#0a0631
- statusBar.noFolderForeground#4d8bee
- tab.activeBackground#1d1641
- tab.activeForeground#f9faff
- tab.border#171033
- tab.inactiveBackground#141138
- tab.inactiveForeground#3e8efd
- terminal.ansiBlack#3a1b75
- terminal.ansiBlue#3787d6
- terminal.ansiBrightBlack#5c6d751a
- terminal.ansiBrightBlue#5994ce
- terminal.ansiBrightCyan#4bc5fa
- terminal.ansiBrightGreen#3dd69c
- terminal.ansiBrightMagenta#ea00d9
- terminal.ansiBrightRed#ff2e97
- terminal.ansiBrightWhite#ffffff
- terminal.ansiBrightYellow#ffd400
- terminal.ansiCyan#0ab2fa
- terminal.ansiGreen#06ad00
- terminal.ansiMagenta#ea00d9
- terminal.ansiRed#ee1682
- terminal.ansiWhite#f2f8ff
- terminal.ansiYellow#ffd400
- terminal.background#0d0936
- terminal.foreground#e4eeff
- titleBar.activeBackground#0b082e
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment, string.quoted.docstring.multi.python | #0098DF | italic |
| string | #0EF3FF | — |
| constant.numeric | #FFD400 | — |
| constant.language | #FF2E97 | — |
| constant.character, constant.other | #C832FF | — |
| variable | — | |
| keyword | #FF2CF1 | — |
| storage | #40A9FF | |
| storage.type | #FF1BF0 | |
| meta | #FF2E97 | — |
| meta.jsx.children, meta.jsx.children.js, meta.jsx.children.tsx | #FFD400 | — |
| variable.other.object.js, variable.other.object.jsx, variable.object.property.js, variable.object.property.jsx | #40A9FF | — |
| punctuation.definition.parameters | #FFEE80 | — |
| punctuation.definition.template-expression | #FFEE80 | — |
| entity.name.class, entity.name.type.class | #FF2E97 | |
| entity | #FFD400 | — |
| entity.other.inherited-class, meta.other.inherited-class.php | #6AB0FF | italic |
| entity.name.function - meta.function-call | #39C0FF | |
| variable.parameter | #FF2E97 | |
| entity.name.tag | #FF2E97 | |
| entity.other.attribute-name | #FFD400 | |
| support.function | #FFD400 | |
| support.constant | #39C0FF | |
| support.type, support.class | #FF2CF1 | italic |
| support.other.variable | #39C0FF | |
| support.variable.property.dom | #67B3FF | — |
| invalid | #9E0A52 | |
| invalid.deprecated | #00D7E2 | — |
| meta.diff, meta.diff.header | #009AF3 | — |
| markup.deleted | #EC107B | — |
| markup.inserted | #DBCD00 | — |
| markup.changed | #029FCF | — |
| constant.numeric.line-number.find-in-files - match | #E92778 | — |
| entity.name.filename.find-in-files | #FF2E97 | — |
| keyword.other | #A83DFF | — |
| meta.property-value, support.constant.property-value, constant.other.color | #FD21EF | — |
| meta.structure.dictionary.json string.quoted.double.json | #FF0081 | — |
| support.type.property-name.json | #FF2E97 | |
| meta.structure.dictionary.value.json string.quoted.double.json | #0EF3FF | — |
| meta.property-name support.type.property-name | #0EF3FF | |
| meta.property-value punctuation.separator.key-value | #44A1FD | — |
| keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as | #EA00D9 | — |
| support.other.namespace.php | #973DFD | — |
| meta.use | #2FB3FF | |
| variable.other | #FF2E97 | |
| keyword.other.phpdoc.php | #35A3FD | |
| variable.parameter.function.coffee | #FF2E97 | |
| variable.parameter.function.language.special.self.python | #FF2E97 | — |
| source.ts entity.name.type | #DBCD00 | — |
| source.ts keyword | #FF25F0 | — |
| source.ts punctuation.definition.parameters | #DBCD00 | — |
| meta.arrow.ts punctuation.definition.parameters | #FFEE80 | — |
| source.ts storage | #0EF3FF | — |
| variable.language, entity.name.type.class.ts, entity.name.type.class.tsx | #FF2E97 | — |
| entity.other.inherited-class.ts, entity.other.inherited-class.tsx | #DBCD00 | — |
| source.js storage.type.function | #FF25F0 | — |
| variable.language, entity.name.type.class.js | #3EC8FF | — |
| entity.other.inherited-class.js | #FF15EF | — |
| text.html.vue-html | #FFD400 | — |
| entity.name.section.markdown | #FF2E97 | — |
| string.other.link.title.markdown | #FF2E97 | — |
| punctuation.definition.heading.markdown | #FF2E97 | — |
| markup.raw.inline.markdown | #E9E9E9 | — |
| punctuation.definition.bold.markdown, punctuation.definition.italic.markdown | #FF2E97 | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown | #FF22F0 | — |
| punctuation.definition.metadata.markdown | #FF22F0 | — |
| markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown | #FF22F0 | |
| markup.bold.markdown, markup.italic.markdown | #FF2E97 | — |
| markup.italic.markdown | — | italic |
| markup.bold.markdown | — | bold |
| fenced_code.block.language, markup.inline.raw.markdown | #FF2E97 | — |
| fenced_code.block.language, markup.inline.raw.markdown | #FF2E97 | — |
| meta.paragraph.markdown | #E1EFFF | — |
| markup.raw.block.markdown | #FFFFFF | — |
| markup.deleted.git_gutter | #E700D8 | — |
| markup.inserted.git_gutter | #FFD400 | — |
| markup.changed.git_gutter | #0685FC | — |
| meta.template.expression | #18B6FF | — |
| token.info-token | #6796E6 | — |
| token.warn-token | #CD9731 | — |
| token.error-token | #F44747 | — |
| token.debug-token | #B267E6 | — |
Shiki preview
TypeScript sample highlighted with this variant's colors and tokenColors.
Loading...