theme(onedark): Add ui.highlight scope (#5755)

pull/5/head
Gokul Soumya 1 year ago committed by GitHub
parent 4dcf1fe66b
commit 0f562dfeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,10 +59,12 @@
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "light-gray" }
"ui.selection" = { bg = "faint-gray" }
"ui.selection.primary" = { bg = "gray" }
"ui.cursorline.primary" = { bg = "light-black" }
"ui.highlight" = { bg = "gray" }
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" }

Loading…
Cancel
Save