diff options
Diffstat (limited to 'themes/base16-mexico-light.css')
| -rw-r--r-- | themes/base16-mexico-light.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-mexico-light.css b/themes/base16-mexico-light.css new file mode 100644 index 0000000..6948192 --- /dev/null +++ b/themes/base16-mexico-light.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Mexico Light scheme by Sheldon Johnson */ + +window { + background-color: #f8f8f8; + color: #383838; +} + +#entry:nth-child(odd) { + background-color: #f8f8f8; +} + +#entry:nth-child(even) { + background-color: #e8e8e8; +} + +#entry:selected { + background-color: #d8d8d8; +} + +#input { + background-color: #e8e8e8; + color: #585858; + border-color: #d8d8d8; +} + +#input:focus { + border-color: #f79a0e; +} |
