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#0f111a
  • activityBar.foreground#c792ea
  • activityBarBadge.background#c792ea
  • activityBarBadge.foreground#0f111a
  • editor.background#0f111a
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#44475a55
  • editor.lineHighlightBackground#1a1c25
  • editor.selectionBackground#44475a99
  • editor.selectionHighlightBackground#44475a33
  • editorCursor.foreground#ff79c6
  • editorIndentGuide.activeBackground#676b8d
  • editorIndentGuide.background#3a3d4d
  • editorLineNumber.activeForeground#c792ea
  • editorLineNumber.foreground#5b6078
  • sideBar.background#0f111a
  • sideBar.foreground#a6accd
  • sideBarSectionHeader.background#181a23
  • sideBarSectionHeader.foreground#c792ea
  • statusBar.background#0f111a
  • statusBar.debuggingBackground#c792ea
  • statusBar.foreground#a6accd
  • statusBar.noFolderBackground#181a23
  • titleBar.activeBackground#0f111a
  • titleBar.activeForeground#c792ea
  • titleBar.inactiveBackground#0f111a
  • titleBar.inactiveForeground#5b6078

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5b6078italic
keyword#ff79c6
string#f1fa8c
variable#f8f8f2
constant.numeric#bd93f9
entity.name.function#50fa7b
entity.name.class#8be9fd
invalid#ffffff