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#2E1A00
  • editor.background#3B240B
  • editor.foreground#F0E0C0
  • editor.lineHighlightBackground#4D3311
  • editor.selectionBackground#665522
  • editor.wordHighlightBackground#4D4411
  • editorCursor.foreground#00FF7F
  • sideBar.background#2E1A00
  • statusBar.background#4D2E00
  • statusBar.foreground#00FF7F
  • tab.activeBackground#4D2E00
  • tab.border#664411
  • tab.inactiveBackground#2E1A00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#00FF7F
string, variable.other.readwrite#66FFB2
comment#70685Citalic
constant.numeric#FFD700
entity.name.function#FFEE99
variable#FFDD88
invalid#FF3333bold
warning#FFA500

Shiki preview

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

Loading...