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#14110f
  • activityBar.foreground#e6dfd6
  • activityBar.inactiveForeground#8f867c
  • editor.background#14110f
  • editor.foreground#e6dfd6
  • editor.inactiveSelectionBackground#1c1815
  • editor.lineHighlightBackground#201b17
  • editor.selectionBackground#201b17
  • editor.selectionForeground#e6dfd6
  • editorBracketMatch.background#201b17
  • editorBracketMatch.border#d4a373
  • editorCursor.background#14110f
  • editorCursor.foreground#e07a5f
  • editorIndentGuide.activeBackground#26211d
  • editorIndentGuide.background#201b17
  • editorLineNumber.activeForeground#e6dfd6
  • editorLineNumber.foreground#8f867c
  • editorWhitespace.foreground#1c1815
  • focusBorder#d4a373
  • panel.background#14110f
  • panel.border#201b17
  • sideBar.background#14110f
  • sideBar.foreground#e6dfd6
  • sideBarSectionHeader.background#201b17
  • sideBarSectionHeader.foreground#b7aea4
  • statusBar.background#201b17
  • statusBar.foreground#e6dfd6
  • statusBar.noFolderBackground#201b17
  • tab.activeBackground#14110f
  • tab.activeForeground#e6dfd6
  • tab.border#14110f
  • tab.inactiveBackground#201b17
  • tab.inactiveForeground#b7aea4
  • terminal.ansiBlack#14110f
  • terminal.ansiBlue#7daea3
  • terminal.ansiBrightBlack#8f867c
  • terminal.ansiBrightBlue#7daea3
  • terminal.ansiBrightCyan#89b0ae
  • terminal.ansiBrightGreen#a3b18a
  • terminal.ansiBrightMagenta#b48ead
  • terminal.ansiBrightRed#e07a5f
  • terminal.ansiBrightWhite#e6dfd6
  • terminal.ansiBrightYellow#e6b566
  • terminal.ansiCyan#89b0ae
  • terminal.ansiGreen#a3b18a
  • terminal.ansiMagenta#b48ead
  • terminal.ansiRed#e07a5f
  • terminal.ansiWhite#e6dfd6
  • terminal.ansiYellow#e6b566
  • terminal.background#14110f
  • terminal.foreground#e6dfd6
  • terminalCursor.foreground#e07a5f
  • textLink.foreground#d4a373
  • titleBar.activeBackground#201b17
  • titleBar.activeForeground#e6dfd6
  • titleBar.inactiveBackground#14110f
  • titleBar.inactiveForeground#b7aea4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8f867c
string#a3b18a
keyword#b48ead
number#e6b566
variable#e6dfd6
function#7daea3

Shiki preview

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

Loading...

Abyssal - Coding Theme