summaryrefslogtreecommitdiff
path: root/.colormutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-10-21 14:38:41 +0100
committerUrbain Vaes <urbain@vaes.uk>2014-10-21 14:38:41 +0100
commit50216d7ba3a208eb62a746ac2a213a584e54ade3 (patch)
tree42108680a64737eb3a219cb3bcd459f6e7e12e3b /.colormutt
parent746860ded21c59dd49a755fd38f8f56ee07b0846 (diff)
General update
Diffstat (limited to '.colormutt')
-rw-r--r--.colormutt12
1 files changed, 12 insertions, 0 deletions
diff --git a/.colormutt b/.colormutt
new file mode 100644
index 0000000..41bf46d
--- /dev/null
+++ b/.colormutt
@@ -0,0 +1,12 @@
+#!/bin/bash
+h=`date +%H`
+
+if [ $h -lt 9 ]; then
+ theme=dark
+elif [ $h -lt 18 ]; then
+ theme=light
+else
+ theme=dark
+fi
+
+echo "/home/urbain/mutt-colors-solarized/mutt-colors-solarized-"$theme"-16.muttrc"