mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Make line numbers easier to read
This commit is contained in:
parent
376bec3e00
commit
4758cdc96a
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ return {
|
||||||
custom_highlights = function(colors)
|
custom_highlights = function(colors)
|
||||||
return {
|
return {
|
||||||
Comment = { fg = colors.subtext0 },
|
Comment = { fg = colors.subtext0 },
|
||||||
|
LineNr = { fg = colors.subtext0 },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue