Skip to content

Commit

Permalink
Fix color customization documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Sep 9, 2024
1 parent 0e59f42 commit 0d60f1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d60f1f

Please sign in to comment.