1
1
Fork 0

legible visual highlighting

This commit is contained in:
Ava Gaiety W 2024-03-23 01:49:32 -05:00
parent 564f921840
commit 4fbfe4e030

View file

@ -50,10 +50,11 @@ require("catppuccin").setup({
-- miscs = {}, -- Uncomment to turn off hard-coded styles -- miscs = {}, -- Uncomment to turn off hard-coded styles
}, },
highlight_overrides = { highlight_overrides = {
all = function(colors) macchiato = function(colors)
return { return {
Comment = { fg = colors.overlay2 }, Comment = { fg = colors.overlay2 },
LineNr = { fg = colors.overlay1 }, LineNr = { fg = colors.overlay1 },
Visual = { bg = colors.mantle, style = {} },
CursorLineNr = { fg = colors.blue, style = { "bold" } }, CursorLineNr = { fg = colors.blue, style = { "bold" } },
} }
end, end,