Skip to content

Commit

Permalink
fix(base): display eob characters as none_text
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 22, 2024
1 parent 7e47b79 commit d9545b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ local function callback(opts)
FoldColumn = { fg = C.ui.none_text, bg = C.none },

NonText = { fg = C.ui.none_text, bg = C.none },
EndOfBuffer = { fg = C.ui.base, bg = C.none },
EndOfBuffer = { fg = C.ui.none_text, bg = C.none },
SignColumn = { fg = C.none, bg = C.none },

--------------------
Expand Down

0 comments on commit d9545b3

Please sign in to comment.