Skip to main content
Coding Theme

The requested theme was not found on this page; showing the first available 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#0f1115
  • activityBar.foreground#e6e9ef
  • activityBar.inactiveForeground#3b4261
  • editor.background#0f1115
  • editor.foreground#e6e9ef
  • editor.inactiveSelectionBackground#151821
  • editor.lineHighlightBackground#151821
  • editor.selectionBackground#151821
  • editor.selectionForeground#e6e9ef
  • editorBracketMatch.background#151821
  • editorBracketMatch.border#e0af68
  • editorCursor.background#0f1115
  • editorCursor.foreground#f7768e
  • editorIndentGuide.activeBackground#1a1f29
  • editorIndentGuide.background#151821
  • editorLineNumber.activeForeground#e6e9ef
  • editorLineNumber.foreground#3b4261
  • editorWhitespace.foreground#151821
  • focusBorder#7aa2f7
  • panel.background#0f1115
  • panel.border#151821
  • sideBar.background#0f1115
  • sideBar.foreground#e6e9ef
  • sideBarSectionHeader.background#151821
  • sideBarSectionHeader.foreground#aab1bf
  • statusBar.background#151821
  • statusBar.foreground#e6e9ef
  • statusBar.noFolderBackground#151821
  • tab.activeBackground#0f1115
  • tab.activeForeground#e6e9ef
  • tab.border#0f1115
  • tab.inactiveBackground#151821
  • tab.inactiveForeground#aab1bf
  • terminal.ansiBlack#0f1115
  • terminal.ansiBlue#7aa2f7
  • terminal.ansiBrightBlack#2a3140
  • terminal.ansiBrightBlue#a3c4f3
  • terminal.ansiBrightCyan#9be0d2
  • terminal.ansiBrightGreen#b9f27c
  • terminal.ansiBrightMagenta#d4b6f4
  • terminal.ansiBrightRed#ff9e9e
  • terminal.ansiBrightWhite#e6e9ef
  • terminal.ansiBrightYellow#fce094
  • terminal.ansiCyan#73daca
  • terminal.ansiGreen#9ece6a
  • terminal.ansiMagenta#bb9af7
  • terminal.ansiRed#f7768e
  • terminal.ansiWhite#e6e9ef
  • terminal.ansiYellow#e0af68
  • terminal.background#0f1115
  • terminal.foreground#e6e9ef
  • terminalCursor.foreground#f7768e
  • textLink.foreground#7aa2f7
  • titleBar.activeBackground#151821
  • titleBar.activeForeground#e6e9ef
  • titleBar.inactiveBackground#0f1115
  • titleBar.inactiveForeground#aab1bf

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#3b4261
string#9ece6a
keyword#bb9af7
number#e0af68
variable#e6e9ef
function#7aa2f7

Shiki preview

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

Loading...