From 8d5e3cb9d839f503c05ec4056e5d85f5e1da2d7e Mon Sep 17 00:00:00 2001 From: OdysseusOperator Date: Fri, 28 Mar 2025 14:03:38 +0100 Subject: [PATCH] fix(plugins): adjust line opacity for cursorline and number background Reduced line opacity to improve visibility and aesthetics in the interface. --- lua/custom/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 2680c7d4..3a46950f 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -38,7 +38,7 @@ return { }, -- Set opacity for cursorline and number background - line_opacity = 0.5, + line_opacity = 0.4, -- Enable cursor highlights set_cursor = true,