diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:23:31 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:23:31 -0400 |
commit | ecd15c1874c2f45cbd0d7ec18b40de06fb1bbd78 (patch) | |
tree | 5ea375d6523de52fccc46f8d386b70d6019204b4 /.mutt/color.rc | |
parent | drop cursorcolor from xresources (diff) |
fix fg in mutt
Diffstat (limited to '.mutt/color.rc')
-rw-r--r-- | .mutt/color.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.mutt/color.rc b/.mutt/color.rc index 5d77ade..e0fe1a0 100644 --- a/.mutt/color.rc +++ b/.mutt/color.rc @@ -72,8 +72,8 @@ color index color109 default ~P color index color214 default ~F color index color175 default ~Q color index color167 default ~= -color index default color223 ~T -color index default color167 ~D +color index color234 color223 ~T +color index color234 color167 ~D color header color214 default "^(To|From):" color header color142 default "^Subject:" |