aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-material-darker.config
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-material-darker.config')
-rw-r--r--colors/base16-material-darker.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-material-darker.config b/colors/base16-material-darker.config
new file mode 100644
index 0000000..fc08df0
--- /dev/null
+++ b/colors/base16-material-darker.config
@@ -0,0 +1,19 @@
+## Base16 Material Darker
+# Author: Nate Peterson
+#
+# You can use these variables anywhere in the mako configuration file.
+
+[urgency=low]
+ background-color = "#303030"
+ text-color = "#4A4A4A"
+ border-color = "#353535"
+
+[urgency=normal]
+ background-color = "#353535"
+ text-color = "#EEFFFF"
+ border-color = "#EEFFFF"
+
+[urgency=high]
+ background-color = "#F07178"
+ text-color = "#EEFFFF"
+ border-color = "#FFFFFF"