diff options
Diffstat (limited to 'colors/base16-icy.css')
| -rw-r--r-- | colors/base16-icy.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-icy.css b/colors/base16-icy.css new file mode 100644 index 0000000..d3455e5 --- /dev/null +++ b/colors/base16-icy.css @@ -0,0 +1,25 @@ +/* +* +* name: Icy Dark +* author: icyphox (https://icyphox.ga) +* slug: icy +* slug-underscored: icy +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #021012; + border-color: #00bcd4; +} + +button, +image { + color: #064048; +} + +button:hover { + background-color: rgba(16, 156, 176, 0.15); +} |
