diff options
Diffstat (limited to 'mutt/colormutt')
-rw-r--r-- | mutt/colormutt | 12 |
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" |