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#0d0d0d
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#8d8d8d
  • editor.background#0d0d0d
  • editor.foreground#ffffff
  • editor.inactiveSelectionBackground#1d1d1d
  • editor.lineHighlightBackground#151515
  • editor.selectionBackground#242424
  • editor.selectionForeground#ffffff
  • editorBracketMatch.background#242424
  • editorBracketMatch.border#8d8d8d
  • editorCursor.background#0d0d0d
  • editorCursor.foreground#cecece
  • editorIndentGuide.activeBackground#2c2c2c
  • editorIndentGuide.background#151515
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#8d8d8d
  • editorWhitespace.foreground#1d1d1d
  • focusBorder#8d8d8d
  • panel.background#0d0d0d
  • panel.border#151515
  • sideBar.background#0d0d0d
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#151515
  • sideBarSectionHeader.foreground#b6b6b6
  • statusBar.background#151515
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#151515
  • tab.activeBackground#0d0d0d
  • tab.activeForeground#ffffff
  • tab.border#0d0d0d
  • tab.inactiveBackground#151515
  • tab.inactiveForeground#b6b6b6
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#8d8d8d
  • terminal.ansiBrightBlack#8d8d8d
  • terminal.ansiBrightBlue#8d8d8d
  • terminal.ansiBrightCyan#b0b0b0
  • terminal.ansiBrightGreen#b6b6b6
  • terminal.ansiBrightMagenta#9b9b9b
  • terminal.ansiBrightRed#a4a4a4
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#cecece
  • terminal.ansiCyan#b0b0b0
  • terminal.ansiGreen#b6b6b6
  • terminal.ansiMagenta#9b9b9b
  • terminal.ansiRed#a4a4a4
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#cecece
  • terminal.background#0d0d0d
  • terminal.foreground#ffffff
  • terminalCursor.foreground#cecece
  • textLink.foreground#b6b6b6
  • titleBar.activeBackground#151515
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#0d0d0d
  • titleBar.inactiveForeground#b6b6b6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8d8d8d
string#b6b6b6
keyword#9b9b9b
number#cecece
variable#ffffff
function#8d8d8d

Shiki preview

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

Loading...

Abyssal - Coding Theme