diff options
Diffstat (limited to 'widgets/aerc.go')
-rw-r--r-- | widgets/aerc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/aerc.go b/widgets/aerc.go index fdfc658..3ba4e0d 100644 --- a/widgets/aerc.go +++ b/widgets/aerc.go @@ -251,7 +251,7 @@ func (aerc *Aerc) BeginExCommand() { err := aerc.cmd(cmd) if err != nil { aerc.PushStatus(" "+err.Error(), 10*time.Second). - Color(tcell.ColorRed, tcell.ColorWhite) + Color(tcell.ColorDefault, tcell.ColorRed) } aerc.statusbar.Pop() aerc.focus(previous) |