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#030306
  • activityBar.border#1a1a2e
  • activityBar.foreground#e0e0ff
  • activityBar.inactiveForeground#2d2d4e
  • activityBarBadge.background#ff2d78
  • activityBarBadge.foreground#ffffff
  • badge.background#ff2d78
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ff2d78
  • breadcrumb.background#050508
  • breadcrumb.foreground#2d2d4e
  • button.background#ff2d78
  • button.foreground#ffffff
  • button.hoverBackground#dd1560
  • dropdown.background#0a0a12
  • dropdown.border#1a1a2e
  • dropdown.foreground#e0e0ff
  • editor.background#050508
  • editor.findMatchBackground#ff2d7848
  • editor.findMatchHighlightBackground#ff2d7828
  • editor.findRangeHighlightBackground#ff2d7812
  • editor.foreground#e0e0ff
  • editor.hoverHighlightBackground#ff2d7812
  • editor.inactiveSelectionBackground#ff2d781a
  • editor.lineHighlightBackground#ff2d780c
  • editor.lineHighlightBorder#ff2d7818
  • editor.rangeHighlightBackground#ff2d7810
  • editor.selectionBackground#ff2d7830
  • editor.selectionHighlightBackground#ff2d781e
  • editor.wordHighlightBackground#ff2d7822
  • editor.wordHighlightStrongBackground#ff2d7838
  • editorBracketMatch.background#0e0e1a
  • editorBracketMatch.border#ff2d7866
  • editorCursor.foreground#ff2d78
  • editorGroupHeader.tabsBackground#030306
  • editorGroupHeader.tabsBorder#1a1a2e
  • editorIndentGuide.activeBackground#1f1f35
  • editorIndentGuide.background#1a1a2e
  • editorLineNumber.activeForeground#ff2d78
  • editorLineNumber.foreground#1f1f35
  • editorOverviewRuler.findMatchForeground#ff2d7888
  • editorOverviewRuler.selectionHighlightForeground#ff2d7855
  • editorOverviewRuler.wordHighlightForeground#ff2d7844
  • editorOverviewRuler.wordHighlightStrongForeground#ff2d7866
  • editorStickyScroll.background#050508
  • editorStickyScrollHover.background#0a0a12
  • editorWhitespace.foreground#1a1a2e
  • focusBorder#ff2d7844
  • gitDecoration.addedResourceForeground#00f5d4
  • gitDecoration.deletedResourceForeground#ff2d78
  • gitDecoration.ignoredResourceForeground#2d2d4e
  • gitDecoration.modifiedResourceForeground#ffd60a
  • gitDecoration.untrackedResourceForeground#00f5d4
  • input.background#0a0a12
  • input.border#1a1a2e
  • input.foreground#e0e0ff
  • input.placeholderForeground#2d2d4e
  • inputOption.activeBorder#ff2d78
  • list.activeSelectionBackground#ff2d7822
  • list.activeSelectionForeground#ffffff
  • list.filterMatchBackground#ff2d7828
  • list.filterMatchBorder#ff2d78aa
  • list.highlightForeground#ff2d78
  • list.hoverBackground#ff2d780f
  • list.inactiveSelectionBackground#ff2d7814
  • menu.background#08080f
  • menu.foreground#e0e0ff
  • menu.selectionBackground#0e0e1a
  • menu.selectionForeground#ff2d78
  • menu.separatorBackground#1a1a2e
  • minimap.findMatchHighlight#ff2d7860
  • minimap.selectionHighlight#ff2d7840
  • minimap.wordHighlightBackground#ff2d7835
  • minimap.wordHighlightStrongBackground#ff2d7850
  • panel.background#08080f
  • panel.border#1a1a2e
  • panelTitle.activeBorder#ff2d78
  • panelTitle.activeForeground#ff2d78
  • panelTitle.inactiveForeground#2d2d4e
  • progressBar.background#ff2d78
  • scrollbarSlider.background#1a1a2e88
  • scrollbarSlider.hoverBackground#1f1f3588
  • selection.background#ff2d7833
  • sideBar.background#08080f
  • sideBar.border#1a1a2e
  • sideBar.foreground#c8c8f0
  • sideBarSectionHeader.background#0a0a12
  • sideBarSectionHeader.border#1a1a2e
  • sideBarTitle.foreground#2d2d4e
  • statusBar.background#ff2d78
  • statusBar.border#ff2d78
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#030306
  • statusBarItem.hoverBackground#dd1560
  • statusBarItem.remoteBackground#ff2d78
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#0e0e1a
  • tab.activeBorderTop#ff2d78
  • tab.activeForeground#e0e0ff
  • tab.border#1a1a2e
  • tab.inactiveBackground#0a0a12
  • tab.inactiveForeground#2d2d4e
  • terminal.ansiBlack#1a1a2e
  • terminal.ansiBlue#00b4d8
  • terminal.ansiCyan#00f5d4
  • terminal.ansiGreen#00f5d4
  • terminal.ansiMagenta#7b2fff
  • terminal.ansiRed#ff2d78
  • terminal.ansiWhite#e0e0ff
  • terminal.ansiYellow#ffd60a
  • terminal.background#050508
  • terminal.foreground#e0e0ff
  • terminalCursor.foreground#ff2d78
  • titleBar.activeBackground#030306
  • titleBar.activeForeground#e0e0ff
  • titleBar.border#1a1a2e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2d2d4eitalic
keyword, storage.type, storage.modifier, keyword.control#ff2d78bold
entity.name.function, support.function, meta.function-call.generic#00f5d4
string, string.quoted, string.template#ffd60a
variable, variable.other.readwrite#e0e0ff
entity.name.type, entity.name.class, support.type, support.class#00b4d8
constant.numeric#ff9500
keyword.operator#7b2fff
constant, constant.language#ff9500bold
entity.name.tag, support.class.component#ff2d78
entity.other.attribute-name#00f5d4
meta.decorator, punctuation.decorator#ffd60aitalic