aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-forest.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-atelier-forest.css')
-rw-r--r--colors/base16-atelier-forest.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atelier-forest.css b/colors/base16-atelier-forest.css
new file mode 100644
index 0000000..47a5126
--- /dev/null
+++ b/colors/base16-atelier-forest.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Atelier Forest
+* author: Bram de Haan (http://atelierbramdehaan.nl)
+* slug: atelier-forest
+* slug-underscored: atelier_forest
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #1b1918;
+ border-color: #407ee7;
+}
+
+button,
+image {
+ color: #9c9491;
+}
+
+button:hover {
+ background-color: rgba(241, 239, 238, 0.15);
+}