feat: added cursorline
This commit is contained in:
parent
cbddabc3ba
commit
0e0c04c80b
2 changed files with 11 additions and 1 deletions
|
|
@ -6,7 +6,15 @@
|
|||
local M = {}
|
||||
|
||||
M.base46 = {
|
||||
theme = "radium",
|
||||
theme = "radium",
|
||||
}
|
||||
|
||||
M.ui = {
|
||||
hl_override = {
|
||||
CursorLine = {
|
||||
bg = "one_bg",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue