diff options
Diffstat (limited to 'themes/base16-tomorrow-night-eighties.css')
| -rw-r--r-- | themes/base16-tomorrow-night-eighties.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-tomorrow-night-eighties.css b/themes/base16-tomorrow-night-eighties.css new file mode 100644 index 0000000..7f0a185 --- /dev/null +++ b/themes/base16-tomorrow-night-eighties.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Tomorrow Night scheme by Chris Kempson (http://chriskempson.com) */ + +window { + background-color: #2d2d2d; + color: #cccccc; +} + +#entry:nth-child(odd) { + background-color: #2d2d2d; +} + +#entry:nth-child(even) { + background-color: #393939; +} + +#entry:selected { + background-color: #515151; +} + +#input { + background-color: #393939; + color: #b4b7b4; + border-color: #515151; +} + +#input:focus { + border-color: #ffcc66; +} |
