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#011627
  • editor.background#011627
  • editor.findMatchBackground#C792EA
  • editor.findMatchHighlightBackground#C792EA80
  • editor.foreground#D6DEEB
  • editor.inactiveSelectionBackground#1D3B5380
  • editor.selectionBackground#1D3B53
  • editorGutter.background#011627
  • editorLineNumber.activeForeground#D6DEEB
  • editorLineNumber.foreground#637777
  • list.activeSelectionBackground#1D3B53
  • list.activeSelectionForeground#D6DEEB
  • list.hoverBackground#1D3B53
  • list.inactiveSelectionBackground#1D3B53
  • sideBar.background#1D2A35
  • sideBarTitle.foreground#D6DEEB
  • statusBar.background#1D2A35
  • statusBar.foreground#D6DEEB
  • tab.activeBackground#011627
  • tab.activeForeground#D6DEEB
  • tab.inactiveBackground#1D2A35
  • tab.inactiveForeground#637777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#C792EA
keyword.control#C792EA
storage#C792EA
string#ADD1B8
string.quoted#ADD1B8
comment#637777italic
comment.line#637777
comment.block#637777
constant.numeric#F78C6C
constant.language#5CA7E4
variable#82AAFF
variable.other#82AAFF
entity.name.function#82AAFF
entity.name.class#FFCB8B
entity.name.type#FFCB8B
support.function#82AAFF
support.type#FFCB8B