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#2e3440
  • activityBar.foreground#d8dee9
  • activityBar.inactiveForeground#616e88
  • editor.background#2e3440
  • editor.foreground#d8dee9
  • editor.inactiveSelectionBackground#434c5e
  • editor.lineHighlightBackground#3b4252
  • editor.selectionBackground#3b4252
  • editor.selectionForeground#eceff4
  • editorBracketMatch.background#3b4252
  • editorBracketMatch.border#81a1c1
  • editorCursor.background#2e3440
  • editorCursor.foreground#81a1c1
  • editorIndentGuide.activeBackground#4c566a
  • editorIndentGuide.background#434c5e
  • editorLineNumber.activeForeground#eceff4
  • editorLineNumber.foreground#616e88
  • editorWhitespace.foreground#4c566a
  • focusBorder#81a1c1
  • panel.background#2e3440
  • panel.border#3b4252
  • sideBar.background#2e3440
  • sideBar.foreground#d8dee9
  • sideBarSectionHeader.background#3b4252
  • sideBarSectionHeader.foreground#e5e9f0
  • statusBar.background#3b4252
  • statusBar.foreground#eceff4
  • statusBar.noFolderBackground#3b4252
  • tab.activeBackground#2e3440
  • tab.activeForeground#eceff4
  • tab.border#2e3440
  • tab.inactiveBackground#3b4252
  • tab.inactiveForeground#e5e9f0
  • terminal.ansiBlack#2e3440
  • terminal.ansiBlue#81a1c1
  • terminal.ansiBrightBlack#616e88
  • terminal.ansiBrightBlue#81a1c1
  • terminal.ansiBrightCyan#88c0d0
  • terminal.ansiBrightGreen#a3be8c
  • terminal.ansiBrightMagenta#b48ead
  • terminal.ansiBrightRed#bf616a
  • terminal.ansiBrightWhite#eceff4
  • terminal.ansiBrightYellow#ebcb8b
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#bf616a
  • terminal.ansiWhite#eceff4
  • terminal.ansiYellow#ebcb8b
  • terminal.background#2e3440
  • terminal.foreground#d8dee9
  • terminalCursor.foreground#81a1c1
  • textLink.foreground#81a1c1
  • titleBar.activeBackground#3b4252
  • titleBar.activeForeground#eceff4
  • titleBar.inactiveBackground#2e3440
  • titleBar.inactiveForeground#e5e9f0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#616e88
string#a3be8c
keyword#b48ead
number#ebcb8b
variable#d8dee9
function#88c0d0

Shiki preview

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

Loading...