aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorAaron Bull Schaefer2023-03-20 13:55:48 +0000
committerGitHub2023-03-20 13:55:48 +0000
commit203cf1a9197a014be664497effcc10f2e61655a0 (patch)
tree5b86614497874bb747d7567e2d994affeb840aee /book
parent770496511c67cf276f0b0a292e7a82fbd1b5f778 (diff)
Document `ui.highlight` theme key (#6372)
This scope was added via https://github.com/helix-editor/helix/commit/bf5b9a9f354135933d7970863cf81e5a36585d03
Diffstat (limited to 'book')
-rw-r--r--book/src/themes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index d054da5e..994542c5 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -306,6 +306,7 @@ These scopes are used for theming the editor 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]) |