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#07070c
  • activityBar.border#1e1e2e
  • activityBar.foreground#f8f8f2
  • activityBar.inactiveForeground#44475a
  • activityBarBadge.background#00eeff
  • activityBarBadge.foreground#000000
  • badge.background#00eeff
  • badge.foreground#000000
  • breadcrumb.activeSelectionForeground#00eeff
  • breadcrumb.background#0a0a0f
  • breadcrumb.foreground#44475a
  • breadcrumbPicker.background#0d0d14
  • button.background#00eeff
  • button.foreground#000000
  • button.hoverBackground#00ccdd
  • button.secondaryBackground#16161e
  • button.secondaryForeground#f8f8f2
  • checkbox.background#111118
  • checkbox.border#1e1e2e
  • checkbox.foreground#00eeff
  • contrastBorder#00000000
  • dropdown.background#111118
  • dropdown.border#1e1e2e
  • dropdown.foreground#f8f8f2
  • editor.background#0a0a0f
  • editor.findMatchBackground#00eeff45
  • editor.findMatchHighlightBackground#00eeff28
  • editor.findRangeHighlightBackground#00eeff12
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#00eeff12
  • editor.inactiveSelectionBackground#00eeff1a
  • editor.lineHighlightBackground#00eeff0c
  • editor.lineHighlightBorder#00eeff18
  • editor.rangeHighlightBackground#00eeff10
  • editor.selectionBackground#00eeff30
  • editor.selectionHighlightBackground#00eeff1e
  • editor.wordHighlightBackground#00eeff22
  • editor.wordHighlightStrongBackground#00eeff35
  • editorBracketMatch.background#16161e
  • editorBracketMatch.border#00eeff66
  • editorCursor.foreground#00eeff
  • editorGroupHeader.tabsBackground#07070c
  • editorGroupHeader.tabsBorder#1e1e2e
  • editorIndentGuide.activeBackground#2a2a3e
  • editorIndentGuide.background#1e1e2e
  • editorLineNumber.activeForeground#00eeff
  • editorLineNumber.foreground#2a2a3e
  • editorOverviewRuler.findMatchForeground#00eeff88
  • editorOverviewRuler.selectionHighlightForeground#00eeff55
  • editorOverviewRuler.wordHighlightForeground#00eeff44
  • editorOverviewRuler.wordHighlightStrongForeground#00eeff66
  • editorRuler.foreground#1e1e2e
  • editorStickyScroll.background#0a0a0f
  • editorStickyScrollHover.background#111118
  • editorWhitespace.foreground#1e1e2e
  • focusBorder#00eeff44
  • gitDecoration.addedResourceForeground#50fa7b
  • gitDecoration.conflictingResourceForeground#ff79c6
  • gitDecoration.deletedResourceForeground#ff5555
  • gitDecoration.ignoredResourceForeground#44475a
  • gitDecoration.modifiedResourceForeground#ffb86c
  • gitDecoration.untrackedResourceForeground#50fa7b
  • input.background#111118
  • input.border#1e1e2e
  • input.foreground#f8f8f2
  • input.placeholderForeground#44475a
  • inputOption.activeBackground#16161e
  • inputOption.activeBorder#00eeff
  • list.activeSelectionBackground#00eeff22
  • list.activeSelectionForeground#000000
  • list.filterMatchBackground#00eeff28
  • list.filterMatchBorder#00eeffaa
  • list.focusBackground#16161e
  • list.highlightForeground#00eeff
  • list.hoverBackground#00eeff0f
  • list.hoverForeground#f8f8f2
  • list.inactiveSelectionBackground#00eeff14
  • list.inactiveSelectionForeground#f8f8f2
  • menu.background#0d0d14
  • menu.foreground#f8f8f2
  • menu.selectionBackground#16161e
  • menu.selectionForeground#00eeff
  • menu.separatorBackground#1e1e2e
  • menubar.selectionBackground#16161e
  • minimap.findMatchHighlight#00eeff60
  • minimap.selectionHighlight#00eeff40
  • minimap.wordHighlightBackground#00eeff35
  • minimap.wordHighlightStrongBackground#00eeff50
  • notificationLink.foreground#00eeff
  • notifications.background#0d0d14
  • notifications.border#1e1e2e
  • notifications.foreground#f8f8f2
  • panel.background#0d0d14
  • panel.border#1e1e2e
  • panelTitle.activeBorder#00eeff
  • panelTitle.activeForeground#00eeff
  • panelTitle.inactiveForeground#44475a
  • progressBar.background#00eeff
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#44475a88
  • scrollbarSlider.background#1e1e2e88
  • scrollbarSlider.hoverBackground#2a2a3e88
  • selection.background#00eeff33
  • sideBar.background#0d0d14
  • sideBar.border#1e1e2e
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#111118
  • sideBarSectionHeader.border#1e1e2e
  • sideBarSectionHeader.foreground#f8f8f2
  • sideBarTitle.foreground#44475a
  • statusBar.background#00eeff
  • statusBar.border#00eeff
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#07070c
  • statusBarItem.hoverBackground#00ccdd
  • statusBarItem.remoteBackground#00eeff
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#16161e
  • tab.activeBorderTop#00eeff
  • tab.activeForeground#f8f8f2
  • tab.border#1e1e2e
  • tab.inactiveBackground#0d0d14
  • tab.inactiveForeground#44475a
  • tab.unfocusedActiveBorderTop#44475a
  • terminal.ansiBlack#21222c
  • terminal.ansiBlue#bd93f9
  • terminal.ansiBrightBlack#6272a4
  • terminal.ansiBrightBlue#d6acff
  • terminal.ansiBrightCyan#a4ffff
  • terminal.ansiBrightGreen#69ff94
  • terminal.ansiBrightMagenta#ff92df
  • terminal.ansiBrightRed#ff6e6e
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffffa5
  • terminal.ansiCyan#00eeff
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#ff79c6
  • terminal.ansiRed#ff5555
  • terminal.ansiWhite#f8f8f2
  • terminal.ansiYellow#f1fa8c
  • terminal.background#0a0a0f
  • terminal.foreground#f8f8f2
  • terminalCursor.foreground#00eeff
  • titleBar.activeBackground#07070c
  • titleBar.activeForeground#f8f8f2
  • titleBar.border#1e1e2e
  • titleBar.inactiveBackground#07070c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#44475aitalic
keyword, storage.type, storage.modifier, keyword.control#bd93f9bold
entity.name.function, support.function, meta.function-call.generic#50fa7b
string, string.quoted, string.template#f1fa8c
variable, variable.other.readwrite#f8f8f2
entity.name.type, entity.name.class, support.type, support.class#00eeff
constant.numeric#ffb86c
keyword.operator#ff79c6
constant, constant.language, constant.other#ffb86cbold
entity.name.tag, support.class.component#ff79c6
entity.other.attribute-name#50fa7b
entity.name.module, support.module#00eeff
meta.decorator, punctuation.decorator#ffb86citalic
punctuation#f8f8f2
invalid#ff5555underline