diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-31 22:01:56 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-31 22:01:56 +0000 |
commit | 44a3ed3384a68c172943a7db6992e2dffa88230b (patch) | |
tree | d5d79c06bd464e7026708de35a0f73ec0d16317f /mutt/colormutt | |
parent | 0fcd6967752813b7e8281c27bd9bc02e6deda34a (diff) |
Commit new version (no dots, vim folder and mutt folder)
Diffstat (limited to 'mutt/colormutt')
-rw-r--r-- | mutt/colormutt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mutt/colormutt b/mutt/colormutt new file mode 100644 index 0000000..41bf46d --- /dev/null +++ b/mutt/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" |