Make line numbers easier to read

This commit is contained in:
Gene Liverman 2024-01-10 20:37:41 -05:00
parent 376bec3e00
commit 4758cdc96a

View file

@ -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,
}) })