diff options
Diffstat (limited to 'colors/base16-atelier-heath.css')
| -rw-r--r-- | colors/base16-atelier-heath.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-heath.css b/colors/base16-atelier-heath.css new file mode 100644 index 0000000..c987eb5 --- /dev/null +++ b/colors/base16-atelier-heath.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Heath +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-heath +* slug-underscored: atelier_heath +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1b181b; + border-color: #516aec; +} + +button, +image { + color: #9e8f9e; +} + +button:hover { + background-color: rgba(247, 243, 247, 0.15); +} |
