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#1F1F1F
  • editor.background#1A1A1A
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#262626
  • editor.selectionBackground#4D1A1A
  • editor.wordHighlightBackground#331111
  • editorCursor.foreground#FF4444
  • sideBar.background#1F1F1F
  • statusBar.background#262626
  • statusBar.foreground#FF4444
  • tab.activeBackground#262626
  • tab.border#333333
  • tab.inactiveBackground#1F1F1F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#FF4444
string, variable.other.readwrite#FF7777
comment#705C5Citalic
constant.numeric#FFAA88
entity.name.function#FF8888
variable#FFCCCC
invalid#FF0000bold
warning#FFDD00

Shiki preview

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

Loading...