summaryrefslogtreecommitdiff
path: root/mutt/colormutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-10-31 22:01:56 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-10-31 22:01:56 +0000
commit44a3ed3384a68c172943a7db6992e2dffa88230b (patch)
treed5d79c06bd464e7026708de35a0f73ec0d16317f /mutt/colormutt
parent0fcd6967752813b7e8281c27bd9bc02e6deda34a (diff)
Commit new version (no dots, vim folder and mutt folder)
Diffstat (limited to 'mutt/colormutt')
-rw-r--r--mutt/colormutt12
1 files changed, 12 insertions, 0 deletions
diff --git a/mutt/colormutt b/mutt/colormutt
new file mode 100644
index 0000000..41bf46d
--- /dev/null
+++ b/mutt/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"