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#00524e
  • activityBar.background#eee8d5
  • activityBar.border#d3d3d3
  • activityBar.foreground#002b36
  • button.background#00524e
  • button.foreground#fdf6e3
  • button.hoverBackground#003835
  • editor.background#fdf6e3
  • editor.foreground#002b36
  • editor.lineHighlightBackground#eee8d5
  • editor.selectionBackground#d6e0e5
  • editorGroup.border#d3d3d3
  • editorLineNumber.activeForeground#002b36
  • editorLineNumber.foreground#586e75
  • focusBorder#00524e
  • input.background#fdf6e3
  • input.border#586e75
  • input.foreground#002b36
  • inputOption.activeBorder#00524e
  • list.activeSelectionBackground#d6e0e5
  • list.activeSelectionForeground#002b36
  • list.focusOutline#00524e
  • list.hoverBackground#eee8d5
  • list.hoverForeground#002b36
  • panel.background#eee8d5
  • panel.border#d3d3d3
  • sideBar.background#eee8d5
  • sideBar.border#d3d3d3
  • sideBar.foreground#002b36
  • statusBar.background#00524e
  • statusBar.border#002b36
  • statusBar.foreground#fdf6e3
  • tab.activeBackground#fdf6e3
  • tab.activeBorder#00524e
  • tab.activeForeground#002b36
  • tab.border#d3d3d3
  • tab.inactiveBackground#eee8d5
  • tab.inactiveForeground#586e75
  • terminal.background#fdf6e3
  • terminal.foreground#002b36
  • titleBar.activeBackground#eee8d5
  • titleBar.activeForeground#002b36
  • titleBar.border#d3d3d3
  • titleBar.inactiveBackground#fdf6e3
  • titleBar.inactiveForeground#586e75
  • window.activeBorder#002b36

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#586e75italic
keyword#354d00
string#00524e
variable#002b36
constant.numeric#751e48
entity.name.function#004c8c
entity.name.type#5c4600
support.type#5c4600

Shiki preview

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

Loading...