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#19202b
- activityBar.dropBackground#399EF480
- activityBarBadge.background#399EF4
- activityBarBadge.foreground#ffffff
- badge.background#399EF4
- badge.foreground#ffffff
- button.background#399EF4
- button.foreground#ffffff
- debugToolBar.background#19202b
- dropdown.background#1c2431
- editor.background#12171F
- editor.foreground#EFEFEF
- editor.lineHighlightBorder#FFFFFF1a
- editor.rangeHighlightBackground#FFFFFF0d
- editorCursor.foreground#FFF099
- editorGroup.dropBackground#399EF480
- editorGroup.focusedEmptyBorder#399EF4
- editorGroupHeader.tabsBackground#151b25
- editorGutter.addedBackground#4EB071
- editorGutter.deletedBackground#DA6771
- editorGutter.modifiedBackground#FFF099
- editorHoverWidget.background#151b25
- editorLineNumber.activeForeground#399EF4
- editorLineNumber.foreground#FFFFFF4d
- editorMarkerNavigation.background#151b25
- editorWidget.background#151b25
- focusBorder#399EF4
- foreground#EFEFEF
- input.background#1c2431
- inputOption.activeBorder#399EF4
- list.activeSelectionBackground#399EF480
- list.activeSelectionForeground#FFFFFF
- list.dropBackground#399EF480
- list.focusBackground#399EF480
- list.focusForeground#FFFFFF
- list.highlightForeground#399EF4
- list.hoverBackground#FFFFFF1a
- list.inactiveSelectionBackground#FFFFFF33
- panel.background#151b25
- panel.border#FFFFFF1a
- panelTitle.activeBorder#EFEFEF80
- panelTitle.inactiveForeground#EFEFEF80
- peekView.border#399EF4
- peekViewEditor.background#0e1218
- peekViewResult.background#151b25
- peekViewTitle.background#12171F
- pickerGroup.border#FFFFFF1a
- selection.background#399EF4
- sideBar.background#151b25
- sideBarSectionHeader.background#19202b
- statusBar.background#0e1218
- statusBar.debuggingBackground#399EF4
- statusBar.debuggingForeground#ffffff
- statusBar.noFolderBackground#0e1218
- statusBarItem.activeBackground#399EF480
- statusBarItem.hoverBackground#FFFFFF1a
- statusBarItem.remoteBackground#399EF4
- statusBarItem.remoteForeground#ffffff
- tab.activeBorder#399EF4
- tab.activeModifiedBorder#399EF4
- tab.border#00000033
- tab.inactiveBackground#19202b
- tab.inactiveModifiedBorder#225e92
- tab.unfocusedActiveModifiedBorder#2d7ec3
- tab.unfocusedInactiveModifiedBorder#225e92
- titleBar.activeBackground#0e1218
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| Global settings | #EFEFEF | — |
| string | #DA6771 | — |
| constant.character.escape, text.html constant.character.entity.named, punctuation.definition.entity.html | #ff9aa9 | — |
| constant.language.boolean | #399EF4 | — |
| constant.numeric | #FFF099 | — |
| variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function | #55edff | — |
| keyword, modifier, variable.language.this, support.type.object, constant.language | #399EF4 | — |
| entity.name.function, support.function | #FFF099 | — |
| storage.type, storage.modifier | #399EF4 | — |
| support.module, support.node | #55edff | italic |
| support.type | #4EB071 | — |
| entity.name.type, entity.other.inherited-class | #4EB071 | — |
| comment | #36455d | italic |
| entity.name.type.class | #4EB071 | underline |
| variable.object.property, meta.field.declaration entity.name.function | #4EB071 | — |
| meta.definition.method entity.name.function | #4EB071 | — |
| meta.function entity.name.function | #4EB071 | — |
| template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end | #399EF4 | — |
| meta.embedded, source.groovy.embedded, meta.template.expression | #EFEFEF | — |
| entity.name.tag.yaml | #55edff | — |
| meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json | #55edff | — |
| constant.language.json | #399EF4 | — |
| entity.other.attribute-name.class | #399EF4 | — |
| entity.other.attribute-name.id | #DA6771 | — |
| source.css entity.name.tag | #4EB071 | — |
| meta.tag, punctuation.definition.tag | #399EF4 | — |
| entity.name.tag | #55edff | — |
| entity.other.attribute-name | #FFF099 | — |
| markup.heading | #399EF4 | — |
| text.html.markdown meta.link.inline, meta.link.reference | #55edff | — |
| text.html.markdown beginning.punctuation.definition.list | #399EF4 | — |
| markup.italic | #55edff | italic |
| markup.bold | #55edff | bold |
| markup.bold markup.italic, markup.italic markup.bold | #55edff | italic bold |
| markup.fenced_code.block.markdown punctuation.definition.markdown | #DA6771 | — |
| markup.inline.raw.string.markdown | #DA6771 | — |
| keyword.other.definition.ini | #55edff | — |
| entity.name.section.group-title.ini | #399EF4 | — |
| source.cs meta.class.identifier storage.type | #4EB071 | underline |
| source.cs meta.method.identifier entity.name.function | #4EB071 | — |
| source.cs meta.method-call meta.method, source.cs entity.name.function | #FFF099 | — |
| source.cs storage.type | #4EB071 | — |
| source.cs meta.method.return-type | #4EB071 | — |
| source.cs meta.preprocessor | #36455d | — |
| source.cs entity.name.type.namespace | #EFEFEF | — |
| Global settings | #EFEFEF | — |