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#E5E5E5
  • activityBar.foreground#1E1E1E
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • button.background#007ACC
  • button.foreground#FFFFFF
  • button.hoverBackground#005A9E
  • dropdown.background#FFFFFF
  • dropdown.border#CECECE
  • editor.background#EEEEEE
  • editor.findMatchBackground#ADD6FF99
  • editor.findMatchHighlightBackground#ADD6FF66
  • editor.foreground#1E1E1E
  • editor.inactiveSelectionBackground#ADD6FF40
  • editor.lineHighlightBackground#E6E6E6
  • editor.selectionBackground#ADD6FF
  • editor.selectionHighlightBackground#ADD6FF40
  • editor.wordHighlightBackground#ADD6FF44
  • editor.wordHighlightStrongBackground#ADD6FF66
  • editorBracketMatch.background#0064001A
  • editorBracketMatch.border#B9B9B9
  • editorCursor.background#EEEEEE
  • editorCursor.foreground#E04646
  • editorGroup.border#E5E5E5
  • editorGroupHeader.tabsBackground#E0E0E0
  • editorIndentGuide.activeBackground1#8A8A8A
  • editorIndentGuide.background1#C6C6C6
  • editorLineNumber.activeForeground#1E1E1E
  • editorLineNumber.foreground#8A8A8A
  • editorRuler.foreground#CFCFCF
  • editorWhitespace.foreground#BEBEBE
  • focusBorder#007ACC
  • input.background#FFFFFF
  • input.border#CECECE
  • input.foreground#1E1E1E
  • list.activeSelectionBackground#007ACC
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#007ACC
  • list.hoverBackground#007ACC12
  • list.inactiveSelectionBackground#E4E6F1
  • panel.background#F0F0F0
  • panel.border#E5E5E5
  • panelTitle.activeBorder#007ACC
  • panelTitle.activeForeground#1E1E1E
  • panelTitle.inactiveForeground#6E6E6E
  • sideBar.background#EEEEEE
  • sideBar.border#E5E5E5
  • sideBar.foreground#1E1E1E
  • sideBarSectionHeader.background#E5E5E5
  • sideBarSectionHeader.foreground#1E1E1E
  • sideBarTitle.foreground#1E1E1E
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#E04646
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#007ACC
  • tab.activeBackground#F8F8F8
  • tab.activeBorder#007ACC
  • tab.activeForeground#1E1E1E
  • tab.border#D0D0D0
  • tab.inactiveBackground#EAEAEA
  • tab.inactiveForeground#6E6E6E
  • terminal.background#EEEEEE
  • terminal.foreground#1E1E1E
  • titleBar.activeBackground#DDDDDD
  • titleBar.activeForeground#1E1E1E
  • titleBar.border#E5E5E5
  • titleBar.inactiveBackground#DDDDDD
  • titleBar.inactiveForeground#1E1E1E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#599a43italic
string#ad2a2a
constant.numeric#a97213
support.function#9a10a1
storage.type, support.type#5B6C8A
variable, text.variable#464646italic
keyword#0033CC
keyword.operator#7A7A7A