fix(plugins): adjust line opacity for cursorline and number background

Reduced line opacity to improve visibility and aesthetics in the interface.
This commit is contained in:
OdysseusOperator 2025-03-28 14:03:38 +01:00
parent 0c36961f5b
commit 8d5e3cb9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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,