diff options
Diffstat (limited to 'themes/base16-material-lighter.css')
| -rw-r--r-- | themes/base16-material-lighter.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-material-lighter.css b/themes/base16-material-lighter.css new file mode 100644 index 0000000..c6e6abb --- /dev/null +++ b/themes/base16-material-lighter.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Material Lighter scheme by Nate Peterson */ + +window { + background-color: #FAFAFA; + color: #80CBC4; +} + +#entry:nth-child(odd) { + background-color: #FAFAFA; +} + +#entry:nth-child(even) { + background-color: #E7EAEC; +} + +#entry:selected { + background-color: #CCEAE7; +} + +#input { + background-color: #E7EAEC; + color: #8796B0; + border-color: #CCEAE7; +} + +#input:focus { + border-color: #FFB62C; +} |
