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#dde4ee
  • activityBar.border#cdd5e0
  • activityBar.foreground#1e293b
  • activityBar.inactiveForeground#94a3b8
  • activityBarBadge.background#2563eb
  • activityBarBadge.foreground#ffffff
  • badge.background#2563eb
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#2563eb
  • breadcrumb.background#f8fafc
  • breadcrumb.foreground#94a3b8
  • button.background#2563eb
  • button.foreground#ffffff
  • button.hoverBackground#1d4ed8
  • dropdown.background#f0f4f8
  • dropdown.border#cdd5e0
  • dropdown.foreground#1e293b
  • editor.background#f8fafc
  • editor.findMatchBackground#2563eb45
  • editor.findMatchHighlightBackground#2563eb28
  • editor.findRangeHighlightBackground#2563eb12
  • editor.foreground#1e293b
  • editor.hoverHighlightBackground#2563eb0e
  • editor.inactiveSelectionBackground#2563eb16
  • editor.lineHighlightBackground#2563eb0a
  • editor.lineHighlightBorder#2563eb18
  • editor.rangeHighlightBackground#2563eb0e
  • editor.selectionBackground#2563eb28
  • editor.selectionHighlightBackground#2563eb1c
  • editor.wordHighlightBackground#2563eb1e
  • editor.wordHighlightStrongBackground#2563eb30
  • editorBracketMatch.background#dbeafe
  • editorBracketMatch.border#2563eb66
  • editorCursor.foreground#2563eb
  • editorGroupHeader.tabsBackground#dde4ee
  • editorGroupHeader.tabsBorder#cdd5e0
  • editorIndentGuide.activeBackground#b0bcd0
  • editorIndentGuide.background#cdd5e0
  • editorLineNumber.activeForeground#2563eb
  • editorLineNumber.foreground#b0bcd0
  • editorOverviewRuler.findMatchForeground#2563eb88
  • editorOverviewRuler.selectionHighlightForeground#2563eb55
  • editorOverviewRuler.wordHighlightForeground#2563eb44
  • editorOverviewRuler.wordHighlightStrongForeground#2563eb66
  • editorStickyScroll.background#f8fafc
  • editorStickyScrollHover.background#e8edf5
  • editorWhitespace.foreground#cdd5e0
  • focusBorder#2563eb44
  • gitDecoration.addedResourceForeground#059669
  • gitDecoration.deletedResourceForeground#dc2626
  • gitDecoration.ignoredResourceForeground#94a3b8
  • gitDecoration.modifiedResourceForeground#d97706
  • gitDecoration.untrackedResourceForeground#059669
  • input.background#f0f4f8
  • input.border#cdd5e0
  • input.foreground#1e293b
  • input.placeholderForeground#94a3b8
  • inputOption.activeBorder#2563eb
  • list.activeSelectionBackground#2563eb22
  • list.activeSelectionForeground#ffffff
  • list.filterMatchBackground#2563eb28
  • list.filterMatchBorder#2563ebaa
  • list.highlightForeground#2563eb
  • list.hoverBackground#2563eb0e
  • list.inactiveSelectionBackground#2563eb14
  • menu.background#edf1f7
  • menu.foreground#1e293b
  • menu.selectionBackground#dbeafe
  • menu.selectionForeground#1d4ed8
  • menu.separatorBackground#cdd5e0
  • minimap.findMatchHighlight#2563eb60
  • minimap.selectionHighlight#2563eb40
  • minimap.wordHighlightBackground#2563eb35
  • minimap.wordHighlightStrongBackground#2563eb50
  • panel.background#edf1f7
  • panel.border#cdd5e0
  • panelTitle.activeBorder#2563eb
  • panelTitle.activeForeground#2563eb
  • panelTitle.inactiveForeground#94a3b8
  • progressBar.background#2563eb
  • scrollbarSlider.background#cdd5e088
  • scrollbarSlider.hoverBackground#b0bcd088
  • selection.background#2563eb30
  • sideBar.background#edf1f7
  • sideBar.border#cdd5e0
  • sideBar.foreground#1e293b
  • sideBarSectionHeader.background#e8edf5
  • sideBarSectionHeader.border#cdd5e0
  • sideBarTitle.foreground#94a3b8
  • statusBar.background#2563eb
  • statusBar.border#2563eb
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#dde4ee
  • statusBarItem.hoverBackground#1d4ed8
  • statusBarItem.remoteBackground#1d4ed8
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#f8fafc
  • tab.activeBorderTop#2563eb
  • tab.activeForeground#1e293b
  • tab.border#cdd5e0
  • tab.inactiveBackground#e8edf5
  • tab.inactiveForeground#94a3b8
  • terminal.ansiBlack#1e293b
  • terminal.ansiBlue#2563eb
  • terminal.ansiCyan#0891b2
  • terminal.ansiGreen#059669
  • terminal.ansiMagenta#7c3aed
  • terminal.ansiRed#dc2626
  • terminal.ansiWhite#f8fafc
  • terminal.ansiYellow#d97706
  • terminal.background#f8fafc
  • terminal.foreground#1e293b
  • terminalCursor.foreground#2563eb
  • titleBar.activeBackground#dde4ee
  • titleBar.activeForeground#1e293b
  • titleBar.border#cdd5e0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9ca3afitalic
keyword, storage.type, storage.modifier, keyword.control#7c3aedbold
entity.name.function, support.function, meta.function-call.generic#2563eb
string, string.quoted, string.template#059669
variable, variable.other.readwrite#1e293b
entity.name.type, entity.name.class, support.type, support.class#0891b2
constant.numeric#d97706
keyword.operator#dc2626
constant, constant.language#d97706bold
entity.name.tag, support.class.component#0891b2
entity.other.attribute-name#059669
meta.decorator, punctuation.decorator#d97706italic