From 2cd6c90895b08aad337ab4d81fb650ba9dfd56ad Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:17:11 +0000 Subject: [PATCH] docs: be more concise --- book/src/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/themes.md b/book/src/themes.md index 6682b2347f85..16f9dd686eb4 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -305,7 +305,7 @@ These scopes are used for theming the editor interface: | `ui.text.focus` | The currently selected line in the picker | | `ui.text.inactive` | Same as `ui.text` but when the text is inactive (e.g. suggestions) | | `ui.text.info` | The key: command text in `ui.popup.info` boxes | -| `ui.text.directory` | Color of directories which show in autocomplete on `:edit` | +| `ui.text.directory` | Color of directories | | `ui.virtual.ruler` | Ruler columns (see the [`editor.rulers` config][editor-section]) | | `ui.virtual.whitespace` | Visible whitespace characters | | `ui.virtual.indent-guide` | Vertical indent width guides |