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#88c0d0
  • activityBar.background#2e3440
  • activityBar.border#3b4252
  • activityBar.foreground#eceff4
  • button.background#88c0d0
  • button.foreground#2e3440
  • button.hoverBackground#a3d4e6
  • editor.background#2e3440
  • editor.foreground#eceff4
  • editor.lineHighlightBackground#3b4252
  • editor.selectionBackground#434c5e
  • editorGroup.border#3b4252
  • editorLineNumber.activeForeground#e5e9f0
  • editorLineNumber.foreground#d8dee9
  • focusBorder#88c0d0
  • input.background#3b4252
  • input.border#d8dee9
  • input.foreground#eceff4
  • inputOption.activeBorder#88c0d0
  • list.activeSelectionBackground#434c5e
  • list.activeSelectionForeground#eceff4
  • list.focusOutline#88c0d0
  • list.hoverBackground#434c5e
  • list.hoverForeground#eceff4
  • panel.background#2e3440
  • panel.border#3b4252
  • sideBar.background#3b4252
  • sideBar.border#3b4252
  • sideBar.foreground#e5e9f0
  • statusBar.background#88c0d0
  • statusBar.border#3b4252
  • statusBar.foreground#2e3440
  • tab.activeBackground#434c5e
  • tab.activeBorder#88c0d0
  • tab.activeForeground#eceff4
  • tab.border#3b4252
  • tab.inactiveBackground#2e3440
  • tab.inactiveForeground#d8dee9
  • terminal.background#2e3440
  • terminal.foreground#eceff4
  • titleBar.activeBackground#2e3440
  • titleBar.activeForeground#eceff4
  • titleBar.border#3b4252
  • titleBar.inactiveBackground#2e3440
  • titleBar.inactiveForeground#d8dee9
  • window.activeBorder#3b4252

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#616e88italic
keyword#81a1c1
string#a3be8c
variable#e5e9f0
constant.numeric#b48ead
entity.name.function#88c0d0
entity.name.type#8fbcbb
support.type#8fbcbb

Shiki preview

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

Loading...