Add cursorline scope for onedark theme (#2892)
This commit is contained in:
parent
db2aa57074
commit
23ce5f1837
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ diagnostic = { modifiers = ["underlined"] }
|
|||
|
||||
"ui.selection" = { bg = "light-gray" }
|
||||
"ui.selection.primary" = { bg = "gray" }
|
||||
"ui.cursorline.primary" = { bg = "light-black" }
|
||||
|
||||
"ui.linenr" = { fg = "linenr" }
|
||||
"ui.linenr.selected" = { fg = "white" }
|
||||
|
|
Loading…
Add table
Reference in a new issue