dotfiles

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

commit a0e604e80563247dce3a898eeb76b3188e19274f
parent fad43bad1e1e57b8658fe720c7665542f99895a1
Author: dudley <pyratebeard@gmail.com>
Date:   Thu, 27 Oct 2016 20:05:48 +0100

added status color setting

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

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