diff options
author | Starfall <us@starfall.systems> | 2023-01-24 10:19:13 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-01-24 10:19:13 -0600 |
commit | cd3f9d536be0b4617cda8172c6c370a367063a4f (patch) | |
tree | 1b3b71e6edbb5c87efa1698b2b378ea88afe3581 | |
parent | 5e708be175745746664312a95075cbaf683d5777 (diff) |
add 12 bit rainbow to README with intent to turn it into a theme later
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
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) |