From 64de0b7288036c5ad759e6ce2dfdef9d40d267ad Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 27 Jun 2022 22:25:09 -0500 Subject: [PATCH] add docs for cursorline scopes (#2904) --- book/src/themes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/themes.md b/book/src/themes.md index ea52835d4..6c6393de0 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -234,6 +234,8 @@ 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.cursorline.primary` | The line of the primary cursor | +| `ui.cursorline.secondary` | The lines of any other cursors | | `warning` | Diagnostics warning (gutter) | | `error` | Diagnostics error (gutter) | | `info` | Diagnostics info (gutter) |