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#42A5F5
  • activityBar.background#050D1A
  • activityBar.border#0a1929
  • activityBar.foreground#E3F2FD
  • button.background#42A5F5
  • button.foreground#050D1A
  • button.hoverBackground#64B5F6
  • editor.background#050D1A
  • editor.foreground#E3F2FD
  • editor.lineHighlightBackground#0A1420
  • editor.selectionBackground#1A4A7A
  • editorGroup.border#0a1929
  • editorLineNumber.activeForeground#BBDEFB
  • editorLineNumber.foreground#90A4AE
  • focusBorder#42A5F5
  • input.background#0A1420
  • input.border#90A4AE
  • input.foreground#E3F2FD
  • inputOption.activeBorder#42A5F5
  • list.activeSelectionBackground#1A4A7A
  • list.activeSelectionForeground#E3F2FD
  • list.focusOutline#42A5F5
  • list.hoverBackground#0F1B2D
  • list.hoverForeground#E3F2FD
  • panel.background#050D1A
  • panel.border#0a1929
  • sideBar.background#0A1420
  • sideBar.border#0a1929
  • sideBar.foreground#BBDEFB
  • statusBar.background#42A5F5
  • statusBar.border#0a1929
  • statusBar.foreground#050D1A
  • tab.activeBackground#0F1B2D
  • tab.activeBorder#42A5F5
  • tab.activeForeground#E3F2FD
  • tab.border#0a1929
  • tab.inactiveBackground#050D1A
  • tab.inactiveForeground#90A4AE
  • terminal.background#050D1A
  • terminal.foreground#E3F2FD
  • titleBar.activeBackground#050D1A
  • titleBar.activeForeground#E3F2FD
  • titleBar.border#0a1929
  • titleBar.inactiveBackground#050D1A
  • titleBar.inactiveForeground#90A4AE
  • window.activeBorder#0a1929

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#78909Citalic
keyword#FFB74D
string#81D4FA
variable#E3F2FD
constant.numeric#FF9AA2
entity.name.function#4FC3F7
entity.name.type#80DEEA
support.type#80DEEA

Shiki preview

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

Loading...