aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorGokul Soumya2022-04-02 11:10:13 +0000
committerBlaž Hrastnik2022-06-21 16:43:25 +0000
commit924b4ebb39df71d8499e7d38015c2423a89a3e49 (patch)
tree1ce345566c00e7f047c6f5a55a07837af64545a3 /book/src
parent8c4c923e803fe5c0d4da4dcc3223c0fc8001bd7a (diff)
Add theme scopes for indent guides
Diffstat (limited to 'book/src')
-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 4c0eda22..57a8d5d1 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -228,6 +228,7 @@ These scopes are used for theming the editor interface.
| `ui.text.info` | The key: command text in `ui.popup.info` boxes |
| `ui.virtual.ruler` | Ruler columns (see the [`editor.rulers` config][rulers-config])|
| `ui.virtual.whitespace` | Visible white-space characters |
+| `ui.virtual.indent-guide` | Vertical indent width guides |
| `ui.menu` | Code and command completion menus |
| `ui.menu.selected` | Selected autocomplete item |
| `ui.selection` | For selections in the editing area |