aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-spacemacs.config
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-spacemacs.config')
-rw-r--r--colors/base16-spacemacs.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-spacemacs.config b/colors/base16-spacemacs.config
new file mode 100644
index 0000000..e62af8f
--- /dev/null
+++ b/colors/base16-spacemacs.config
@@ -0,0 +1,19 @@
+## Base16 Spacemacs
+# Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
+#
+# You can use these variables anywhere in the mako configuration file.
+
+[urgency=low]
+ background-color = "#282828"
+ text-color = "#585858"
+ border-color = "#444155"
+
+[urgency=normal]
+ background-color = "#444155"
+ text-color = "#a3a3a3"
+ border-color = "#a3a3a3"
+
+[urgency=high]
+ background-color = "#f2241f"
+ text-color = "#e8e8e8"
+ border-color = "#f8f8f8"