diff options
Diffstat (limited to 'colors/base16-atelier-plateau.css')
| -rw-r--r-- | colors/base16-atelier-plateau.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-plateau.css b/colors/base16-atelier-plateau.css new file mode 100644 index 0000000..40077f2 --- /dev/null +++ b/colors/base16-atelier-plateau.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Plateau +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-plateau +* slug-underscored: atelier_plateau +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1b1818; + border-color: #7272ca; +} + +button, +image { + color: #7e7777; +} + +button:hover { + background-color: rgba(244, 236, 236, 0.15); +} |
