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#1a1b26
  • activityBar.foreground#a9b1d6
  • activityBar.inactiveForeground#565f89
  • editor.background#1a1b26
  • editor.foreground#a9b1d6
  • editor.inactiveSelectionBackground#2a2e45
  • editor.lineHighlightBackground#32344a
  • editor.selectionBackground#32344a
  • editor.selectionForeground#a9b1d6
  • editorBracketMatch.background#32344a
  • editorBracketMatch.border#7aa2f7
  • editorCursor.background#1a1b26
  • editorCursor.foreground#c0caf5
  • editorIndentGuide.activeBackground#444b6a
  • editorIndentGuide.background#2a2e45
  • editorLineNumber.activeForeground#a9b1d6
  • editorLineNumber.foreground#565f89
  • editorWhitespace.foreground#444b6a
  • focusBorder#7aa2f7
  • panel.background#1a1b26
  • panel.border#32344a
  • sideBar.background#1a1b26
  • sideBar.foreground#a9b1d6
  • sideBarSectionHeader.background#32344a
  • sideBarSectionHeader.foreground#a9b1d6
  • statusBar.background#32344a
  • statusBar.foreground#a9b1d6
  • statusBar.noFolderBackground#32344a
  • tab.activeBackground#1a1b26
  • tab.activeForeground#a9b1d6
  • tab.border#1a1b26
  • tab.inactiveBackground#32344a
  • tab.inactiveForeground#787c99
  • terminal.ansiBlack#1a1b26
  • terminal.ansiBlue#7aa2f7
  • terminal.ansiBrightBlack#565f89
  • terminal.ansiBrightBlue#7aa2f7
  • terminal.ansiBrightCyan#449dab
  • terminal.ansiBrightGreen#9ece6a
  • terminal.ansiBrightMagenta#ad8ee6
  • terminal.ansiBrightRed#f7768e
  • terminal.ansiBrightWhite#c0caf5
  • terminal.ansiBrightYellow#e0af68
  • terminal.ansiCyan#449dab
  • terminal.ansiGreen#9ece6a
  • terminal.ansiMagenta#ad8ee6
  • terminal.ansiRed#f7768e
  • terminal.ansiWhite#a9b1d6
  • terminal.ansiYellow#e0af68
  • terminal.background#1a1b26
  • terminal.foreground#a9b1d6
  • terminalCursor.foreground#c0caf5
  • textLink.foreground#7aa2f7
  • titleBar.activeBackground#32344a
  • titleBar.activeForeground#a9b1d6
  • titleBar.inactiveBackground#1a1b26
  • titleBar.inactiveForeground#787c99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#565f89
string#9ece6a
keyword#ad8ee6
number#e0af68
variable#a9b1d6
function#449dab

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...