mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
remove bg for line numbers
This commit is contained in:
parent
d05a1cc950
commit
9de7bf70c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue