Go to file
Geoff Doty 814830fd02 typos and ability to npm run build 2022-06-14 21:50:38 -04:00
dist typos and ability to npm run build 2022-06-14 21:50:38 -04:00
src typos and ability to npm run build 2022-06-14 21:50:38 -04:00
.gitignore typos and ability to npm run build 2022-06-14 21:50:38 -04:00
LICENSE doc tweaks 2021-10-16 17:28:36 -04:00
README.md tweak readme 2021-10-23 14:51:52 -04:00
package-lock.json typos and ability to npm run build 2022-06-14 21:50:38 -04:00
package.json typos and ability to npm run build 2022-06-14 21:50:38 -04:00

README.md

Grayscale CSS

CSS For Minimalists

Grayscale is a tiny-dynamic-classless css stylesheet designed for rapid prototyping and LIVE dynamic style alterations. CHANGE A SINGLE COLOR to REDEFINE YOUR ENTIRE THEME, complete with light and dark modes.

It may be classless, but it oozes style

All in 2kb gzipped!

Features

  • Tiny, 2kb
  • Classless
  • Dynamic, 15 Custom CSS Vars
  • Pure CSS Theme Generation
  • Includes Light and Dark Themes

WARNING: ever-green browsers need only apply ;)

Check it Out

While Grayscale CSS can generate a dynamic theme based on A SINGLE COLOR, it defaults to a beautiful theme is based on steelblue , and of course that comes in both light and dark variants



Add data-theme="dark" to the html tag for a taste of the dark side

LICENSE

TODO

While many of the core ideas are here to keep it as small as possible, there are plenty of tweaks and extras to build to hit that perfect sweat spot

  • some theme colors need sat/light clamped so colors dont clobber eachother

  • theme designs for normally uncustomizable parts:checkbox, radio button, range sliders ect...

  • Im a fan of details & summary, needs to be included