mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Allow theming directory prompt completions (#12205)
This commit is contained in:
parent
6eb186eb7b
commit
91a5d407da
16 changed files with 63 additions and 20 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue