diff options
Diffstat (limited to 'themes/base16-fruit-soda.css')
| -rw-r--r-- | themes/base16-fruit-soda.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-fruit-soda.css b/themes/base16-fruit-soda.css new file mode 100644 index 0000000..edd1728 --- /dev/null +++ b/themes/base16-fruit-soda.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Fruit Soda scheme by jozip */ + +window { + background-color: #f1ecf1; + color: #515151; +} + +#entry:nth-child(odd) { + background-color: #f1ecf1; +} + +#entry:nth-child(even) { + background-color: #e0dee0; +} + +#entry:selected { + background-color: #d8d5d5; +} + +#input { + background-color: #e0dee0; + color: #979598; + border-color: #d8d5d5; +} + +#input:focus { + border-color: #f7e203; +} |
