From 0d60f1f68f4a92ce85c9db5454fa8f904fb6305b Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 9 Sep 2024 17:25:26 -0400 Subject: [PATCH] Fix color customization documentation --- doc/win.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/win.txt b/doc/win.txt index 474de6f..7199265 100644 --- a/doc/win.txt +++ b/doc/win.txt @@ -117,11 +117,11 @@ The following highlight groups can be configured to change |vim-win|'s colors. Name Default Description ---- ------- ----------- -`WinActive` `ModeMsg` Color for the header row text -`WinInactive` `Type` Color for sourcing event names -`WinNeighbor` `Identifier` Color for other event names -`WinStar` `Directory` Color for the time column -`WinPrompt` `Special` Color for the percent column +`WinActive` `DiffAdd` Color for the active window label +`WinInactive` `Todo` Color for inactive window labels +`WinNeighbor` `Todo` Color for neighbor window labels +`WinStar` `StatusLine` Color for the command line star (asterisk) +`WinPrompt` `ModeMsg` Color for the command line prompt The highlight groups can be customized in your |.vimrc|, as shown in the following example.