mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
dont make cursorline transparent by default https://github.com/NvChad/NvChad/pull/865
This commit is contained in:
parent
aead2f108e
commit
bf1890d8c2
1 changed files with 2 additions and 4 deletions
|
|
@ -160,8 +160,7 @@ local defaults = {
|
||||||
},
|
},
|
||||||
|
|
||||||
ColorColumn = {
|
ColorColumn = {
|
||||||
bg = theme.base01,
|
bg = colors.black2,
|
||||||
sp = "none",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
CursorColumn = {
|
CursorColumn = {
|
||||||
|
|
@ -170,8 +169,7 @@ local defaults = {
|
||||||
},
|
},
|
||||||
|
|
||||||
CursorLine = {
|
CursorLine = {
|
||||||
bg = "none",
|
bg = colors.black2,
|
||||||
sp = "none",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
QuickFixLine = {
|
QuickFixLine = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue