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#526FFF
  • activityBar.background#F0F1F4
  • activityBar.border#DCDDE2
  • activityBar.foreground#2D3142
  • activityBar.inactiveForeground#8E9099
  • activityBarBadge.background#526FFF
  • activityBarBadge.foreground#FFFFFF
  • button.background#5871EF
  • button.foreground#FFFFFF
  • commandCenter.activeForeground#526FFF
  • commandCenter.background#E6E8ED
  • commandCenter.border#C8CBD6
  • commandCenter.foreground#2D3142
  • commandCenter.inactiveForeground#6F717A
  • editor.background#FAFAFA
  • editor.foreground#383A42
  • editor.lineHighlightBackground#383A420C
  • editor.selectionBackground#E5E5E6
  • editorCursor.foreground#526FFF
  • editorGroup.border#DCDDE2
  • editorGroupHeader.tabsBackground#F0F1F4
  • editorGroupHeader.tabsBorder#DCDDE2
  • editorLineNumber.activeForeground#383A42
  • editorLineNumber.foreground#9D9D9F
  • menu.background#FFFFFF
  • menu.border#DCDDE2
  • menu.foreground#383A42
  • menu.selectionBackground#526FFF1F
  • menu.selectionForeground#1A1D28
  • menubar.selectionBackground#526FFF26
  • menubar.selectionForeground#1A1D28
  • panel.background#F5F6F8
  • panel.border#DCDDE2
  • panelInput.border#C8CBD6
  • panelTitle.activeBorder#526FFF
  • panelTitle.activeForeground#526FFF
  • panelTitle.inactiveForeground#6F717A
  • sideBar.background#EBECF0
  • sideBar.border#DCDDE2
  • sideBar.foreground#383A42
  • sideBarSectionHeader.background#F5F6F8
  • sideBarSectionHeader.foreground#5E6169
  • statusBar.background#2E3347
  • statusBar.border#526FFF7A
  • statusBar.debuggingBackground#5A3E48
  • statusBar.debuggingForeground#FFEEE8
  • statusBar.foreground#EEF0F8
  • statusBar.noFolderBackground#3D4358
  • statusBar.noFolderForeground#B8BCD0
  • statusBarItem.activeBackground#FFFFFF38
  • statusBarItem.hoverBackground#FFFFFF22
  • statusBarItem.remoteBackground#242838
  • statusBarItem.remoteForeground#A8B4FF
  • tab.activeBackground#FAFAFA
  • tab.activeBorderTop#526FFF
  • tab.activeForeground#24262E
  • tab.border#DBDBDC
  • tab.inactiveBackground#EBECF0
  • tab.inactiveForeground#7D7F87
  • titleBar.activeBackground#E6E8ED
  • titleBar.activeForeground#2D3142
  • titleBar.border#D0D3DC
  • titleBar.inactiveBackground#DCDEE5
  • titleBar.inactiveForeground#6B6E78

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A0A1A7italic
keyword, storage#A626A4
constant#986801
variable#E45649
string#50A14F
entity.name.function#4078F2
support.type, support.class#0184BC