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#7aa2f7
  • activityBar.background#16161e
  • activityBar.foreground#7aa2f7
  • activityBar.inactiveForeground#6470a0
  • activityBarBadge.background#7aa2f7
  • activityBarBadge.foreground#16161e
  • badge.background#7aa2f7
  • badge.foreground#16161e
  • button.background#7aa2f7
  • button.foreground#16161e
  • button.hoverBackground#5d87e0
  • editor.background#1a1b26
  • editor.findMatchBackground#3d59a160
  • editor.findMatchHighlightBackground#3d59a130
  • editor.foreground#a9b1d6
  • editor.inactiveSelectionBackground#28345780
  • editor.lineHighlightBackground#1f2335
  • editor.selectionBackground#283457
  • editorBracketMatch.background#7aa2f730
  • editorBracketMatch.border#7aa2f7
  • editorCursor.foreground#c0caf5
  • editorGroupHeader.tabsBackground#16161e
  • editorGutter.addedBackground#9ece6a
  • editorGutter.deletedBackground#f7768e
  • editorGutter.modifiedBackground#e0af68
  • editorIndentGuide.activeBackground1#3b4261
  • editorIndentGuide.background1#1f2335
  • editorLineNumber.activeForeground#737aa2
  • editorLineNumber.foreground#3b4261
  • focusBorder#7aa2f7
  • input.background#16161e
  • input.border#1f2335
  • input.foreground#a9b1d6
  • list.activeSelectionBackground#283457
  • list.activeSelectionForeground#7aa2f7
  • list.highlightForeground#7aa2f7
  • list.hoverBackground#1f2335
  • panel.background#16161e
  • panel.border#1f2335
  • panelTitle.activeForeground#7aa2f7
  • panelTitle.inactiveForeground#6470a0
  • scrollbarSlider.activeBackground#a9b1d660
  • scrollbarSlider.background#a9b1d620
  • scrollbarSlider.hoverBackground#a9b1d640
  • sideBar.background#16161e
  • sideBar.foreground#a9b1d6
  • sideBarSectionHeader.background#1a1b26
  • sideBarSectionHeader.foreground#a9b1d6
  • statusBar.background#16161e
  • statusBar.foreground#a9b1d6
  • tab.activeBackground#1a1b26
  • tab.activeBorder#7aa2f7
  • tab.activeForeground#c0caf5
  • tab.border#16161e
  • tab.inactiveBackground#16161e
  • tab.inactiveForeground#6470a0
  • terminal.ansiBlue#7aa2f7
  • terminal.ansiBrightBlack#414868
  • terminal.ansiBrightBlue#7aa2f7
  • terminal.ansiBrightCyan#7dcfff
  • terminal.ansiBrightGreen#9ece6a
  • terminal.ansiBrightMagenta#bb9af7
  • terminal.ansiBrightRed#f7768e
  • terminal.ansiBrightWhite#c0caf5
  • terminal.ansiBrightYellow#e0af68
  • terminal.ansiCyan#7dcfff
  • terminal.ansiGreen#9ece6a
  • terminal.ansiMagenta#bb9af7
  • terminal.ansiRed#f7768e
  • terminal.ansiWhite#a9b1d6
  • terminal.ansiYellow#e0af68
  • terminal.background#1a1b26
  • terminal.foreground#a9b1d6
  • titleBar.activeBackground#16161e
  • titleBar.activeForeground#a9b1d6
  • titleBar.inactiveBackground#16161e
  • titleBar.inactiveForeground#6470a0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#565f89italic
string#9ece6a—
constant.numeric, constant.language#ff9e64—
keyword, storage.type, storage.modifier#bb9af7—
entity.name.function, support.function#7aa2f7—
entity.name.type, entity.name.class#e0af68—
variable#c0caf5—
variable.parameter#e0af68—
entity.name.tag#f7768e—
entity.other.attribute-name#73daca—
markup.heading#7aa2f7bold
invalid#f7768e—