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#2d353b
  • activityBar.foreground#d3c6aa
  • activityBar.inactiveForeground#a6a391
  • editor.background#2d353b
  • editor.foreground#d3c6aa
  • editor.inactiveSelectionBackground#4f585e
  • editor.lineHighlightBackground#4f585e
  • editor.selectionBackground#475258
  • editor.selectionForeground#d3c6aa
  • editorBracketMatch.background#475258
  • editorBracketMatch.border#7fbbb3
  • editorCursor.background#2d353b
  • editorCursor.foreground#e67e80
  • editorIndentGuide.activeBackground#56635f
  • editorIndentGuide.background#4f585e
  • editorLineNumber.activeForeground#d3c6aa
  • editorLineNumber.foreground#606b6f
  • editorWhitespace.foreground#475258
  • focusBorder#7fbbb3
  • panel.background#2d353b
  • panel.border#4f585e
  • sideBar.background#2d353b
  • sideBar.foreground#d3c6aa
  • sideBarSectionHeader.background#4f585e
  • sideBarSectionHeader.foreground#a6a391
  • statusBar.background#4f585e
  • statusBar.foreground#d3c6aa
  • statusBar.noFolderBackground#4f585e
  • tab.activeBackground#2d353b
  • tab.activeForeground#d3c6aa
  • tab.border#2d353b
  • tab.inactiveBackground#4f585e
  • tab.inactiveForeground#a6a391
  • terminal.ansiBlack#2d353b
  • terminal.ansiBlue#7fbbb3
  • terminal.ansiBrightBlack#606b6f
  • terminal.ansiBrightBlue#7fbbb3
  • terminal.ansiBrightCyan#83c092
  • terminal.ansiBrightGreen#a7c080
  • terminal.ansiBrightMagenta#d699b6
  • terminal.ansiBrightRed#e67e80
  • terminal.ansiBrightWhite#d3c6aa
  • terminal.ansiBrightYellow#dbbc7f
  • terminal.ansiCyan#83c092
  • terminal.ansiGreen#a7c080
  • terminal.ansiMagenta#d699b6
  • terminal.ansiRed#e67e80
  • terminal.ansiWhite#d3c6aa
  • terminal.ansiYellow#dbbc7f
  • terminal.background#2d353b
  • terminal.foreground#d3c6aa
  • terminalCursor.foreground#e67e80
  • textLink.foreground#7fbbb3
  • titleBar.activeBackground#4f585e
  • titleBar.activeForeground#d3c6aa
  • titleBar.inactiveBackground#2d353b
  • titleBar.inactiveForeground#a6a391

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#a6a391
string#a7c080
keyword#d699b6
number#dbbc7f
variable#d3c6aa
function#7fbbb3

Shiki preview

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

Loading...