diff options
Diffstat (limited to 'themes/base16-summercamp.css')
| -rw-r--r-- | themes/base16-summercamp.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-summercamp.css b/themes/base16-summercamp.css new file mode 100644 index 0000000..dd6db8f --- /dev/null +++ b/themes/base16-summercamp.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * summercamp scheme by zoe firi (zoefiri.github.io) */ + +window { + background-color: #1c1810; + color: #736e55; +} + +#entry:nth-child(odd) { + background-color: #1c1810; +} + +#entry:nth-child(even) { + background-color: #2a261c; +} + +#entry:selected { + background-color: #3a3527; +} + +#input { + background-color: #2a261c; + color: #5f5b45; + border-color: #3a3527; +} + +#input:focus { + border-color: #f2ff27; +} |
