Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/themes.md')
| -rw-r--r-- | book/src/themes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index 69b1a201..103e5e46 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -361,9 +361,13 @@ These scopes are used for theming the editor interface: | `ui.cursorcolumn.primary` | The column of the primary cursor ([if cursorcolumn is enabled][editor-section]) | | `ui.cursorcolumn.secondary` | The columns of any other cursors ([if cursorcolumn is enabled][editor-section]) | | `warning` | Diagnostics warning (gutter) | +| `warning.diagnostic.inline` | The inline diagnostic for the warning severity | | `error` | Diagnostics error (gutter) | +| `error.diagnostic.inline` | The inline diagnostic for the error severity | | `info` | Diagnostics info (gutter) | +| `info.diagnostic.inline` | The inline diagnostic for the warning severity | | `hint` | Diagnostics hint (gutter) | +| `hint.diagnostic.inline` | The inline diagnostic for the hint severity | | `diagnostic` | Diagnostics fallback style (editing area) | | `diagnostic.hint` | Diagnostics hint (editing area) | | `diagnostic.info` | Diagnostics info (editing area) | |