Skip to content

Commit

Permalink
Merge pull request #90 from danielwe/patch-1
Browse files Browse the repository at this point in the history
Avoid modifying BufferLineFill
  • Loading branch information
rmehri01 authored Dec 19, 2024
2 parents 7f8a748 + 9723081 commit 97f28a6
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 @@ -827,7 +827,6 @@ function theme.highlights(colors, config)

-- BufferLine
BufferLineIndicatorSelected = { fg = colors.yellow },
BufferLineFill = { bg = colors.bg },

-- nvim-treesitter-context
TreesitterContext = { fg = colors.none, bg = colors.active },
Expand Down

0 comments on commit 97f28a6

Please sign in to comment.