From 50216d7ba3a208eb62a746ac2a213a584e54ade3 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 21 Oct 2014 14:38:41 +0100 Subject: General update --- .colormutt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .colormutt (limited to '.colormutt') 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" -- cgit v1.2.3