From b1c2ca50214660bd4d86dd58272c262cac7fd1dd Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 9 May 2025 17:29:23 +0100 Subject: [PATCH] fix: replace `` with `` --- helix-term/src/ui/editor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")),