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#282a36
  • activityBar.foreground#f8f8f2
  • activityBar.inactiveForeground#6272a4
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#373844
  • editor.lineHighlightBackground#373844
  • editor.selectionBackground#44475a
  • editor.selectionForeground#f8f8f2
  • editorBracketMatch.background#44475a
  • editorBracketMatch.border#bd93f9
  • editorCursor.background#282a36
  • editorCursor.foreground#ff5555
  • editorIndentGuide.activeBackground#44475a
  • editorIndentGuide.background#373844
  • editorLineNumber.activeForeground#f8f8f2
  • editorLineNumber.foreground#6272a4
  • editorWhitespace.foreground#3d4051
  • focusBorder#bd93f9
  • panel.background#282a36
  • panel.border#373844
  • sideBar.background#282a36
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#373844
  • sideBarSectionHeader.foreground#e2e2dc
  • statusBar.background#373844
  • statusBar.foreground#f8f8f2
  • statusBar.noFolderBackground#373844
  • tab.activeBackground#282a36
  • tab.activeForeground#f8f8f2
  • tab.border#282a36
  • tab.inactiveBackground#373844
  • tab.inactiveForeground#e2e2dc
  • terminal.ansiBlack#282a36
  • terminal.ansiBlue#6272a4
  • terminal.ansiBrightBlack#6272a4
  • terminal.ansiBrightBlue#6272a4
  • terminal.ansiBrightCyan#8be9fd
  • terminal.ansiBrightGreen#50fa7b
  • terminal.ansiBrightMagenta#bd93f9
  • terminal.ansiBrightRed#ff5555
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#f1fa8c
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#bd93f9
  • terminal.ansiRed#ff5555
  • terminal.ansiWhite#f8f8f2
  • terminal.ansiYellow#f1fa8c
  • terminal.background#282a36
  • terminal.foreground#f8f8f2
  • terminalCursor.foreground#ff5555
  • textLink.foreground#bd93f9
  • titleBar.activeBackground#373844
  • titleBar.activeForeground#f8f8f2
  • titleBar.inactiveBackground#282a36
  • titleBar.inactiveForeground#e2e2dc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6272a4
string#50fa7b
keyword#bd93f9
number#f1fa8c
variable#f8f8f2
function#8be9fd

Shiki preview

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

Loading...