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#FFFFFF99
  • activityBar.foreground#1A1A1A
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • dropdown.background#F0F0F099
  • dropdown.foreground#1A1A1A
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFFF0040
  • editor.findMatchHighlightBackground#FFFF0020
  • editor.foreground#1A1A1A
  • editor.lineHighlightBackground#00000008
  • editor.selectionBackground#007ACC40
  • editorGroupHeader.tabsBackground#FFFFFF99
  • input.background#F0F0F099
  • input.foreground#1A1A1A
  • input.placeholderForeground#666666
  • list.activeSelectionBackground#007ACC99
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#F0F0F099
  • list.hoverForeground#1A1A1A
  • sideBar.background#FFFFFF80
  • sideBar.foreground#1A1A1A
  • sideBarSectionHeader.background#FFFFFF99
  • sideBarSectionHeader.foreground#1A1A1A
  • sideBarTitle.foreground#1A1A1A
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#CC6633
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#FFFFFF99
  • tab.activeBackground#FFFFFF99
  • tab.activeForeground#1A1A1A
  • tab.inactiveBackground#FFFFFF60
  • tab.inactiveForeground#1A1A1A80
  • titleBar.activeBackground#FFFFFF99
  • titleBar.activeForeground#1A1A1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008000
string, string.quoted#A31515
constant.numeric, constant.language, constant.character, constant.other#098658
keyword, storage.type, storage.modifier#0000FF
entity.name.function, support.function#795E26
variable, support.variable#001080
entity.name.type, support.type, support.class#267F99