diff options
Diffstat (limited to 'colors/base16-eva.css')
| -rw-r--r-- | colors/base16-eva.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-eva.css b/colors/base16-eva.css new file mode 100644 index 0000000..9518894 --- /dev/null +++ b/colors/base16-eva.css @@ -0,0 +1,25 @@ +/* +* +* name: Eva +* author: kjakapat (https://github.com/kjakapat) +* slug: eva +* slug-underscored: eva +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #2a3b4d; + border-color: #15f4ee; +} + +button, +image { + color: #7e90a3; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
