aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-solarized-dark.config
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-solarized-dark.config')
-rw-r--r--colors/base16-solarized-dark.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-solarized-dark.config b/colors/base16-solarized-dark.config
new file mode 100644
index 0000000..35bb6e3
--- /dev/null
+++ b/colors/base16-solarized-dark.config
@@ -0,0 +1,19 @@
+## Base16 Solarized Dark
+# Author: Ethan Schoonover (modified by aramisgithub)
+#
+# You can use these variables anywhere in the mako configuration file.
+
+[urgency=low]
+ background-color = "#073642"
+ text-color = "#657b83"
+ border-color = "#586e75"
+
+[urgency=normal]
+ background-color = "#586e75"
+ text-color = "#93a1a1"
+ border-color = "#93a1a1"
+
+[urgency=high]
+ background-color = "#dc322f"
+ text-color = "#eee8d5"
+ border-color = "#fdf6e3"