diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 82cc6289..e7584e5f 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -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" }