diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-17 21:53:34 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-17 21:53:34 +0700 |
commit | 430564d6c4cb200e739aab2062fe3ceb0d187c9c (patch) | |
tree | 5e9868f757dab6c00acc08936db2cbba6f165c13 /mutt | |
parent | e189ca45bd37c3ff9f1be8f312389d750e47373c (diff) | |
download | dotfiles-430564d6c4cb200e739aab2062fe3ceb0d187c9c.tar.gz |
Update 2018-03-17
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/colors | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mutt/.mutt/colors b/mutt/.mutt/colors index 13f882b..0665e1c 100644 --- a/mutt/.mutt/colors +++ b/mutt/.mutt/colors @@ -1,8 +1,8 @@ # Palette for use with the Linux console. Black background. -color hdrdefault blue black -color quoted blue black -color signature blue black +color hdrdefault green black +color quoted green black +color signature green black color attachment red black color prompt brightmagenta black color message brightred black @@ -14,7 +14,7 @@ color normal brightwhite black color markers red black color search white black color tilde brightmagenta black -color index blue black ~F +color index green black ~F color index red black "~N|~O" #color body brightwhite black '\*+[^*]+\*+' |