1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-24 06:45:06 +02:00

Add description for 'ui.text.focus' in theme docs (#7177)

This commit is contained in:
Zisulin Morbrot 2023-05-31 00:57:17 +02:00 committed by GitHub
parent 92380540b8
commit d511122279
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,7 @@ #### Interface
| `ui.window` | Borderlines separating splits |
| `ui.help` | Description box for commands |
| `ui.text` | Command prompts, popup text, etc. |
| `ui.text.focus` | |
| `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.virtual.ruler` | Ruler columns (see the [`editor.rulers` config][editor-section]) |