aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-eighties.config
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-eighties.config')
-rw-r--r--colors/base16-eighties.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-eighties.config b/colors/base16-eighties.config
new file mode 100644
index 0000000..e0c76b0
--- /dev/null
+++ b/colors/base16-eighties.config
@@ -0,0 +1,19 @@
+## Base16 Eighties
+# Author: Chris Kempson (http://chriskempson.com)
+#
+# You can use these variables anywhere in the mako configuration file.
+
+[urgency=low]
+ background-color = "#393939"
+ text-color = "#747369"
+ border-color = "#515151"
+
+[urgency=normal]
+ background-color = "#515151"
+ text-color = "#d3d0c8"
+ border-color = "#d3d0c8"
+
+[urgency=high]
+ background-color = "#f2777a"
+ text-color = "#e8e6df"
+ border-color = "#f2f0ec"