diff options
Diffstat (limited to 'colors/base16-atelier-cave.css')
| -rw-r--r-- | colors/base16-atelier-cave.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-cave.css b/colors/base16-atelier-cave.css new file mode 100644 index 0000000..70c90b7 --- /dev/null +++ b/colors/base16-atelier-cave.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Cave +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-cave +* slug-underscored: atelier_cave +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #19171c; + border-color: #576ddb; +} + +button, +image { + color: #7e7887; +} + +button:hover { + background-color: rgba(239, 236, 244, 0.15); +} |
