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#1A1B26
  • editor.background#1A1B26
  • editor.findMatchBackground#BB9AF7
  • editor.findMatchHighlightBackground#BB9AF780
  • editor.foreground#A9B1D6
  • editor.inactiveSelectionBackground#24283B80
  • editor.selectionBackground#24283B
  • editorGutter.background#1A1B26
  • editorLineNumber.activeForeground#A9B1D6
  • editorLineNumber.foreground#565F89
  • list.activeSelectionBackground#24283B
  • list.activeSelectionForeground#A9B1D6
  • list.hoverBackground#24283B
  • list.inactiveSelectionBackground#24283B
  • sideBar.background#1A1B26
  • sideBarTitle.foreground#A9B1D6
  • statusBar.background#24283B
  • statusBar.foreground#A9B1D6
  • tab.activeBackground#1A1B26
  • tab.activeForeground#A9B1D6
  • tab.inactiveBackground#1A1B26
  • tab.inactiveForeground#565F89

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#BB9AF7
keyword.control#BB9AF7
storage#BB9AF7
string#9ECE6A
string.quoted#9ECE6A
comment#565F89italic
comment.line#565F89
comment.block#565F89
constant.numeric#FF9E64
constant.language#7AA2F7
variable#7DCFFF
variable.other#7DCFFF
entity.name.function#7AA2F7
entity.name.class#FF9E64
entity.name.type#FF9E64
support.function#7AA2F7
support.type#FF9E64