We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33a1ac commit 7fa0734Copy full SHA for 7fa0734
lua/cyberdream/theme.lua
@@ -40,7 +40,7 @@ function M.setup()
40
ICursor = { fg = t.bg, bg = t.fg },
41
CursorIM = { fg = t.bg, bg = t.fg },
42
CursorColumn = { bg = t.bgHighlight },
43
- CursorLine = { bg = t.bgHighlight },
+ CursorLine = { bg = t.bg },
44
Directory = { fg = t.blue },
45
DiffAdd = { fg = t.green },
46
DiffChange = { fg = t.cyan },
0 commit comments