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#1F1400
  • editor.background#2B1900
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#332200
  • editor.selectionBackground#664400
  • editor.wordHighlightBackground#4D3300
  • editorCursor.foreground#00FF00
  • sideBar.background#1F1400
  • statusBar.background#261900
  • statusBar.foreground#00FF00
  • tab.activeBackground#261900
  • tab.border#332200
  • tab.inactiveBackground#1F1400

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#00FF00
string, variable.other.readwrite#66FF66
comment#5C705Citalic
constant.numeric#FFCC00
entity.name.function#FFCC66
variable#FF9966
invalid#FF3333bold
warning#FFD700

Shiki preview

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

Loading...