@@ -261,58 +261,61 @@ These scopes are used for theming the editor interface:
261
261
- ` hover ` - for hover popup UI
262
262
263
263
264
- | Key | Notes |
265
- | --- | --- |
266
- | ` ui.background ` | |
267
- | ` ui.background.separator ` | Picker separator below input line |
268
- | ` ui.cursor ` | |
269
- | ` ui.cursor.normal ` | |
270
- | ` ui.cursor.insert ` | |
271
- | ` ui.cursor.select ` | |
272
- | ` ui.cursor.match ` | Matching bracket etc. |
273
- | ` ui.cursor.primary ` | Cursor with primary selection |
274
- | ` ui.cursor.primary.normal ` | |
275
- | ` ui.cursor.primary.insert ` | |
276
- | ` ui.cursor.primary.select ` | |
277
- | ` ui.gutter ` | Gutter |
278
- | ` ui.gutter.selected ` | Gutter for the line the cursor is on |
279
- | ` ui.linenr ` | Line numbers |
280
- | ` ui.linenr.selected ` | Line number for the line the cursor is on |
281
- | ` ui.statusline ` | Statusline |
282
- | ` ui.statusline.inactive ` | Statusline (unfocused document) |
283
- | ` ui.statusline.normal ` | Statusline mode during normal mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
284
- | ` ui.statusline.insert ` | Statusline mode during insert mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
285
- | ` ui.statusline.select ` | Statusline mode during select mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
286
- | ` ui.statusline.separator ` | Separator character in statusline |
287
- | ` ui.popup ` | Documentation popups (e.g. Space + k) |
288
- | ` ui.popup.info ` | Prompt for multiple key options |
289
- | ` ui.window ` | Borderlines separating splits |
290
- | ` ui.help ` | Description box for commands |
291
- | ` ui.text ` | Command prompts, popup text, etc. |
292
- | ` ui.text.focus ` | |
293
- | ` ui.text.inactive ` | Same as ` ui.text ` but when the text is inactive (e.g. suggestions) |
294
- | ` ui.text.info ` | The key: command text in ` ui.popup.info ` boxes |
295
- | ` ui.virtual.ruler ` | Ruler columns (see the [ ` editor.rulers ` config] [ editor-section ] ) |
296
- | ` ui.virtual.whitespace ` | Visible whitespace characters |
297
- | ` ui.virtual.indent-guide ` | Vertical indent width guides |
298
- | ` ui.virtual.wrap ` | Soft-wrap indicator (see the [ ` editor.soft-wrap ` config] [ editor-section ] ) |
299
- | ` ui.menu ` | Code and command completion menus |
300
- | ` ui.menu.selected ` | Selected autocomplete item |
301
- | ` ui.menu.scroll ` | ` fg ` sets thumb color, ` bg ` sets track color of scrollbar |
302
- | ` ui.selection ` | For selections in the editing area |
303
- | ` ui.selection.primary ` | |
304
- | ` ui.cursorline.primary ` | The line of the primary cursor ([ if cursorline is enabled] [ editor-section ] ) |
305
- | ` ui.cursorline.secondary ` | The lines of any other cursors ([ if cursorline is enabled] [ editor-section ] ) |
306
- | ` ui.cursorcolumn.primary ` | The column of the primary cursor ([ if cursorcolumn is enabled] [ editor-section ] ) |
307
- | ` ui.cursorcolumn.secondary ` | The columns of any other cursors ([ if cursorcolumn is enabled] [ editor-section ] ) |
308
- | ` warning ` | Diagnostics warning (gutter) |
309
- | ` error ` | Diagnostics error (gutter) |
310
- | ` info ` | Diagnostics info (gutter) |
311
- | ` hint ` | Diagnostics hint (gutter) |
312
- | ` diagnostic ` | Diagnostics fallback style (editing area) |
313
- | ` diagnostic.hint ` | Diagnostics hint (editing area) |
314
- | ` diagnostic.info ` | Diagnostics info (editing area) |
315
- | ` diagnostic.warning ` | Diagnostics warning (editing area) |
316
- | ` diagnostic.error ` | Diagnostics error (editing area) |
264
+ | Key | Notes |
265
+ | --- | --- |
266
+ | ` ui.background ` | |
267
+ | ` ui.background.separator ` | Picker separator below input line |
268
+ | ` ui.cursor ` | |
269
+ | ` ui.cursor.normal ` | |
270
+ | ` ui.cursor.insert ` | |
271
+ | ` ui.cursor.select ` | |
272
+ | ` ui.cursor.match ` | Matching bracket etc. |
273
+ | ` ui.cursor.primary ` | Cursor with primary selection |
274
+ | ` ui.cursor.primary.normal ` | |
275
+ | ` ui.cursor.primary.insert ` | |
276
+ | ` ui.cursor.primary.select ` | |
277
+ | ` ui.debug.breakpoint ` | Color of the breakpoint indicator, found in the gutter |
278
+ | ` ui.debug.active ` | Color of the indicator for the line at which debugging execution is paused at, found in the gutter |
279
+ | ` ui.gutter ` | Gutter |
280
+ | ` ui.gutter.selected ` | Gutter for the line the cursor is on |
281
+ | ` ui.highlight.frameline ` | Color on the line at which debugging execution is paused at |
282
+ | ` ui.linenr ` | Line numbers |
283
+ | ` ui.linenr.selected ` | Line number for the line the cursor is on |
284
+ | ` ui.statusline ` | Statusline |
285
+ | ` ui.statusline.inactive ` | Statusline (unfocused document) |
286
+ | ` ui.statusline.normal ` | Statusline mode during normal mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
287
+ | ` ui.statusline.insert ` | Statusline mode during insert mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
288
+ | ` ui.statusline.select ` | Statusline mode during select mode ([ only if ` editor.color-modes ` is enabled] [ editor-section ] ) |
289
+ | ` ui.statusline.separator ` | Separator character in statusline |
290
+ | ` ui.popup ` | Documentation popups (e.g. Space + k) |
291
+ | ` ui.popup.info ` | Prompt for multiple key options |
292
+ | ` ui.window ` | Borderlines separating splits |
293
+ | ` ui.help ` | Description box for commands |
294
+ | ` ui.text ` | Command prompts, popup text, etc. |
295
+ | ` ui.text.focus ` | |
296
+ | ` ui.text.inactive ` | Same as ` ui.text ` but when the text is inactive (e.g. suggestions) |
297
+ | ` ui.text.info ` | The key: command text in ` ui.popup.info ` boxes |
298
+ | ` ui.virtual.ruler ` | Ruler columns (see the [ ` editor.rulers ` config] [ editor-section ] ) |
299
+ | ` ui.virtual.whitespace ` | Visible whitespace characters |
300
+ | ` ui.virtual.indent-guide ` | Vertical indent width guides |
301
+ | ` ui.virtual.wrap ` | Soft-wrap indicator (see the [ ` editor.soft-wrap ` config] [ editor-section ] ) |
302
+ | ` ui.menu ` | Code and command completion menus |
303
+ | ` ui.menu.selected ` | Selected autocomplete item |
304
+ | ` ui.menu.scroll ` | ` fg ` sets thumb color, ` bg ` sets track color of scrollbar |
305
+ | ` ui.selection ` | For selections in the editing area |
306
+ | ` ui.selection.primary ` | |
307
+ | ` ui.cursorline.primary ` | The line of the primary cursor ([ if cursorline is enabled] [ editor-section ] ) |
308
+ | ` ui.cursorline.secondary ` | The lines of any other cursors ([ if cursorline is enabled] [ editor-section ] ) |
309
+ | ` ui.cursorcolumn.primary ` | The column of the primary cursor ([ if cursorcolumn is enabled] [ editor-section ] ) |
310
+ | ` ui.cursorcolumn.secondary ` | The columns of any other cursors ([ if cursorcolumn is enabled] [ editor-section ] ) |
311
+ | ` warning ` | Diagnostics warning (gutter) |
312
+ | ` error ` | Diagnostics error (gutter) |
313
+ | ` info ` | Diagnostics info (gutter) |
314
+ | ` hint ` | Diagnostics hint (gutter) |
315
+ | ` diagnostic ` | Diagnostics fallback style (editing area) |
316
+ | ` diagnostic.hint ` | Diagnostics hint (editing area) |
317
+ | ` diagnostic.info ` | Diagnostics info (editing area) |
318
+ | ` diagnostic.warning ` | Diagnostics warning (editing area) |
319
+ | ` diagnostic.error ` | Diagnostics error (editing area) |
317
320
318
321
[ editor-section ] : ./configuration.md#editor-section
0 commit comments