Skip to content

Commit

Permalink
chore: winbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Mar 15, 2024
1 parent cd55278 commit 9697dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nordic/colors/standard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ return function(c, s, cs, opts)
{ 'RedrawDebugClear', c.dark_white, c.yellow },
{ 'RedrawDebugComposed', c.dark_white, c.green },
{ 'RedrawDebugRecompose', c.dark_white, c.red },
{ 'WinBar', c.dark_white, c.black },
{ 'WinBarNC', c.grayish, c.dark_black },
--- Neovim ---
{ 'healthError', c.red, c.black },
{ 'healthSuccess', c.green, c.black },
Expand Down

0 comments on commit 9697dc8

Please sign in to comment.