diff options
Diffstat (limited to 'colors/base16-ayu-light.css')
| -rw-r--r-- | colors/base16-ayu-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-ayu-light.css b/colors/base16-ayu-light.css new file mode 100644 index 0000000..96540a2 --- /dev/null +++ b/colors/base16-ayu-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Ayu Light +* author: Khue Nguyen <Z5483Y@gmail.com> +* slug: ayu-light +* slug-underscored: ayu_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #FAFAFA; + border-color: #36A3D9; +} + +button, +image { + color: #828C99; +} + +button:hover { + background-color: rgba(26, 31, 41, 0.15); +} |
