From 9c6f1f8f3f5b5e0a68bfd493df245aed1736faef Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 25 Mar 2015 10:33:32 +0000 Subject: Some changes --- mutt/colormutt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt/colormutt') diff --git a/mutt/colormutt b/mutt/colormutt index 51e9da1..d0e1225 100644 --- a/mutt/colormutt +++ b/mutt/colormutt @@ -3,7 +3,7 @@ h=`date +%H` if [ $h -lt 9 ]; then theme=dark -elif [ $h -lt 17 ]; then +elif [ $h -lt 18 ]; then theme=light else theme=dark -- cgit v1.2.3