mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-13 22:50:52 +02:00
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:
parent
0c36961f5b
commit
8d5e3cb9d8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Set opacity for cursorline and number background
|
-- Set opacity for cursorline and number background
|
||||||
line_opacity = 0.5,
|
line_opacity = 0.4,
|
||||||
|
|
||||||
-- Enable cursor highlights
|
-- Enable cursor highlights
|
||||||
set_cursor = true,
|
set_cursor = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue