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#000000
  • activityBar.background#C8C8C8
  • activityBar.border#A0A0A0
  • activityBar.foreground#000000
  • button.background#404040
  • button.foreground#FFFFFF
  • button.hoverBackground#202020
  • editor.background#D6D6D6
  • editor.foreground#000000
  • editor.lineHighlightBackground#C8C8C8
  • editor.selectionBackground#B0B0B0
  • editorGroup.border#A0A0A0
  • editorGroupHeader.tabsBackground#C8C8C8
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#404040
  • focusBorder#000000
  • input.background#D6D6D6
  • input.border#404040
  • input.foreground#000000
  • inputOption.activeBorder#000000
  • list.activeSelectionBackground#B0B0B0
  • list.activeSelectionForeground#000000
  • list.focusOutline#000000
  • list.hoverBackground#C8C8C8
  • list.hoverForeground#000000
  • panel.background#C8C8C8
  • panel.border#A0A0A0
  • sideBar.background#C8C8C8
  • sideBar.border#A0A0A0
  • sideBar.foreground#000000
  • statusBar.background#404040
  • statusBar.border#000000
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#D6D6D6
  • tab.activeBorder#000000
  • tab.activeForeground#000000
  • tab.border#A0A0A0
  • tab.inactiveBackground#C8C8C8
  • tab.inactiveForeground#404040
  • terminal.background#D6D6D6
  • terminal.foreground#000000
  • titleBar.activeBackground#C8C8C8
  • titleBar.activeForeground#000000
  • titleBar.border#A0A0A0
  • titleBar.inactiveBackground#D6D6D6
  • titleBar.inactiveForeground#404040
  • window.activeBorder#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#404040italic
keyword#800000
string#000080
variable#000000
constant.numeric#004000
entity.name.function#400080
entity.name.type#006060
support.type#006060

Shiki preview

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

Loading...