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#1A4D4D
  • editor.wordHighlightBackground#113333
  • editorCursor.foreground#40E0D0
  • sideBar.background#1F1F1F
  • statusBar.background#262626
  • statusBar.foreground#40E0D0
  • tab.activeBackground#262626
  • tab.border#333333
  • tab.inactiveBackground#1F1F1F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#40E0D0
string, variable.other.readwrite#66FFFF
comment#5C7070italic
constant.numeric#88FFFF
entity.name.function#66CCCC
variable#80D0FF
invalid#FF5A5Abold
warning#FFD700

Shiki preview

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

Loading...