Skip to content

Commit

Permalink
Update dark_plus.toml
Browse files Browse the repository at this point in the history
Corrects primary selection color and makes matching cursor easier to spot.
  • Loading branch information
kirawi authored and archseer committed Jul 21, 2021
1 parent 17f9dfc commit df0ed80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit df0ed80

Please sign in to comment.