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.activeBorder#8789a3
  • activityBar.background#080808
  • activityBar.foreground#8789a3
  • activityBarBadge.background#8789a3
  • activityBarBadge.foreground#eff5ff
  • badge.background#8789a3
  • badge.foreground#eff2ff
  • button.background#3d4e73
  • button.foreground#121314
  • button.hoverBackground#8789a3
  • editor.background#121314
  • editor.foreground#8789a3
  • editor.inactiveSelectionBackground#3d537355
  • editor.lineHighlightBackground#1c2126
  • editor.selectionBackground#4d5e75
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#77adeba1
  • editorGroupHeader.tabsBackground#121314
  • editorGroupHeader.tabsBorder#292623b9
  • editorLineNumber.activeForeground#8789a3
  • editorLineNumber.foreground#414e5c
  • editorWidget.resizeBorder#364459
  • input.background#1c2126
  • input.border#364559
  • input.foreground#8789a3
  • list.activeSelectionBackground#142026
  • list.activeSelectionForeground#80b1f2
  • list.dropBackground#313131
  • list.focusAndSelectionOutline#8789a3
  • list.focusOutline#8789a3
  • list.hoverBackground#262626
  • list.hoverForeground#5b7699
  • list.inactiveSelectionBackground#262626
  • list.inactiveSelectionForeground#d4e6f7
  • menubar.selectionBackground#121314
  • menubar.selectionForeground#5b7699
  • minimap.background#151615c5
  • minimap.errorHighlight#ff0022
  • minimap.findMatchHighlight#0075d4af
  • minimap.foregroundOpacity#182230d7
  • minimap.infoHighlight#364459
  • minimap.selectionHighlight#008cff8e
  • minimap.selectionOccurrenceHighlight#3091ff8e
  • minimap.warningHighlight#fffc3b
  • panel.background#121314
  • panel.border#1c2126
  • panel.dropBorder#364459
  • panelInput.border#5b7699
  • panelSection.border#364459
  • panelSection.dropBackground#364459
  • panelTitle.activeForeground#8789a3
  • panelTitleBadge.background#8789a3
  • panelTitleBadge.foreground#eff3ff
  • sideBar.background#121314
  • sideBar.border#1c1f26
  • sideBar.foreground#8789a3
  • statusBar.background#080808
  • statusBar.border#364159ff
  • statusBar.debuggingBackground#365bbf8c
  • statusBar.debuggingBorder#85b6ff
  • statusBar.debuggingForeground#d2d6e0
  • statusBar.focusBorder#8789a3
  • statusBar.foreground#8789a3
  • statusBar.noFolderBackground#121314
  • statusBarItem.hoverBackground#0c1014
  • statusBarItem.hoverForeground#8789a3
  • statusBarItem.remoteBackground#77aae4
  • statusBarItem.remoteForeground#0c0f14
  • tab.activeBackground#1c2126
  • tab.activeBorderTop#5b7699
  • tab.activeForeground#8789a3
  • tab.border#5b7699
  • tab.inactiveBackground#121314
  • tab.inactiveForeground#3d4e73
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#6272A4
  • terminal.ansiBrightBlack#4D4D4D
  • terminal.ansiBrightBlue#8BE9FD
  • terminal.ansiBrightCyan#9AEDFE
  • terminal.ansiBrightGreen#5AF78E
  • terminal.ansiBrightMagenta#FF92D0
  • terminal.ansiBrightRed#FF6E67
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#F4F99D
  • terminal.ansiCyan#8BE9FD
  • terminal.ansiGreen#50FA7B
  • terminal.ansiMagenta#FF79C6
  • terminal.ansiRed#FF5555
  • terminal.ansiWhite#BFBFBF
  • terminal.ansiYellow#F1FA8C
  • terminal.background#1e1e1e00
  • terminal.dropBackground#1E1E1E80
  • terminal.findMatchBackground#ff79c5d3
  • terminal.findMatchBorder#FF5555
  • terminal.findMatchHighlightBackground#50fa7acc
  • terminal.findMatchHighlightBorder#70FF73
  • terminal.foreground#dde8fd
  • terminal.hoverHighlightBackground#8be8fd9a
  • terminal.inactiveSelectionBackground#3E2A1F
  • terminal.initialHintForeground#FFEA00
  • terminal.selectionBackground#202a83d3
  • terminal.selectionForeground#f3f7ff
  • terminal.tab.activeBorder#FF6E67
  • terminalCommandDecoration.defaultBackground#F1FA8C
  • terminalCommandDecoration.errorBackground#FF5555
  • terminalCommandDecoration.successBackground#70FF73
  • terminalCursor.background#5b7699
  • terminalCursor.foreground#80aef2
  • terminalOverviewRuler.border#FF5555
  • terminalOverviewRuler.cursorForeground#FF6E67
  • terminalOverviewRuler.findMatchForeground#FF79C6
  • terminalStickyScroll.background#4A90E2
  • terminalStickyScroll.border#70FF73
  • terminalStickyScrollHover.background#FF79C6
  • terminalSymbolIcon.aliasForeground#70FF73
  • terminalSymbolIcon.argumentForeground#50525c
  • terminalSymbolIcon.fileForeground#FF79C6
  • terminalSymbolIcon.flagForeground#FFEA00
  • terminalSymbolIcon.folderForeground#4A90E2
  • terminalSymbolIcon.inlineSuggestionForeground#50FA7B
  • terminalSymbolIcon.methodForeground#8BE9FD
  • terminalSymbolIcon.optionForeground#FF6E67
  • terminalSymbolIcon.optionValueForeground#F1FA8C
  • terminalSymbolIcon.symbolicLinkFileForeground#FF5555
  • terminalSymbolIcon.symbolicLinkFolderForeground#FFEA00
  • titleBar.activeBackground#121314
  • titleBar.activeForeground#5b7699

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#777266italic
string#eecd8f
constant.numeric#D9904E
keyword#d1b99abold
storage, storage.type#D68C6Abold
entity.name.function, support.function#B67F37bold
variable, meta.definition.variable.name, support.variable, entity.name.variable#C8B79D
variable.other.constant#FFB366bold
entity.name.tag, entity.name.tag.html, entity.name.tag.js.jsx, entity.name.tag.tsx#be8863bold
support.class.component.js.jsx#ff7f29bold
punctuation.definition.tag.begin, punctuation.definition.tag.end#B0BEC5
entity.other.attribute-name, entity.other.attribute-name.html, entity.other.attribute-name.jsx, entity.other.attribute-name.class.html, entity.other.attribute-name.id.html, entity.other.attribute-name.class.jsx, entity.other.attribute-name.id.jsx#c48d8ditalic
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#f3cbc8
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less#be8863
support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css, constant.other.color.rgb-value.css#E6C07B
support.type.property-name.json#9cbefeffbold
string.quoted.double.json#ccb07c
variable.other.readwrite.js, variable.other.readwrite.ts#C8B79D
string, meta.embedded.assembly#f3cbc8
variable.other.constant.js, variable.other.constant.ts#FFB366bold