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#000000
  • activityBar.foreground#7B1FA2
  • activityBarBadge.background#7B1FA2
  • editor.background#000000
  • editor.foreground#CFCFCF
  • editor.inactiveSelectionBackground#2D2D2D
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#333333
  • editorCursor.foreground#7B1FA2
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.activeBackground#3D3D3D
  • editorIndentGuide.background#2D2D2D
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#CFCFCF
  • list.focusBackground#333333
  • list.focusForeground#CFCFCF
  • list.hoverBackground#3D3D3D
  • list.hoverForeground#CFCFCF
  • list.inactiveSelectionBackground#2D2D2D
  • list.inactiveSelectionForeground#CFCFCF
  • sideBar.background#000000
  • sideBar.border#7B1FA2
  • sideBar.foreground#CFCFCF
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#CFCFCF
  • sideBarTitle.foreground#CFCFCF
  • statusBar.background#000000
  • statusBar.foreground#CFCFCF
  • tab.activeBackground#000000
  • tab.activeBorder#7B1FA2
  • tab.activeBorderTop#7B1FA2
  • tab.activeForeground#FFFFFF
  • tab.border#7B1FA2
  • tab.hoverBackground#000000
  • tab.hoverForeground#FFFFFF
  • tab.inactiveBackground#000000
  • tab.inactiveBorder#4E135D
  • tab.inactiveForeground#CCCCCC
  • tab.unfocusedActiveBackground#000000
  • tab.unfocusedActiveBorderTop#4E135D
  • tab.unfocusedInactiveBackground#000000
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#CFCFCF
  • titleBar.border#7B1FA2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#7A7A7A
keyword, storage.type, storage.modifier#7B1FA2
constant#9B46B4
variable#CFCFCF
string#B135E6
support.function#7B1FA2
entity.name.function#9B46B4
entity.name.type#7B1FA2
keyword.operator#7B1FA2
punctuation.separator#CFCFCF