Skip to content

Commit

Permalink
fix: keep foldcolumn hl transparent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Oct 6, 2024
1 parent 235add7 commit b18a012
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lua/base46/integrations/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ local defaults = {
fg = theme.base08,
},

FoldColumn = {
fg = theme.base0C,
bg = theme.base01,
},
FoldColumn = { bg = "none" },

Folded = {
fg = colors.light_grey,
Expand Down

0 comments on commit b18a012

Please sign in to comment.