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#f2f2f2
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#4a4a4a
  • editor.background#ffffff
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#e0e0e0
  • editor.lineHighlightBackground#f2f2f2
  • editor.selectionBackground#d0d0d0
  • editor.selectionForeground#000000
  • editorBracketMatch.background#e0e0e0
  • editorBracketMatch.border#6e6e6e
  • editorCursor.background#ffffff
  • editorCursor.foreground#1a1a1a
  • editorIndentGuide.activeBackground#c0c0c0
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#4a4a4a
  • editorWhitespace.foreground#c0c0c0
  • focusBorder#6e6e6e
  • panel.background#ffffff
  • panel.border#e0e0e0
  • sideBar.background#f2f2f2
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#e0e0e0
  • sideBarSectionHeader.foreground#2a2a2a
  • statusBar.background#e0e0e0
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#e0e0e0
  • tab.activeBackground#ffffff
  • tab.activeForeground#000000
  • tab.border#ffffff
  • tab.inactiveBackground#e0e0e0
  • tab.inactiveForeground#2a2a2a
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#1a1a1a
  • terminal.ansiBrightBlack#4a4a4a
  • terminal.ansiBrightBlue#1a1a1a
  • terminal.ansiBrightCyan#3e3e3e
  • terminal.ansiBrightGreen#3a3a3a
  • terminal.ansiBrightMagenta#2e2e2e
  • terminal.ansiBrightRed#2a2a2a
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#4a4a4a
  • terminal.ansiCyan#3e3e3e
  • terminal.ansiGreen#3a3a3a
  • terminal.ansiMagenta#2e2e2e
  • terminal.ansiRed#2a2a2a
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#4a4a4a
  • terminal.background#ffffff
  • terminal.foreground#000000
  • terminalCursor.foreground#1a1a1a
  • textLink.foreground#6e6e6e
  • titleBar.activeBackground#e0e0e0
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#f2f2f2
  • titleBar.inactiveForeground#2a2a2a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4a4a4a
string#3a3a3a
keyword#2e2e2e
number#4a4a4a
variable#000000
function#1a1a1a

Shiki preview

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

Loading...

Abyssal - Coding Theme