diff --git a/internal/render/alias_test.go b/internal/render/alias_test.go index 21b87bf2..2b6d2dc6 100644 --- a/internal/render/alias_test.go +++ b/internal/render/alias_test.go @@ -25,11 +25,11 @@ func TestAliasColorer(t *testing.T) { "addAll": { ns: client.AllNamespaces, re: render.RowEvent{Kind: render.EventAdd, Row: r}, - e: tcell.ColorBlack}, + e: tcell.ColorBlue}, "deleteAll": { ns: client.AllNamespaces, re: render.RowEvent{Kind: render.EventDelete, Row: r}, - e: tcell.ColorBlack}, + e: tcell.ColorGray}, "updateAll": { ns: client.AllNamespaces, re: render.RowEvent{Kind: render.EventUpdate, Row: r},