From 1023c8d1be3a6727327321b3ed9548220c14c6ed Mon Sep 17 00:00:00 2001 From: Dmytro Maluka Date: Sat, 19 Oct 2024 01:48:27 +0200 Subject: [PATCH] Document a few more undocumented colorscheme groups --- runtime/help/colors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/help/colors.md b/runtime/help/colors.md index 3e675f6e..8675f505 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -177,10 +177,14 @@ Here is a list of the colorscheme groups that you can use: * todo * selection (Color of the text selection) * statusline (Color of the statusline) +* statusline.inactive (Color of the statusline of inactive split panes) +* statusline.suggestions (Color of the autocomplete suggestions menu) * tabbar (Color of the tabbar that lists open files) +* tabbar.active (Color of the active tab in the tabbar) * indent-char (Color of the character which indicates tabs if the option is enabled) * line-number +* gutter-info * gutter-error * gutter-warning * diff-added