Skip to content

Commit 8d5e3cb

Browse files
fix(plugins): adjust line opacity for cursorline and number background
Reduced line opacity to improve visibility and aesthetics in the interface.
1 parent 0c36961 commit 8d5e3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom/plugins/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ return {
3838
},
3939

4040
-- Set opacity for cursorline and number background
41-
line_opacity = 0.5,
41+
line_opacity = 0.4,
4242

4343
-- Enable cursor highlights
4444
set_cursor = true,

0 commit comments

Comments
 (0)