dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 2ccb954941587059fe99dfacb8f9868c0ab3e5dd
parent b09ec93a2137b5a17abef55856308e8042895b46
Author: dudley <pyratebeard@gmail.com>
Date:   Tue,  6 Sep 2016 15:12:44 +0100

amended indicator and tree colors

Diffstat:
Mmutt/.mutt/muttrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc @@ -15,4 +15,6 @@ set mail_check = 120 set editor = vim set sort=reverse-threads set sort_aux=date-received -color normal default default -\ No newline at end of file +color normal default default +color indicator black white +color tree default default +\ No newline at end of file