Skip to content

Commit

Permalink
fix: make a few more plugins transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Oct 22, 2023
1 parent c1d18ba commit db104ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ function theme.highlights(colors, config)
remove_background(editor.Normal)
remove_background(editor.NormalNC)
remove_background(editor.SignColumn)
remove_background(editor.WinBar)
remove_background(editor.WinBarNC)
end

-- Set transparent float backgrounds
Expand Down Expand Up @@ -887,7 +889,9 @@ function theme.highlights(colors, config)

-- Disable nvim-tree background
if config.disable.background then
remove_background(plugins.BufferLineFill)
remove_background(plugins.NvimTreeNormal)
remove_background(plugins.NeoTreeNormal)
end

-- Set transparent float backgrounds
Expand Down

0 comments on commit db104ea

Please sign in to comment.