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#FFEB3B
  • activityBar.border#FFEB3B
  • activityBar.foreground#212121
  • activityBar.inactiveForeground#757575
  • activityBarBadge.background#FF5722
  • activityBarBadge.foreground#FFFFFF
  • button.background#4CAF50
  • button.foreground#FFFFFF
  • button.hoverBackground#66BB6A
  • editor.background#FAFAFA
  • editor.foreground#333333
  • editorGroupHeader.tabsBackground#F5F5F5
  • list.activeSelectionBackground#1976D2
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#E3F2FD
  • list.hoverForeground#2196F3
  • panel.background#FFFFFF
  • panelTitle.activeBorder#FF9800
  • panelTitle.activeForeground#2196F3
  • panelTitle.inactiveForeground#757575
  • sideBar.background#FFFFFF
  • sideBar.foreground#212121
  • sideBarSectionHeader.background#EEEEEE
  • sideBarSectionHeader.foreground#FF5722
  • sideBarTitle.foreground#1976D2
  • statusBar.background#2196F3
  • statusBar.debuggingBackground#FF9800
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#4CAF50
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#2196F3
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#757575
  • titleBar.activeBackground#2196F3
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#E3F2FD
  • titleBar.inactiveForeground#757575

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9E
string, string.quoted#FF4081
keyword, storage.type, storage.modifier#FF5722
entity.name.function, support.function#4CAF50
variable, support.variable#2196F3