1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-09 22:36:07 +02:00

Document `ui.highlight` theme key (#6372)

This scope was added via bf5b9a9f35
This commit is contained in:
Aaron Bull Schaefer 2023-03-20 06:55:48 -07:00 committed by GitHub
parent 770496511c
commit 203cf1a919
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,7 @@ #### Interface
| `ui.menu.scroll` | `fg` sets thumb color, `bg` sets track color of scrollbar |
| `ui.selection` | For selections in the editing area |
| `ui.selection.primary` | |
| `ui.highlight` | Highlighted lines in the picker preview |
| `ui.cursorline.primary` | The line of the primary cursor ([if cursorline is enabled][editor-section]) |
| `ui.cursorline.secondary` | The lines of any other cursors ([if cursorline is enabled][editor-section]) |
| `ui.cursorcolumn.primary` | The column of the primary cursor ([if cursorcolumn is enabled][editor-section]) |