diff options
Diffstat (limited to 'colors/base16-silk-light.css')
| -rw-r--r-- | colors/base16-silk-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-silk-light.css b/colors/base16-silk-light.css new file mode 100644 index 0000000..746b528 --- /dev/null +++ b/colors/base16-silk-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Silk Light +* author: Gabriel Fontes (https://github.com/Misterio77) +* slug: silk-light +* slug-underscored: silk_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #E9F1EF; + border-color: #39AAC9; +} + +button, +image { + color: #4B5B5F; +} + +button:hover { + background-color: rgba(210, 250, 255, 0.15); +} |
