diff options
Diffstat (limited to 'colors/base16-harmonic16-light.css')
| -rw-r--r-- | colors/base16-harmonic16-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-harmonic16-light.css b/colors/base16-harmonic16-light.css new file mode 100644 index 0000000..d6b5879 --- /dev/null +++ b/colors/base16-harmonic16-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Harmonic16 Light +* author: Jannik Siebert (https://github.com/janniks) +* slug: harmonic16-light +* slug-underscored: harmonic16_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f7f9fb; + border-color: #8b56bf; +} + +button, +image { + color: #627e99; +} + +button:hover { + background-color: rgba(11, 28, 44, 0.15); +} |
