Skip to content

Commit

Permalink
Merge pull request #91 from CoralPink/bufferlinefill
Browse files Browse the repository at this point in the history
fix: Error with nil value related to `BufferLineFill` changes
  • Loading branch information
rmehri01 authored Dec 20, 2024
2 parents 97f28a6 + a38d02d commit 3bb6d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ 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)
remove_background(plugins.NeoTreeNormalNC)
Expand Down

0 comments on commit 3bb6d3a

Please sign in to comment.