aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorGokul Soumya2022-03-04 00:31:51 +0000
committerGitHub2022-03-04 00:31:51 +0000
commitc484b089230b541e63edc34a041e2842f2942e23 (patch)
tree2df721f5cbc000dcceb1a1656cab1e02859b777c /book/src
parent0062af6a19d96e0a4c3f94e3e44c179230e005b9 (diff)
Rename infobox theme scopes (#1741)
This makes it play nicely with https://github.com/helix-editor/helix/pull/1714
Diffstat (limited to 'book/src')
-rw-r--r--book/src/themes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index 78b4d14b..62265e28 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -218,12 +218,12 @@ These scopes are used for theming the editor interface.
| `ui.statusline` | Statusline |
| `ui.statusline.inactive` | Statusline (unfocused document) |
| `ui.popup` | |
+| `ui.popup.info` | |
| `ui.window` | |
| `ui.help` | |
| `ui.text` | |
| `ui.text.focus` | |
-| `ui.info` | |
-| `ui.info.text` | |
+| `ui.text.info` | |
| `ui.menu` | |
| `ui.menu.selected` | |
| `ui.selection` | For selections in the editing area |