Skip to main content
Coding Theme

WCAG Themes

Publisher: Michael J. CalkinsThemes in package: 30

WCAG compliant VS Code themes with 8:1 minimum contrast ratio, ideal for users with astigmatism and visual impairments.

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#ff79c6
  • activityBar.background#1a1b26
  • activityBar.border#21222c
  • activityBar.foreground#f8f8f2
  • button.background#ff79c6
  • button.foreground#1a1b26
  • button.hoverBackground#ff92d0
  • editor.background#1a1b26
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#21222c
  • editor.selectionBackground#44475a
  • editorGroup.border#21222c
  • editorLineNumber.activeForeground#f8f8f2
  • editorLineNumber.foreground#9999a3
  • focusBorder#ff79c6
  • input.background#21222c
  • input.border#9999a3
  • input.foreground#f8f8f2
  • inputOption.activeBorder#ff79c6
  • list.activeSelectionBackground#44475a
  • list.activeSelectionForeground#f8f8f2
  • list.focusOutline#ff79c6
  • list.hoverBackground#282a36
  • list.hoverForeground#f8f8f2
  • panel.background#1a1b26
  • panel.border#21222c
  • sideBar.background#21222c
  • sideBar.border#21222c
  • sideBar.foreground#f8f8f2
  • statusBar.background#ff79c6
  • statusBar.border#21222c
  • statusBar.foreground#1a1b26
  • tab.activeBackground#282a36
  • tab.activeBorder#ff79c6
  • tab.activeForeground#f8f8f2
  • tab.border#21222c
  • tab.inactiveBackground#1a1b26
  • tab.inactiveForeground#9999a3
  • terminal.background#1a1b26
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#1a1b26
  • titleBar.activeForeground#f8f8f2
  • titleBar.border#21222c
  • titleBar.inactiveBackground#1a1b26
  • titleBar.inactiveForeground#9999a3
  • window.activeBorder#21222c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6272a4italic
keyword#ff79c6
string#50fa7b
variable#f8f8f2
constant.numeric#bd93f9
entity.name.function#8be9fd
entity.name.type#8be9fd
support.type#8be9fd

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...