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#5C5245
  • activityBar.background#D1C4AD
  • activityBar.border#B0A48B
  • activityBar.foreground#1F1A15
  • button.background#5C5245
  • button.foreground#DBCFB8
  • button.hoverBackground#4A4238
  • editor.background#DBCFB8
  • editor.foreground#1F1A15
  • editor.lineHighlightBackground#D1C4AD
  • editor.selectionBackground#C4B69C
  • editorGroup.border#B0A48B
  • editorLineNumber.activeForeground#1F1A15
  • editorLineNumber.foreground#5C5245
  • focusBorder#5C5245
  • input.background#DBCFB8
  • input.border#5C5245
  • input.foreground#1F1A15
  • inputOption.activeBorder#5C5245
  • list.activeSelectionBackground#C4B69C
  • list.activeSelectionForeground#1F1A15
  • list.focusOutline#5C5245
  • list.hoverBackground#D1C4AD
  • list.hoverForeground#1F1A15
  • panel.background#D1C4AD
  • panel.border#B0A48B
  • sideBar.background#D1C4AD
  • sideBar.border#B0A48B
  • sideBar.foreground#1F1A15
  • statusBar.background#5C5245
  • statusBar.border#1F1A15
  • statusBar.foreground#DBCFB8
  • tab.activeBackground#DBCFB8
  • tab.activeBorder#5C5245
  • tab.activeForeground#1F1A15
  • tab.border#B0A48B
  • tab.inactiveBackground#D1C4AD
  • tab.inactiveForeground#5C5245
  • terminal.background#DBCFB8
  • terminal.foreground#1F1A15
  • titleBar.activeBackground#D1C4AD
  • titleBar.activeForeground#1F1A15
  • titleBar.border#B0A48B
  • titleBar.inactiveBackground#DBCFB8
  • titleBar.inactiveForeground#5C5245
  • window.activeBorder#1F1A15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C5245italic
keyword#802000
string#004000
variable#1F1A15
constant.numeric#800040
entity.name.function#003060
entity.name.type#404000
support.type#404000

Shiki preview

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

Loading...