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#E9E8E7
  • activityBar.foreground#1C1C1E
  • activityBarBadge.background#A06F3A
  • activityBarBadge.foreground#FFFFFF
  • button.background#A2763A
  • button.foreground#FFFFFF
  • button.hoverBackground#8E6634
  • editor.background#F7F6F5
  • editor.foreground#1C1C1E
  • editor.inactiveSelectionBackground#F0E7DA
  • editor.selectionBackground#E8DCC7
  • editor.selectionHighlightBackground#F4ECE3
  • editorIndentGuide.activeBackground1#B6B5B3
  • editorIndentGuide.background1#D3D2D0
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#C9C8C6
  • editorSuggestWidget.foreground#1C1C1E
  • editorSuggestWidget.selectedBackground#E9DCC8
  • input.background#FFFFFF
  • input.border#D1D0CF
  • input.placeholderForeground#8B8A89
  • list.activeSelectionBackground#E4D6C3
  • list.hoverBackground#F1E9DD
  • list.inactiveSelectionBackground#EEE2D6
  • menu.background#FFFFFF
  • menu.border#D3D2D2
  • menu.foreground#1C1C1E
  • panel.background#F6F5F4
  • panel.border#D6D4D2
  • sideBar.background#F7F6F5
  • sideBar.border#D6D5D4
  • sideBar.foreground#2B2B2D
  • statusBar.background#D6D5D4
  • statusBar.border#CAC9C7
  • statusBar.foreground#1C1C1E
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#1C1C1E
  • tab.border#D3D2D0
  • tab.inactiveBackground#F2F1F0
  • terminal.ansiBlack#2B2B2D
  • terminal.ansiBlue#605952
  • terminal.ansiBrightBlack#3C3B3C
  • terminal.ansiBrightBlue#6A625B
  • terminal.ansiBrightCyan#978F88
  • terminal.ansiBrightGreen#B38544
  • terminal.ansiBrightMagenta#806961
  • terminal.ansiBrightRed#9D5734
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D3B472
  • terminal.ansiCyan#8B857E
  • terminal.ansiGreen#A2763A
  • terminal.ansiMagenta#725D56
  • terminal.ansiRed#8E4C2E
  • terminal.ansiWhite#F0EFEE
  • terminal.ansiYellow#C4A160
  • terminal.background#F7F6F5
  • terminal.foreground#1C1C1E
  • terminalCursor.background#1C1C1E
  • terminalCursor.foreground#1C1C1E
  • titleBar.activeBackground#F2F1F0
  • titleBar.activeForeground#1C1C1E
  • titleBar.inactiveBackground#EBE9E8
  • titleBar.inactiveForeground#737274

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#827A71italic
keyword#605952
variable#1C1C1E
string, constant.character#8E4C2E
constant.numeric, constant.language#A2763A
storage.type#725D56
entity.name.function#605952
entity.name.tag, punctuation.definition.tag#725D56