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
  • activityBar.foreground#7aa2f7
  • activityBarBadge.background#7aa2f7
  • activityBarBadge.foreground#1a1b26
  • button.background#7aa2f7
  • button.foreground#ffffff
  • button.hoverBackground#7aa2f7cc
  • editor.background#1a1b26
  • editor.foreground#a9b1d6
  • editor.lineHighlightBackground#292e42
  • editor.selectionBackground#515c7e60
  • editorCursor.foreground#c0caf5
  • editorGroupHeader.tabsBackground#16161e
  • editorLineNumber.activeForeground#737aa2
  • editorLineNumber.foreground#3b4261
  • editorWhitespace.foreground#3b4261
  • list.activeSelectionBackground#292e42
  • list.activeSelectionForeground#c0caf5
  • list.hoverBackground#292e42
  • menu.background#1a1b26
  • menu.foreground#a9b1d6
  • sideBar.background#16161e
  • sideBar.foreground#a9b1d6
  • sideBarTitle.foreground#a9b1d6
  • statusBar.background#16161e
  • statusBar.foreground#a9b1d6
  • statusBar.noFolderBackground#16161e
  • tab.activeBackground#1a1b26
  • tab.activeForeground#7aa2f7
  • tab.inactiveBackground#16161e
  • tab.inactiveForeground#565f89
  • titleBar.activeBackground#1a1b26
  • titleBar.activeForeground#a9b1d6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#565f89
variable, variable.other#bb9af7
keyword#9d7cd8
entity.name.function#7aa2f7
string, string.quoted#9ece6a
constant.numeric#ff9e64