diff options
Diffstat (limited to 'themes/base16-hopscotch.css')
| -rw-r--r-- | themes/base16-hopscotch.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-hopscotch.css b/themes/base16-hopscotch.css new file mode 100644 index 0000000..db3e687 --- /dev/null +++ b/themes/base16-hopscotch.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Hopscotch scheme by Jan T. Sott */ + +window { + background-color: #322931; + color: #b9b5b8; +} + +#entry:nth-child(odd) { + background-color: #322931; +} + +#entry:nth-child(even) { + background-color: #433b42; +} + +#entry:selected { + background-color: #5c545b; +} + +#input { + background-color: #433b42; + color: #989498; + border-color: #5c545b; +} + +#input:focus { + border-color: #fdcc59; +} |
