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#D4A574
  • activityBar.background#100a06
  • activityBar.border#1a120c
  • activityBar.foreground#FFF8F0
  • button.background#D4A574
  • button.foreground#100a06
  • button.hoverBackground#E6BF94
  • editor.background#100a06
  • editor.foreground#FFF8F0
  • editor.lineHighlightBackground#15100C
  • editor.selectionBackground#5C4432
  • editorGroup.border#1a120c
  • editorLineNumber.activeForeground#F5E6D3
  • editorLineNumber.foreground#B39B7F
  • focusBorder#D4A574
  • input.background#15100C
  • input.border#B39B7F
  • input.foreground#FFF8F0
  • inputOption.activeBorder#D4A574
  • list.activeSelectionBackground#5C4432
  • list.activeSelectionForeground#FFF8F0
  • list.focusOutline#D4A574
  • list.hoverBackground#1A140E
  • list.hoverForeground#FFF8F0
  • panel.background#100a06
  • panel.border#1a120c
  • sideBar.background#15100C
  • sideBar.border#1a120c
  • sideBar.foreground#F5E6D3
  • statusBar.background#D4A574
  • statusBar.border#1a120c
  • statusBar.foreground#100a06
  • tab.activeBackground#1A140E
  • tab.activeBorder#D4A574
  • tab.activeForeground#FFF8F0
  • tab.border#1a120c
  • tab.inactiveBackground#100a06
  • tab.inactiveForeground#B39B7F
  • terminal.background#100a06
  • terminal.foreground#FFF8F0
  • titleBar.activeBackground#100a06
  • titleBar.activeForeground#FFF8F0
  • titleBar.border#1a120c
  • titleBar.inactiveBackground#100a06
  • titleBar.inactiveForeground#B39B7F
  • window.activeBorder#1a120c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#998563italic
keyword#D4A574
string#A3D977
variable#F5E6D3
constant.numeric#FF9999
entity.name.function#85C5FF
entity.name.type#E6BF94
support.type#E6BF94

Shiki preview

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

Loading...