diff options
Diffstat (limited to 'themes/base16-heetch-light.css')
| -rw-r--r-- | themes/base16-heetch-light.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-heetch-light.css b/themes/base16-heetch-light.css new file mode 100644 index 0000000..d5aae35 --- /dev/null +++ b/themes/base16-heetch-light.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Heetch Light scheme by Geoffrey Teale (tealeg@gmail.com) */ + +window { + background-color: #feffff; + color: #5a496e; +} + +#entry:nth-child(odd) { + background-color: #feffff; +} + +#entry:nth-child(even) { + background-color: #392551; +} + +#entry:selected { + background-color: #7b6d8b; +} + +#input { + background-color: #392551; + color: #ddd6e5; + border-color: #7b6d8b; +} + +#input:focus { + border-color: #5ba2b6; +} |
