Update dark_plus.toml

Corrects primary selection color and makes matching cursor easier to spot.
pull/486/head
Kirawi 3 years ago committed by Blaž Hrastnik
parent 17f9dfce7e
commit df0ed80931

@ -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…
Cancel
Save