diff --git a/modules/home-manager/files/nvim/lua/plugins/catppuccin.lua b/modules/home-manager/files/nvim/lua/plugins/catppuccin.lua index 84d7e45..ce011c5 100644 --- a/modules/home-manager/files/nvim/lua/plugins/catppuccin.lua +++ b/modules/home-manager/files/nvim/lua/plugins/catppuccin.lua @@ -18,6 +18,7 @@ return { custom_highlights = function(colors) return { Comment = { fg = colors.subtext0 }, + LineNr = { fg = colors.subtext0 }, } end, })