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.activeBorder#404040
  • activityBar.background#F5F5F5
  • activityBar.border#d0d0d0
  • activityBar.foreground#0A0A0A
  • button.background#404040
  • button.foreground#F5F5F5
  • button.hoverBackground#2A2A2A
  • editor.background#F5F5F5
  • editor.foreground#0A0A0A
  • editor.lineHighlightBackground#ECECEC
  • editor.selectionBackground#C0C0C0
  • editorGroup.border#d0d0d0
  • editorLineNumber.activeForeground#1A1A1A
  • editorLineNumber.foreground#6B6B6B
  • focusBorder#404040
  • input.background#FFFFFF
  • input.border#6B6B6B
  • input.foreground#0A0A0A
  • inputOption.activeBorder#404040
  • list.activeSelectionBackground#C0C0C0
  • list.activeSelectionForeground#0A0A0A
  • list.focusOutline#404040
  • list.hoverBackground#E0E0E0
  • list.hoverForeground#0A0A0A
  • panel.background#F5F5F5
  • panel.border#d0d0d0
  • sideBar.background#ECECEC
  • sideBar.border#d0d0d0
  • sideBar.foreground#1A1A1A
  • statusBar.background#404040
  • statusBar.border#d0d0d0
  • statusBar.foreground#F5F5F5
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#404040
  • tab.activeForeground#0A0A0A
  • tab.border#d0d0d0
  • tab.inactiveBackground#ECECEC
  • tab.inactiveForeground#6B6B6B
  • terminal.background#F5F5F5
  • terminal.foreground#0A0A0A
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#0A0A0A
  • titleBar.border#d0d0d0
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#6B6B6B
  • window.activeBorder#d0d0d0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5B5B5Bitalic
keyword#7C3AED
string#047857
variable#0A0A0A
constant.numeric#B91C1C
entity.name.function#0E7490
entity.name.type#6D28D9
support.type#0E7490