From cd3f9d536be0b4617cda8172c6c370a367063a4f Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 24 Jan 2023 10:19:13 -0600 Subject: add 12 bit rainbow to README with intent to turn it into a theme later --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index be57e6e..2868281 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,24 @@ ColorSelectionBackground Hexadecimal color codes can be 48 bit, I don't know if they're just passed to X11 as an `rgb:xx/yy/zz` directly. +## TODO + +Create a theme using at least a few of the 12 Bit Rainbow colors or similar methodology: +#817 +#a35 +#c66 +#e94 +#ed0 +#9d5 +#4d8 +#2cb +#0bc +#09c +#36b +#639 + +(CC0, but here is attribution anyway: https://iamkate.com/data/12-bit-rainbow/) + ## Credits [Gruvbox by Pavel Pertsev](https://github.com/morhetz/gruvbox) (MIT license) -- cgit