aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-marrakesh.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-marrakesh.css')
-rw-r--r--colors/base16-marrakesh.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-marrakesh.css b/colors/base16-marrakesh.css
new file mode 100644
index 0000000..ec04e78
--- /dev/null
+++ b/colors/base16-marrakesh.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Marrakesh
+* author: Alexandre Gavioli (http://github.com/Alexx2/)
+* slug: marrakesh
+* slug-underscored: marrakesh
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #201602;
+ border-color: #477ca1;
+}
+
+button,
+image {
+ color: #86813b;
+}
+
+button:hover {
+ background-color: rgba(250, 240, 165, 0.15);
+}