Skip to content

Commit

Permalink
fix: missed NeoTreeNormalNC
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Oct 22, 2023
1 parent db104ea commit 86273de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ function theme.highlights(colors, config)
remove_background(plugins.BufferLineFill)
remove_background(plugins.NvimTreeNormal)
remove_background(plugins.NeoTreeNormal)
remove_background(plugins.NeoTreeNormalNC)
end

-- Set transparent float backgrounds
Expand Down

0 comments on commit 86273de

Please sign in to comment.