diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-16 19:38:26 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-16 19:38:26 +0100 |
commit | 7f85709d1fe140a885542b1498c5de4d86f6f12c (patch) | |
tree | fbdb6dbf8d5b86d14fc69881308bb46ca00330fd /mutt | |
parent | 5a70175728af9693730e721fa2fb02f9cc4ef064 (diff) | |
parent | d85c5ee10c953f05d624f3494438a1612b0f8e92 (diff) |
Merge branch 'master' of github.com:uvaes/dotfiles
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 |