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#7e57c2
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#ffffff99
  • activityBarBadge.background#7e57c2
  • activityBarBadge.foreground#ffffff
  • editor.background#ffffff
  • editor.findMatchBackground#d6b6ff60
  • editor.findMatchBorder#7e57c2
  • editor.foreground#333333
  • editor.inactiveSelectionBackground#e8e0f580
  • editor.lineHighlightBackground#f8f5fb
  • editor.selectionBackground#d6b6ff80
  • editor.selectionHighlightBackground#d6b6ff40
  • editorCursor.foreground#7e57c2
  • editorGroupHeader.tabsBackground#f8f5fb
  • editorIndentGuide.activeBackground1#7e57c2
  • editorIndentGuide.background1#e8e0f5
  • editorLineNumber.foreground#a8a8a8
  • focusBorder#9e48d9
  • foreground#333333
  • list.activeSelectionBackground#d6b6ff
  • list.activeSelectionForeground#333333
  • list.hoverBackground#e8e0f5
  • list.hoverForeground#333333
  • list.inactiveSelectionBackground#e8e0f5
  • list.inactiveSelectionForeground#333333
  • scrollbar.shadow#00000033
  • selection.background#d6b6ff
  • sideBar.background#f8f5fb
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#444444
  • statusBar.background#7e57c2
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeForeground#333333
  • tab.inactiveBackground#f8f5fb
  • tab.inactiveForeground#666666
  • titleBar.activeBackground#7e57c2
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#9e80d1
  • titleBar.inactiveForeground#ffffff99
  • tree.indentGuidesStroke#a8a8a8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8e8e8eitalic
variable, string constant.other.placeholder#a65e2b
keyword, storage.type, storage.modifier#7e57c2
entity.name.function, meta.function-call, support.function#6f42c1
entity.name.type, entity.name.class, entity.name.namespace#2e86de
string#22863a
constant.numeric#a65e2b
constant.language, support.constant#7e57c2