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#E7E7E7
  • activityBar.foreground#1C1C1C
  • activityBarBadge.background#2F66B3
  • activityBarBadge.foreground#FFFFFF
  • button.background#BFA442
  • button.foreground#FFFFFF
  • button.hoverBackground#A68F38
  • editor.background#F5F5F5
  • editor.foreground#1C1C1C
  • editor.inactiveSelectionBackground#DFE8F2
  • editor.selectionBackground#CFE2F5
  • editor.selectionHighlightBackground#E7EFF7
  • editorIndentGuide.activeBackground1#A0A0A0
  • editorIndentGuide.background1#D0D0D0
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#C8C8C8
  • editorSuggestWidget.foreground#1C1C1C
  • editorSuggestWidget.selectedBackground#D5E4F5
  • input.background#FFFFFF
  • input.border#D0D0D0
  • input.placeholderForeground#7A7A7A
  • list.activeSelectionBackground#C9D9EE
  • list.hoverBackground#E3ECF7
  • list.inactiveSelectionBackground#DEE6F1
  • menu.background#FFFFFF
  • menu.border#D0D0D0
  • menu.foreground#1C1C1C
  • panel.background#F8F8F8
  • panel.border#D1D1D1
  • sideBar.background#F4F4F4
  • sideBar.border#D5D5D5
  • sideBar.foreground#1E1E1E
  • statusBar.background#D5D5D5
  • statusBar.border#C5C5C5
  • statusBar.foreground#1C1C1C
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#1C1C1C
  • tab.border#D0D0D0
  • tab.inactiveBackground#ECECEC
  • terminal.ansiBlack#2A2A2A
  • terminal.ansiBlue#2F66B3
  • terminal.ansiBrightBlack#3A3A3A
  • terminal.ansiBrightBlue#3B7CD3
  • terminal.ansiBrightCyan#5EC9E4
  • terminal.ansiBrightGreen#56C1C1
  • terminal.ansiBrightMagenta#6E86CE
  • terminal.ansiBrightRed#C2A84A
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D8CA82
  • terminal.ansiCyan#4BAFCE
  • terminal.ansiGreen#4AA9A9
  • terminal.ansiMagenta#5E73B8
  • terminal.ansiRed#A68F38
  • terminal.ansiWhite#EDEDED
  • terminal.ansiYellow#CBBE72
  • terminal.background#F4F4F4
  • terminal.foreground#1C1C1C
  • terminalCursor.background#1C1C1C
  • terminalCursor.foreground#1C1C1C
  • titleBar.activeBackground#ECECEC
  • titleBar.activeForeground#1C1C1C
  • titleBar.inactiveBackground#E6E6E6
  • titleBar.inactiveForeground#7A7A7A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7A7A7Aitalic
keyword#2F66B3
variable#1C1C1C
string#BFA442
constant.numeric, constant.language#4AA9A9
storage.type#5E73B8
entity.name.function#2F66B3
entity.name.tag, punctuation.definition.tag#5E73B8