diff options
Diffstat (limited to 'themes/base16-atelier-plateau-light.css')
| -rw-r--r-- | themes/base16-atelier-plateau-light.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-atelier-plateau-light.css b/themes/base16-atelier-plateau-light.css new file mode 100644 index 0000000..a278db8 --- /dev/null +++ b/themes/base16-atelier-plateau-light.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Atelier Plateau Light scheme by Bram de Haan (http://atelierbramdehaan.nl) */ + +window { + background-color: #f4ecec; + color: #585050; +} + +#entry:nth-child(odd) { + background-color: #f4ecec; +} + +#entry:nth-child(even) { + background-color: #e7dfdf; +} + +#entry:selected { + background-color: #8a8585; +} + +#input { + background-color: #e7dfdf; + color: #655d5d; + border-color: #8a8585; +} + +#input:focus { + border-color: #a06e3b; +} |
