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#2b0b12
  • activityBar.foreground#FFFFFF
  • editor.background#0b0b0d
  • editor.foreground#FFFFFF
  • editorGroup.border#ff2d6f
  • editorGroupHeader.tabsBorder#ff2d6f
  • sideBar.background#0a0a0b
  • sideBar.foreground#FFFFFF
  • statusBar.background#2b0b12
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#2b0b12
  • tab.activeBorder#ff2d6f
  • tab.activeBorderTop#ff2d6f
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#0b0b0d
  • tab.inactiveForeground#BBBBBB
  • titleBar.activeBackground#2b0b12
  • titleBar.activeForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#ff79a6
string#ff4d94
keyword#ff2d6fbold
variable#ff6f9a
function#ff79a6

Shiki preview

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

Loading...