diff options
Diffstat (limited to 'colors/base16-google-light.css')
| -rw-r--r-- | colors/base16-google-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-google-light.css b/colors/base16-google-light.css new file mode 100644 index 0000000..40b57e6 --- /dev/null +++ b/colors/base16-google-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Google Light +* author: Seth Wright (http://sethawright.com) +* slug: google-light +* slug-underscored: google_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #ffffff; + border-color: #3971ED; +} + +button, +image { + color: #969896; +} + +button:hover { + background-color: rgba(29, 31, 33, 0.15); +} |
