dont make cursorline transparent by default https://github.com/NvChad/NvChad/pull/865

This commit is contained in:
siduck 2023-10-31 09:27:53 +05:30
parent aead2f108e
commit bf1890d8c2

View file

@ -160,8 +160,7 @@ local defaults = {
},
ColorColumn = {
bg = theme.base01,
sp = "none",
bg = colors.black2,
},
CursorColumn = {
@ -170,8 +169,7 @@ local defaults = {
},
CursorLine = {
bg = "none",
sp = "none",
bg = colors.black2,
},
QuickFixLine = {