Skip to content

Commit

Permalink
Move dropbar.nvim highlights to default.lua (#338)
Browse files Browse the repository at this point in the history
* Add support for dropbar.nvim correct colors via setting transparency for WinBar + WinBarNC

* Move dropbar.nvim highlights to default.lua
  • Loading branch information
Vortigern-The-Grey authored Sep 21, 2024
1 parent c6a9694 commit 82d71bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/base46/integrations/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ local defaults = {
LazyReasonSource = { fg = colors.cyan },
LazyReasonImport = { fg = colors.white },
LazyProgressDone = { fg = colors.green },

WinBar = { bg = "NONE" },
WinBarNC = { bg = "NONE" },
}

-- merge statusline & hl_add tables!
Expand Down

0 comments on commit 82d71bc

Please sign in to comment.