legible visual highlighting
This commit is contained in:
parent
564f921840
commit
4fbfe4e030
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue