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#18122b
  • activityBar.border#392b5a
  • activityBar.foreground#e0d7ff
  • activityBarBadge.background#7f7fd5
  • activityBarBadge.foreground#0d1021
  • button.background#7f7fd5
  • button.foreground#0d1021
  • button.hoverBackground#b983ff
  • dropdown.border#392b5a
  • editor.background#0d1021
  • editor.foreground#e0d7ff
  • editor.lineHighlightBackground#18122b
  • editor.selectionBackground#392b5a99
  • editorCursor.foreground#7f7fd5
  • editorGroup.border#392b5a
  • editorLineNumber.foreground#5f4b8b
  • input.background#18122b
  • input.border#392b5a
  • input.foreground#e0d7ff
  • input.placeholderForeground#5f4b8b
  • list.activeSelectionBackground#392b5a
  • list.inactiveSelectionBackground#18122b
  • panel.border#392b5a
  • sideBar.background#0d1021
  • sideBar.border#392b5a
  • sideBar.foreground#e0d7ff
  • sideBarSectionHeader.background#18122b
  • sideBarSectionHeader.border#392b5a
  • sideBarSectionHeader.foreground#7f7fd5
  • statusBar.background#18122b
  • statusBar.foreground#e0d7ff
  • tab.activeBackground#0d1021
  • tab.activeForeground#e0d7ff
  • tab.border#392b5a
  • tab.inactiveBackground#18122b
  • tab.inactiveForeground#7f7fd5
  • titleBar.activeBackground#0d1021
  • titleBar.activeForeground#e0d7ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#b983ffbold
variable, identifier#e0d7ff
string#7f7fd5
comment#5f4b8bitalic
constant.numeric#ff6fcb
entity.name.function#43c6ac