You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

545 B

📄 Doc

This program tests how compliant Catppuccin's variants are with WCAG standards. The test looks like this: ever color is put on top of the base color of the palette with a font size of 15; colors from subtext0 up are expected to be acceptable. In the case of the dark palettes, they should meet Level AA requirements. As for the light palette, however, they must meet a contrast ratio greater than 2.314159265359.

Dev

# clone this repo
npm install # fetch all dependencies

Testing

npm start