diff options
author | Gokul Soumya | 2021-06-14 10:11:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-14 15:06:53 +0000 |
commit | f33aaba53fee32fb0a6e496c472f4e08bb401237 (patch) | |
tree | 407063aae90be69feaaa3e410621f3a42fc9d9f2 /book/src | |
parent | 9cfa1633702a33b917b108eca5e3ca83484b8a6e (diff) |
Add ui.selection to theme.toml
Enables changing the color of the selection which was previously
hard coded.
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 4528080b..f11cebd4 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -77,6 +77,7 @@ Possible keys: | ui.text | | | ui.text.focus | | | ui.menu.selected | | +| ui.selection | for selections in the editing area | | warning | LSP warning | | error | LSP error | | info | LSP info | |