/accessible-color-schemes

Proof of concept on how to allow the user to select a UI colour scheme making sure that the colours have enough contrast between text and background.

Primary LanguageJavaScript

Accessible colour schemes

preview

This project is a prototype on how to allow the user to select a UI colour scheme making sure that the colours have enough contrast between text and background. The goal is to garantee at least AA acceptance according to the Web Content Accessibility Guidelines

This project is far from perfect, and if you see any areas where it could be improved, feel free to submit a pull request ♥️

You can play around with the prototype here, and check the presentation slides for this project here

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.