From 44a3ed3384a68c172943a7db6992e2dffa88230b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 31 Oct 2014 22:01:56 +0000 Subject: Commit new version (no dots, vim folder and mutt folder) --- mutt/colormutt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mutt/colormutt (limited to 'mutt/colormutt') 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" -- cgit v1.2.3