mirror of https://github.com/helix-editor/helix
Add cursorline scope for onedark theme (#2892)
parent
db2aa57074
commit
23ce5f1837
|
@ -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…
Reference in New Issue