diff options
Diffstat (limited to 'colors/base16-atelier-sulphurpool.css')
| -rw-r--r-- | colors/base16-atelier-sulphurpool.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-sulphurpool.css b/colors/base16-atelier-sulphurpool.css new file mode 100644 index 0000000..e113b3b --- /dev/null +++ b/colors/base16-atelier-sulphurpool.css @@ -0,0 +1,25 @@ +/* +* +* name: Atelier Sulphurpool +* author: Bram de Haan (http://atelierbramdehaan.nl) +* slug: atelier-sulphurpool +* slug-underscored: atelier_sulphurpool +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #202746; + border-color: #3d8fd1; +} + +button, +image { + color: #898ea4; +} + +button:hover { + background-color: rgba(245, 247, 255, 0.15); +} |
