diff --git a/config.lua b/config.lua index d4aba4d..0f55f6d 100644 --- a/config.lua +++ b/config.lua @@ -50,10 +50,11 @@ require("catppuccin").setup({ -- miscs = {}, -- Uncomment to turn off hard-coded styles }, highlight_overrides = { - all = function(colors) + macchiato = function(colors) return { Comment = { fg = colors.overlay2 }, LineNr = { fg = colors.overlay1 }, + Visual = { bg = colors.mantle, style = {} }, CursorLineNr = { fg = colors.blue, style = { "bold" } }, } end,