aboutsummaryrefslogtreecommitdiff
path: root/commands/term.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/term.go')
-rw-r--r--commands/term.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/term.go b/commands/term.go
index d122e78..aea6382 100644
--- a/commands/term.go
+++ b/commands/term.go
@@ -39,7 +39,7 @@ func Term(aerc *widgets.Aerc, args []string) error {
aerc.RemoveTab(host)
if err != nil {
aerc.PushStatus(" "+err.Error(), 10*time.Second).
- Color(tcell.ColorRed, tcell.ColorWhite)
+ Color(tcell.ColorDefault, tcell.ColorRed)
}
}
return nil