Skip to content

Commit

Permalink
Link winbar to statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
neanias committed May 20, 2024
1 parent 35f67b2 commit 68bc641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/everforest/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ highlights.generate_syntax = function(palette, options)
debugBreakpoint = syntax_entry(palette.bg0, palette.red),
ToolbarButton = syntax_entry(palette.bg0, palette.green),
Substitute = syntax_entry(palette.bg0, palette.yellow),
WinBarNC = { link = "Grey" },
WinBar = { link = "StatusLine" },
WinBarNC = { link = "StatusLineNC" },
DiagnosticFloatingError = { link = "ErrorFloat" },
DiagnosticFloatingWarn = { link = "WarningFloat" },
DiagnosticFloatingInfo = { link = "InfoFloat" },
Expand Down

0 comments on commit 68bc641

Please sign in to comment.