diff options
Diffstat (limited to 'colors/base16-equilibrium-light.css')
| -rw-r--r-- | colors/base16-equilibrium-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-equilibrium-light.css b/colors/base16-equilibrium-light.css new file mode 100644 index 0000000..7aeec1e --- /dev/null +++ b/colors/base16-equilibrium-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Equilibrium Light +* author: Carlo Abelli +* slug: equilibrium-light +* slug-underscored: equilibrium_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f5f0e7; + border-color: #0073b5; +} + +button, +image { + color: #5a5f66; +} + +button:hover { + background-color: rgba(24, 28, 34, 0.15); +} |
