|
|
@ -283,7 +283,6 @@ These scopes are used for theming the editor interface:
|
|
|
|
| `ui.debug.active` | Indicator for the line at which debugging execution is paused at, found in the gutter |
|
|
|
|
| `ui.debug.active` | Indicator for the line at which debugging execution is paused at, found in the gutter |
|
|
|
|
| `ui.gutter` | Gutter |
|
|
|
|
| `ui.gutter` | Gutter |
|
|
|
|
| `ui.gutter.selected` | Gutter for the line the cursor is on |
|
|
|
|
| `ui.gutter.selected` | Gutter for the line the cursor is on |
|
|
|
|
| `ui.highlight.frameline` | Line at which debugging execution is paused at |
|
|
|
|
|
|
|
|
| `ui.linenr` | Line numbers |
|
|
|
|
| `ui.linenr` | Line numbers |
|
|
|
|
| `ui.linenr.selected` | Line number for the line the cursor is on |
|
|
|
|
| `ui.linenr.selected` | Line number for the line the cursor is on |
|
|
|
|
| `ui.statusline` | Statusline |
|
|
|
|
| `ui.statusline` | Statusline |
|
|
|
@ -297,7 +296,7 @@ These scopes are used for theming the editor interface:
|
|
|
|
| `ui.bufferline.background` | Style for bufferline background |
|
|
|
|
| `ui.bufferline.background` | Style for bufferline background |
|
|
|
|
| `ui.popup` | Documentation popups (e.g. Space + k) |
|
|
|
|
| `ui.popup` | Documentation popups (e.g. Space + k) |
|
|
|
|
| `ui.popup.info` | Prompt for multiple key options |
|
|
|
|
| `ui.popup.info` | Prompt for multiple key options |
|
|
|
|
| `ui.picker.header` | Header row area in pickers with multiple columns |
|
|
|
|
| `ui.picker.header` | Header row area in pickers with multiple columns |
|
|
|
|
| `ui.picker.header.column` | Column names in pickers with multiple columns |
|
|
|
|
| `ui.picker.header.column` | Column names in pickers with multiple columns |
|
|
|
|
| `ui.picker.header.column.active` | The column name in pickers with multiple columns where the cursor is entering into. |
|
|
|
|
| `ui.picker.header.column.active` | The column name in pickers with multiple columns where the cursor is entering into. |
|
|
|
|
| `ui.window` | Borderlines separating splits |
|
|
|
|
| `ui.window` | Borderlines separating splits |
|
|
|
@ -320,6 +319,7 @@ These scopes are used for theming the editor interface:
|
|
|
|
| `ui.selection` | For selections in the editing area |
|
|
|
|
| `ui.selection` | For selections in the editing area |
|
|
|
|
| `ui.selection.primary` | |
|
|
|
|
| `ui.selection.primary` | |
|
|
|
|
| `ui.highlight` | Highlighted lines in the picker preview |
|
|
|
|
| `ui.highlight` | Highlighted lines in the picker preview |
|
|
|
|
|
|
|
|
| `ui.highlight.frameline` | Line at which debugging execution is paused at |
|
|
|
|
| `ui.cursorline.primary` | The line of the primary cursor ([if cursorline is enabled][editor-section]) |
|
|
|
|
| `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.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]) |
|
|
|
|
| `ui.cursorcolumn.primary` | The column of the primary cursor ([if cursorcolumn is enabled][editor-section]) |
|
|
|
|