diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index e7ffa5633..8c84e6575 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -123,7 +123,8 @@ impl EditorView { ], [Left] vec![ Span::styled(":theme", theme.get("markup.raw")), - " choose a theme".into(), + Span::styled("", theme.get("comment")), + " choose a theme".into(), ], [Left] vec![ Span::styled("e", theme.get("markup.raw")),