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#1C1C1C
  • editor.background#181818
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#232323
  • editor.selectionBackground#2A2A2A
  • editor.wordHighlightBackground#1F1F1F
  • editorCursor.foreground#88FF88
  • sideBar.background#1C1C1C
  • statusBar.background#232323
  • statusBar.foreground#DAA520
  • tab.activeBackground#232323
  • tab.border#2A2A2A
  • tab.inactiveBackground#1C1C1C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#88FF88
string, variable.other.readwrite#B2FFB2
comment#6C6C5Citalic
constant.numeric#DAA520
entity.name.function#FFD700
variable#E0C080
invalid#FF4040bold
warning#FFA500

Shiki preview

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

Loading...