diff options
Diffstat (limited to 'themes/base16-heetch.css')
| -rw-r--r-- | themes/base16-heetch.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-heetch.css b/themes/base16-heetch.css new file mode 100644 index 0000000..3751b5a --- /dev/null +++ b/themes/base16-heetch.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Heetch Dark scheme by Geoffrey Teale (tealeg@gmail.com) */ + +window { + background-color: #190134; + color: #BDB6C5; +} + +#entry:nth-child(odd) { + background-color: #190134; +} + +#entry:nth-child(even) { + background-color: #392551; +} + +#entry:selected { + background-color: #5A496E; +} + +#input { + background-color: #392551; + color: #9C92A8; + border-color: #5A496E; +} + +#input:focus { + border-color: #8F6C97; +} |
