diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/colormutt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/colormutt b/mutt/colormutt index d0e1225..8967158 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 21 ]; then theme=light else theme=dark |