diff options
Diffstat (limited to 'colors/base16-atelier-dune.css')
| -rw-r--r-- | colors/base16-atelier-dune.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-dune.css b/colors/base16-atelier-dune.css new file mode 100644 index 0000000..396659a --- /dev/null +++ b/colors/base16-atelier-dune.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Dune +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-dune +* slug-underscored: atelier_dune +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #20201d; + border-color: #6684e1; +} + +button, +image { + color: #999580; +} + +button:hover { + background-color: rgba(254, 251, 236, 0.15); +} |
