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#282828
  • activityBar.foreground#d4be98
  • activityBar.inactiveForeground#a89984
  • editor.background#282828
  • editor.foreground#d4be98
  • editor.inactiveSelectionBackground#504945
  • editor.lineHighlightBackground#3c3836
  • editor.selectionBackground#3c3836
  • editor.selectionForeground#d4be98
  • editorBracketMatch.background#3c3836
  • editorBracketMatch.border#7daea3
  • editorCursor.background#282828
  • editorCursor.foreground#ea6962
  • editorIndentGuide.activeBackground#504945
  • editorIndentGuide.background#3c3836
  • editorLineNumber.activeForeground#d4be98
  • editorLineNumber.foreground#7c6f64
  • editorWhitespace.foreground#3c3836
  • focusBorder#7daea3
  • panel.background#282828
  • panel.border#3c3836
  • sideBar.background#282828
  • sideBar.foreground#d4be98
  • sideBarSectionHeader.background#3c3836
  • sideBarSectionHeader.foreground#bdae93
  • statusBar.background#3c3836
  • statusBar.foreground#d4be98
  • statusBar.noFolderBackground#3c3836
  • tab.activeBackground#282828
  • tab.activeForeground#d4be98
  • tab.border#282828
  • tab.inactiveBackground#3c3836
  • tab.inactiveForeground#bdae93
  • terminal.ansiBlack#282828
  • terminal.ansiBlue#7daea3
  • terminal.ansiBrightBlack#7c6f64
  • terminal.ansiBrightBlue#7daea3
  • terminal.ansiBrightCyan#89b482
  • terminal.ansiBrightGreen#a9b665
  • terminal.ansiBrightMagenta#d3869b
  • terminal.ansiBrightRed#ea6962
  • terminal.ansiBrightWhite#d4be98
  • terminal.ansiBrightYellow#d8a657
  • terminal.ansiCyan#89b482
  • terminal.ansiGreen#a9b665
  • terminal.ansiMagenta#d3869b
  • terminal.ansiRed#ea6962
  • terminal.ansiWhite#d4be98
  • terminal.ansiYellow#d8a657
  • terminal.background#282828
  • terminal.foreground#d4be98
  • terminalCursor.foreground#ea6962
  • textLink.foreground#7daea3
  • titleBar.activeBackground#3c3836
  • titleBar.activeForeground#d4be98
  • titleBar.inactiveBackground#282828
  • titleBar.inactiveForeground#bdae93

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#a89984
string#a9b665
keyword#d3869b
number#d8a657
variable#d4be98
function#7daea3

Shiki preview

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

Loading...