diff options
Diffstat (limited to 'themes/base16-edge-light.css')
| -rw-r--r-- | themes/base16-edge-light.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-edge-light.css b/themes/base16-edge-light.css new file mode 100644 index 0000000..4fe460b --- /dev/null +++ b/themes/base16-edge-light.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Edge Light scheme by cjayross (https://github.com/cjayross) */ + +window { + background-color: #fafafa; + color: #5e646f; +} + +#entry:nth-child(odd) { + background-color: #fafafa; +} + +#entry:nth-child(even) { + background-color: #7c9f4b; +} + +#entry:selected { + background-color: #d69822; +} + +#input { + background-color: #7c9f4b; + color: #6587bf; + border-color: #d69822; +} + +#input:focus { + border-color: #d69822; +} |
