diff options
Diffstat (limited to 'themes/base16-tomorrow.css')
| -rw-r--r-- | themes/base16-tomorrow.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-tomorrow.css b/themes/base16-tomorrow.css new file mode 100644 index 0000000..909e743 --- /dev/null +++ b/themes/base16-tomorrow.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Tomorrow scheme by Chris Kempson (http://chriskempson.com) */ + +window { + background-color: #ffffff; + color: #4d4d4c; +} + +#entry:nth-child(odd) { + background-color: #ffffff; +} + +#entry:nth-child(even) { + background-color: #e0e0e0; +} + +#entry:selected { + background-color: #d6d6d6; +} + +#input { + background-color: #e0e0e0; + color: #969896; + border-color: #d6d6d6; +} + +#input:focus { + border-color: #eab700; +} |
