Skip to content

Commit 7fa0734

Browse files
committed
feat: make cursor line transparent by default
1 parent e33a1ac commit 7fa0734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function M.setup()
4040
ICursor = { fg = t.bg, bg = t.fg },
4141
CursorIM = { fg = t.bg, bg = t.fg },
4242
CursorColumn = { bg = t.bgHighlight },
43-
CursorLine = { bg = t.bgHighlight },
43+
CursorLine = { bg = t.bg },
4444
Directory = { fg = t.blue },
4545
DiffAdd = { fg = t.green },
4646
DiffChange = { fg = t.cyan },

0 commit comments

Comments
 (0)