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