summaryrefslogtreecommitdiff
path: root/.colormutt
diff options
context:
space:
mode:
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"