remove bg for line numbers

This commit is contained in:
Cheick Diarra 2024-05-08 17:05:01 +02:00
parent d05a1cc950
commit 9de7bf70c3

View file

@ -40,6 +40,7 @@ return {
highlights.NormalFloat = { bg = "#f8f9fa" }
highlights.CursorLine = { bg = "#effaff" }
highlights.Directory = { fg = "#000000" }
highlights.LineNr = { fg = colors.fg_dim, bg = "#ffffff" }
end,
})