summaryrefslogtreecommitdiff
path: root/mutt/colormutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-11-10 14:00:43 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-11-10 14:00:43 +0000
commit0ff7f5f6670ec6cde4e67d13bcc92b8a4faecd99 (patch)
treea4de7008e61bd33fc8eb7b8c2e161e10ebf85bff /mutt/colormutt
parentc795f8abb475ddc70255b9b6f93c3aeec3950667 (diff)
mutt modifs
Diffstat (limited to 'mutt/colormutt')
-rw-r--r--mutt/colormutt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/colormutt b/mutt/colormutt
index d0e1225..51e9da1 100644
--- a/mutt/colormutt
+++ b/mutt/colormutt
@@ -3,7 +3,7 @@ h=`date +%H`
if [ $h -lt 9 ]; then
theme=dark
-elif [ $h -lt 18 ]; then
+elif [ $h -lt 17 ]; then
theme=light
else
theme=dark