diff options
author | chtenb | 2023-11-22 13:07:26 +0000 |
---|---|---|
committer | GitHub | 2023-11-22 13:07:26 +0000 |
commit | db83eb0c506617b39798a0e5000063459f81ce6a (patch) | |
tree | 9c5883c2932fe6e35d865e0f8c1236ee84121a92 /book/src | |
parent | 811d62d3b3699efb7b7ceb362f537979e5911871 (diff) |
Document the bufferline scopes (#8880)
* Document the bufferline scopes
* Update book/src/themes.md
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index a62c07fe..495b7685 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -296,6 +296,9 @@ These scopes are used for theming the editor interface: | `ui.statusline.insert` | Statusline mode during insert mode ([only if `editor.color-modes` is enabled][editor-section]) | | `ui.statusline.select` | Statusline mode during select mode ([only if `editor.color-modes` is enabled][editor-section]) | | `ui.statusline.separator` | Separator character in statusline | +| `ui.bufferline` | Style for the buffer line | +| `ui.bufferline.active` | Style for the active buffer in buffer line | +| `ui.bufferline.background` | Style for bufferline background | | `ui.popup` | Documentation popups (e.g. Space + k) | | `ui.popup.info` | Prompt for multiple key options | | `ui.window` | Borderlines separating splits | |