Skip to main content
CodingTheme

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#330000
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#FFA500
  • activityBarBadge.foreground#000000
  • editor.background#330000
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1A1A1A
  • editorCursor.foreground#FFFFFF
  • editorLineNumber.foreground#808080
  • selection.background#555555
  • sideBar.background#000033
  • sideBar.border#808080
  • sideBar.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.foreground#FFFFFF
  • tab.activeForeground#FFFFFF
  • tab.border#808080
  • tab.inactiveForeground#808080
  • terminal.foreground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#FFFFFF
comment#FF5555
string#FFE792
constant.numeric#FFD700
constant.language#FFD700
constant.character, constant.other#FFD700
variable#FFFFFF
keyword#FF5555bold
storage#FF5555bold
entity.name.class#FFE792
entity.other.inherited-class#FFE792
entity.name.function#FFE792
variable.parameter#FFD700
entity.name.tag#FF5555bold

Shiki preview

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

Loading...