Stefan Tatschner
|
9cea91fb11
|
Add kitty 256color palette
This was generated by this very ugly command:
$ curl -Ls https://raw.githubusercontent.com/kovidgoyal/kitty/6e351cd945bba0a3d6eef92e4605f760ee98e077/kitty/options/definition.py | grep -Po "color[0-9]+', '#[0-9a-z]+'" | awk -F, '{printf("%s=%s\n", $1, $2)}' | sed "s/'//g" | sed "s/ //" | sed "s/#//"
|
2021-12-10 14:16:58 +01:00 |
|
Stefan Tatschner
|
a3270d226a
|
Add kitty theme
|
2021-02-08 13:17:16 +01:00 |
|
Craig Barnes
|
e642373658
|
themes: fix typos in themes/selenized-black
|
2021-01-22 05:07:28 +00:00 |
|
Daniel Eklöf
|
6167bf2e61
|
themes: add selenized
|
2021-01-21 15:11:08 +01:00 |
|
AdrienLeGuillou
|
24131a896f
|
Add a gruvebox-light theme
|
2020-12-17 09:25:53 +01:00 |
|
Daniel Eklöf
|
1e8220d83a
|
themes: add a couple of color themes
Foot doesn't really support themes, but with this, users can at least
copy-paste from a couple of predefined themes into their footrc.
|
2020-04-10 21:06:05 +02:00 |
|