mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
feat(highlight): add StatusLineTerm and StatusLineTermNC groups
These highlight groups are used for the statusline in :terminal windows. By default they link to StatusLine and StatusLineNC (respectively), so there is no visual difference unless a colorscheme defines these groups separately.
This commit is contained in:
@@ -125,6 +125,8 @@ typedef enum {
|
||||
HLF_CU, ///< Cursor
|
||||
HLF_BTITLE, ///< Float Border Title
|
||||
HLF_BFOOTER, ///< Float Border Footer
|
||||
HLF_TS, ///< status line for terminal window
|
||||
HLF_TSNC, ///< status line for non-current terminal window
|
||||
HLF_COUNT, ///< MUST be the last one
|
||||
} hlf_T;
|
||||
|
||||
|
Reference in New Issue
Block a user