Compare commits

..

No commits in common. "b1c2ca50214660bd4d86dd58272c262cac7fd1dd" and "13df887cca37fee105846551c20ebdb1be2d7b3b" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ impl EditorView {
], ],
[Left] vec![ [Left] vec![
Span::styled(":theme", theme.get("markup.raw")), Span::styled(":theme", theme.get("markup.raw")),
Span::styled("<space>", theme.get("comment")), Span::styled("<tab>", theme.get("comment")),
" choose a theme".into(), " choose a theme".into(),
], ],
[Left] vec![ [Left] vec![