Allow theming directory prompt completions (#12205)

This commit is contained in:
Nikita Revenco 2024-12-18 03:13:42 +00:00 committed by GitHub
parent 6eb186eb7b
commit 91a5d407da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 63 additions and 20 deletions

View file

@ -305,6 +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` | Directory names in prompt completion |
| `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 |