diff options
Diffstat (limited to 'themes/base16-gigavolt.css')
| -rw-r--r-- | themes/base16-gigavolt.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-gigavolt.css b/themes/base16-gigavolt.css new file mode 100644 index 0000000..9cd3bb4 --- /dev/null +++ b/themes/base16-gigavolt.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Gigavolt scheme by Aidan Swope (http://github.com/Whillikers) */ + +window { + background-color: #202126; + color: #e9e7e1; +} + +#entry:nth-child(odd) { + background-color: #202126; +} + +#entry:nth-child(even) { + background-color: #2d303d; +} + +#entry:selected { + background-color: #5a576e; +} + +#input { + background-color: #2d303d; + color: #cad3ff; + border-color: #5a576e; +} + +#input:focus { + border-color: #ffdc2d; +} |
