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#0e0914
  • activityBar.border#b045e010
  • activityBar.foreground#b474d4
  • activityBar.inactiveForeground#b045e04b
  • activityBarBadge.background#b045e0
  • activityBarBadge.foreground#0e0914
  • badge.background#b045e0
  • badge.foreground#0e0914
  • breadcrumb.activeSelectionForeground#b474d4
  • breadcrumb.focusForeground#b474d4
  • breadcrumb.foreground#b045e087
  • breadcrumbPicker.background#1d1426f0
  • button.background#b045e0bf
  • button.foreground#0e0914
  • button.hoverBackground#b474d4
  • button.secondaryBackground#b045e01c
  • button.secondaryForeground#c8a6d8
  • button.secondaryHoverBackground#b045e02f
  • dropdown.background#1d1426e6
  • dropdown.border#b045e028
  • dropdown.foreground#d9b8eb
  • editor.background#16101c
  • editor.findMatchBackground#b045e04b
  • editor.findMatchHighlightBackground#b045e023
  • editor.foreground#e6d8f5
  • editor.inactiveSelectionBackground#b045e023
  • editor.lineHighlightBackground#b045e012
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#b045e03d
  • editor.selectionHighlightBackground#b045e017
  • editor.wordHighlightBackground#b045e01e
  • editor.wordHighlightStrongBackground#b045e02f
  • editorCursor.foreground#b474d4
  • editorGroup.border#b045e013
  • editorGroupHeader.tabsBackground#0e0914
  • editorGutter.background#16101c
  • editorHoverWidget.background#1d1426f0
  • editorHoverWidget.border#b045e028
  • editorIndentGuide.activeBackground1#b045e046
  • editorIndentGuide.background1#b045e015
  • editorLineNumber.activeForeground#b474d4
  • editorLineNumber.foreground#b045e038
  • editorSuggestWidget.background#1d1426e6
  • editorSuggestWidget.border#b045e02f
  • editorSuggestWidget.highlightForeground#b474d4
  • editorSuggestWidget.selectedBackground#b045e023
  • editorWhitespace.foreground#b045e01c
  • editorWidget.background#1d1426cc
  • editorWidget.border#b045e028
  • focusBorder#b045e05a
  • input.background#b045e012
  • input.border#b045e028
  • input.foreground#f8f0ff
  • input.placeholderForeground#b045e05a
  • inputOption.activeBackground#b045e02a
  • inputOption.activeBorder#b474d4
  • list.activeSelectionBackground#b045e02a
  • list.activeSelectionForeground#f8f0ff
  • list.focusBackground#b045e023
  • list.focusOutline#b045e031
  • list.highlightForeground#b474d4
  • list.hoverBackground#b045e015
  • list.inactiveSelectionBackground#b045e019
  • minimap.background#16101ccc
  • notificationCenterHeader.background#120c18
  • notificationCenterHeader.foreground#b474d4
  • notifications.background#1d1426f0
  • notifications.border#b045e028
  • panel.background#120c18f2
  • panel.border#b045e01a
  • panelTitle.activeBorder#b045e0
  • panelTitle.activeForeground#b474d4
  • panelTitle.inactiveForeground#b045e05a
  • peekView.border#b045e031
  • peekViewEditor.background#16101ce6
  • peekViewResult.background#120c18f2
  • peekViewTitle.background#120c18
  • progressBar.background#b474d4
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#b045e031
  • scrollbarSlider.background#b045e017
  • scrollbarSlider.hoverBackground#b045e028
  • selection.background#b045e03d
  • sideBar.background#120c18f2
  • sideBar.border#b045e013
  • sideBar.foreground#d9b8eb
  • sideBarSectionHeader.background#b045e00e
  • sideBarSectionHeader.border#b045e015
  • sideBarSectionHeader.foreground#b474d4
  • sideBarTitle.foreground#b474d4
  • statusBar.background#221028cc
  • statusBar.border#b045e01a
  • statusBar.debuggingBackground#9c28e0b4
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#c8a6d8
  • statusBar.noFolderBackground#221028cc
  • statusBarItem.hoverBackground#b045e023
  • statusBarItem.remoteBackground#b045e0
  • statusBarItem.remoteForeground#0e0914
  • tab.activeBackground#16101c
  • tab.activeBorderTop#b045e0
  • tab.activeForeground#b474d4
  • tab.border#b045e010
  • tab.hoverBackground#b045e012
  • tab.inactiveBackground#0e0914cc
  • tab.inactiveForeground#b045e05a
  • terminal.ansiBlue#3dc4ff
  • terminal.ansiBrightMagenta#b474d4
  • terminal.ansiCyan#1abc9c
  • terminal.ansiMagenta#b045e0
  • terminal.background#16101c
  • terminal.foreground#f8f0ff
  • titleBar.activeBackground#0e0914e6
  • titleBar.activeForeground#b474d4
  • titleBar.border#b045e010
  • titleBar.inactiveBackground#09060e
  • titleBar.inactiveForeground#b045e04b
  • toolbar.hoverBackground#b045e01c
  • widget.shadow#00000055

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9c28e0italic
keyword, storage.type, storage.modifier#b474d4—
string, string.quoted#c8a6d8—
constant.numeric#c86bff—
entity.name.function, support.function#e0c8f4—
variable, variable.other#c8a6d8—
entity.name.type, entity.name.class, support.class#b045e0—
constant, constant.language#d080ff—
keyword.operator#b474d4—
entity.name.tag#b045e0—
entity.other.attribute-name#c8a6d8—
support.type.property-name#b474d4—
support.type.property-name.json#b045e0—
punctuation#9c28e0—
keyword.control.import, keyword.control.export#d080ff—