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#181818
  • editor.background#101010
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#00334D
  • editor.wordHighlightBackground#002233
  • editorCursor.foreground#7DF9FF
  • sideBar.background#181818
  • statusBar.background#202020
  • statusBar.foreground#7DF9FF
  • tab.activeBackground#202020
  • tab.border#1F1F1F
  • tab.inactiveBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#7DF9FF
string, variable.other.readwrite#A0FFFF
comment#5C6C70italic
constant.numeric#88C0FF
entity.name.function#8FD8FF
variable#80A0FF
invalid#FF5A5Abold
warning#FFD700

Shiki preview

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

Loading...