From 4fbfe4e0307200736adaadef10e2ce0a5797c55d Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Sat, 23 Mar 2024 01:49:32 -0500 Subject: [PATCH] legible visual highlighting --- config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,