Add cursorline scope for onedark theme (#2892)

This commit is contained in:
Gokul Soumya 2022-06-27 21:06:41 +05:30 committed by GitHub
parent db2aa57074
commit 23ce5f1837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }