Update dark_plus.toml
Corrects primary selection color and makes matching cursor easier to spot.
This commit is contained in:
parent
17f9dfce7e
commit
df0ed80931
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@
|
|||
|
||||
"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
|
||||
"ui.cursor.primary" = { fg = "cursor", modifiers = ["reversed"] }
|
||||
"ui.cursor.match" = { fg = "cursor", modifiers = ['underlined'] }
|
||||
"ui.cursor.match" = { bg = "#3a3d41", modifiers = ["underlined"] }
|
||||
|
||||
"ui.selection" = { bg = "#3a3d41" }
|
||||
"ui.selection.primary" = { bg = "#add6ff26" }
|
||||
"ui.selection.primary" = { bg = "#264f78" }
|
||||
|
||||
"ui.linenr" = { fg = "#858585" }
|
||||
"ui.linenr.selected" = { fg = "#c6c6c6" }
|
||||
|
|
Loading…
Reference in a new issue