diff options
Diffstat (limited to 'colors/base16-horizon-light.css')
| -rw-r--r-- | colors/base16-horizon-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-horizon-light.css b/colors/base16-horizon-light.css new file mode 100644 index 0000000..dc3d052 --- /dev/null +++ b/colors/base16-horizon-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Horizon Light +* author: Michaƫl Ball (http://github.com/michael-ball/) +* slug: horizon-light +* slug-underscored: horizon_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #FDF0ED; + border-color: #DA103F; +} + +button, +image { + color: #948C8A; +} + +button:hover { + background-color: rgba(32, 28, 29, 0.15); +} |
