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#eff1f5
  • activityBar.foreground#4c4f69
  • activityBar.inactiveForeground#6c6f85
  • editor.background#eff1f5
  • editor.foreground#4c4f69
  • editor.inactiveSelectionBackground#bcc0cc
  • editor.lineHighlightBackground#ccd0da
  • editor.selectionBackground#ccd0da
  • editor.selectionForeground#4c4f69
  • editorBracketMatch.background#ccd0da
  • editorBracketMatch.border#1e66f5
  • editorCursor.background#eff1f5
  • editorCursor.foreground#1e66f5
  • editorIndentGuide.activeBackground#acb0be
  • editorIndentGuide.background#ccd0da
  • editorLineNumber.activeForeground#4c4f69
  • editorLineNumber.foreground#9ca0b0
  • editorWhitespace.foreground#bcc0cc
  • focusBorder#1e66f5
  • panel.background#eff1f5
  • panel.border#ccd0da
  • sideBar.background#eff1f5
  • sideBar.foreground#4c4f69
  • sideBarSectionHeader.background#ccd0da
  • sideBarSectionHeader.foreground#5c5f77
  • statusBar.background#ccd0da
  • statusBar.foreground#4c4f69
  • statusBar.noFolderBackground#ccd0da
  • tab.activeBackground#eff1f5
  • tab.activeForeground#4c4f69
  • tab.border#eff1f5
  • tab.inactiveBackground#ccd0da
  • tab.inactiveForeground#5c5f77
  • terminal.ansiBlack#4c4f69
  • terminal.ansiBlue#1e66f5
  • terminal.ansiBrightBlack#6c6f85
  • terminal.ansiBrightBlue#1e66f5
  • terminal.ansiBrightCyan#179299
  • terminal.ansiBrightGreen#40a02b
  • terminal.ansiBrightMagenta#ea76cb
  • terminal.ansiBrightRed#d20f39
  • terminal.ansiBrightWhite#eff1f5
  • terminal.ansiBrightYellow#df8e1d
  • terminal.ansiCyan#179299
  • terminal.ansiGreen#40a02b
  • terminal.ansiMagenta#ea76cb
  • terminal.ansiRed#d20f39
  • terminal.ansiWhite#eff1f5
  • terminal.ansiYellow#df8e1d
  • terminal.background#eff1f5
  • terminal.foreground#4c4f69
  • terminalCursor.foreground#1e66f5
  • textLink.foreground#1e66f5
  • titleBar.activeBackground#ccd0da
  • titleBar.activeForeground#4c4f69
  • titleBar.inactiveBackground#eff1f5
  • titleBar.inactiveForeground#5c5f77

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6c6f85
string#40a02b
keyword#ea76cb
number#df8e1d
variable#4c4f69
function#179299

Shiki preview

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

Loading...

Abyssal - Coding Theme