Skip to content

Commit

Permalink
fix: add bg color to EndOfBuffer (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Jan 14, 2025
1 parent 0377a6a commit 5bc40ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/gruvsquirrel/common/highlight_aliases.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ local M = {
onlike = { fg = c.scrat_1 },
whatdoo = { fg = c.scrat_6, bg = c.rocky_1, bold = true },
cilantro = { fg = c.sally_0, bg = c.scrat_0 },
nopecila = { fg = c.scrat_1, bg = c.scrat_0 },
coconut = { fg = c.sally_0, bg = c.scrat_6 },
cola_nut = { fg = c.rocky_4, bg = c.scrat_0 },
dowatnut = { fg = c.rocky_4, bg = c.scrat_6 },
Expand Down
2 changes: 1 addition & 1 deletion lua/gruvsquirrel/highlight-definitions/standard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local M = {
{ { g.DiffDelete }, d.borage },
{ { g.DiffText }, d.flip_nut },
{ { g.NonText, g.Whitespace }, d.calend },
{ { g.EndOfBuffer }, d.onlike },
{ { g.EndOfBuffer }, d.nopecila },
{ { g.TermCursorNC }, d.calendula },
{ { g.Folded }, d.caraway },
{ { g.FoldColumn, g.CursorLineFold }, d.cashew },
Expand Down

0 comments on commit 5bc40ad

Please sign in to comment.