aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-sulphurpool-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-atelier-sulphurpool-light.css')
-rw-r--r--colors/base16-atelier-sulphurpool-light.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-sulphurpool-light.css b/colors/base16-atelier-sulphurpool-light.css
new file mode 100644
index 0000000..fe1562a
--- /dev/null
+++ b/colors/base16-atelier-sulphurpool-light.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Atelier Sulphurpool Light
+* author: Bram de Haan (http://atelierbramdehaan.nl)
+* slug: atelier-sulphurpool-light
+* slug-underscored: atelier_sulphurpool_light
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #f5f7ff;
+ border-color: #3d8fd1;
+}
+
+button,
+image {
+ color: #6b7394;
+}
+
+button:hover {
+ background-color: rgba(32, 39, 70, 0.15);
+}