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#5FD38D
  • activityBar.background#050d05
  • activityBar.border#0f1a0f
  • activityBar.foreground#F0FFF0
  • button.background#5FD38D
  • button.foreground#050d05
  • button.hoverBackground#7FE7A8
  • editor.background#050d05
  • editor.foreground#F0FFF0
  • editor.lineHighlightBackground#0A130A
  • editor.selectionBackground#1F5C2E
  • editorGroup.border#0f1a0f
  • editorLineNumber.activeForeground#D9F5E3
  • editorLineNumber.foreground#9FCCAD
  • focusBorder#5FD38D
  • input.background#0A130A
  • input.border#9FCCAD
  • input.foreground#F0FFF0
  • inputOption.activeBorder#5FD38D
  • list.activeSelectionBackground#1F5C2E
  • list.activeSelectionForeground#F0FFF0
  • list.focusOutline#5FD38D
  • list.hoverBackground#0F1A0F
  • list.hoverForeground#F0FFF0
  • panel.background#050d05
  • panel.border#0f1a0f
  • sideBar.background#0A130A
  • sideBar.border#0f1a0f
  • sideBar.foreground#D9F5E3
  • statusBar.background#5FD38D
  • statusBar.border#0f1a0f
  • statusBar.foreground#050d05
  • tab.activeBackground#0F1A0F
  • tab.activeBorder#5FD38D
  • tab.activeForeground#F0FFF0
  • tab.border#0f1a0f
  • tab.inactiveBackground#050d05
  • tab.inactiveForeground#9FCCAD
  • terminal.background#050d05
  • terminal.foreground#F0FFF0
  • titleBar.activeBackground#050d05
  • titleBar.activeForeground#F0FFF0
  • titleBar.border#0f1a0f
  • titleBar.inactiveBackground#050d05
  • titleBar.inactiveForeground#9FCCAD
  • window.activeBorder#0f1a0f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#85B393italic
keyword#5FD38D
string#7FE7A8
variable#D9F5E3
constant.numeric#FFB380
entity.name.function#5BB8FF
entity.name.type#A7F3D0
support.type#A7F3D0

Shiki preview

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

Loading...