theme(onedark): Add ui.highlight scope (#5755)
This commit is contained in:
parent
4dcf1fe66b
commit
0f562dfeab
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue