diff options
Diffstat (limited to 'themes/base16-atelier-sulphurpool.css')
| -rw-r--r-- | themes/base16-atelier-sulphurpool.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-atelier-sulphurpool.css b/themes/base16-atelier-sulphurpool.css new file mode 100644 index 0000000..f7097f8 --- /dev/null +++ b/themes/base16-atelier-sulphurpool.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Atelier Sulphurpool scheme by Bram de Haan (http://atelierbramdehaan.nl) */ + +window { + background-color: #202746; + color: #979db4; +} + +#entry:nth-child(odd) { + background-color: #202746; +} + +#entry:nth-child(even) { + background-color: #293256; +} + +#entry:selected { + background-color: #5e6687; +} + +#input { + background-color: #293256; + color: #898ea4; + border-color: #5e6687; +} + +#input:focus { + border-color: #c08b30; +} |
