diff options
Diffstat (limited to 'colors/base16-emil.css')
| -rw-r--r-- | colors/base16-emil.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-emil.css b/colors/base16-emil.css new file mode 100644 index 0000000..651acce --- /dev/null +++ b/colors/base16-emil.css @@ -0,0 +1,25 @@ +/* +* +* name: emil +* author: limelier +* slug: emil +* slug-underscored: emil +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #efefef; + border-color: #471397; +} + +button, +image { + color: #505063; +} + +button:hover { + background-color: rgba(26, 26, 47, 0.15); +} |
