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.activeBorder#DB8A41
  • activityBar.background#E8E1F5
  • activityBar.border#D3C8E8
  • activityBar.foreground#5B3FA8
  • activityBar.inactiveForeground#8579A0
  • activityBarBadge.background#70BD96
  • activityBarBadge.foreground#1D1828
  • commandCenter.activeForeground#6C4FBA
  • commandCenter.background#EDE7F7
  • commandCenter.border#D3C8E8
  • commandCenter.foreground#4A3E5B
  • commandCenter.inactiveForeground#7D7194
  • descriptionForeground#766C88
  • editor.background#FFFFFF
  • editor.foreground#3B3249
  • editor.inactiveSelectionBackground#B495F216
  • editor.lineHighlightBackground#7B5CC608
  • editor.selectionBackground#B495F226
  • editor.selectionHighlightBackground#70BD961F
  • editor.wordHighlightBackground#B495F21D
  • editorBracketMatch.background#B495F220
  • editorBracketMatch.border#7B5CC6
  • editorCursor.foreground#DB8A41
  • editorGroup.border#E9E2F4
  • editorGroupHeader.tabsBackground#F3EFFA
  • editorGroupHeader.tabsBorder#E9E2F4
  • editorIndentGuide.activeBackground#B8ABCC
  • editorIndentGuide.background#E2DBEF
  • editorLineNumber.activeForeground#3B3249
  • editorLineNumber.foreground#AB9FC0
  • errorForeground#C25B4A
  • focusBorder#7B5CC6
  • foreground#3B3249
  • icon.foreground#766C88
  • menu.background#FFFFFF
  • menu.border#E0D7F0
  • menu.foreground#3B3249
  • menu.selectionBackground#70BD9638
  • menu.selectionForeground#14101C
  • menubar.selectionBackground#B495F240
  • menubar.selectionForeground#1D1528
  • panel.background#FAF8FD
  • panel.border#E9E2F4
  • panelInput.border#D3C8E8
  • panelTitle.activeBorder#7B5CC6
  • panelTitle.activeForeground#6C4FBA
  • panelTitle.inactiveForeground#6A5D7C
  • selection.background#B495F226
  • sideBar.background#FAF8FD
  • sideBar.border#E9E2F4
  • sideBar.foreground#3B3249
  • sideBarSectionHeader.background#F5F1FB
  • sideBarSectionHeader.border#E9E2F4
  • sideBarSectionHeader.foreground#6A5D7C
  • sideBarTitle.foreground#4A3E5B
  • statusBar.background#352B4D
  • statusBar.border#B495F287
  • statusBar.debuggingBackground#5C3D4A
  • statusBar.debuggingForeground#FFF5F7
  • statusBar.foreground#F5F1FF
  • statusBar.noFolderBackground#453A60
  • statusBar.noFolderForeground#CDC4E4
  • statusBarItem.activeBackground#FFFFFF40
  • statusBarItem.hoverBackground#FFFFFF28
  • statusBarItem.remoteBackground#2A2140
  • statusBarItem.remoteForeground#DBC8FF
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#FFFFFF
  • tab.activeBorderTop#B495F2
  • tab.activeForeground#6C4FBA
  • tab.border#E9E2F4
  • tab.inactiveBackground#F3EFFA
  • tab.inactiveForeground#8A7FA0
  • titleBar.activeBackground#EDE7F7
  • titleBar.activeForeground#4A3E5B
  • titleBar.border#D3C8E8
  • titleBar.inactiveBackground#E3DAF2
  • titleBar.inactiveForeground#77688E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8C81A0italic
keyword, storage.type, storage.modifier#C4742Ebold
string#3D9B6E
entity.name.function, support.function#7B5CC6
variable, variable.other.readwrite#3B3249
variable.parameter#A26B37italic
constant.numeric, constant.language#C25B4A
support.type, support.class, entity.name.type, entity.name.class#567AB0
entity.name.tag#3D9B6E
entity.other.attribute-name#7B5CC6