From df0ed80931c358262fd6858306e28806c0523068 Mon Sep 17 00:00:00 2001 From: Kirawi Date: Tue, 20 Jul 2021 15:17:15 -0400 Subject: Update dark_plus.toml Corrects primary selection color and makes matching cursor easier to spot.--- runtime/themes/dark_plus.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/themes/dark_plus.toml') 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" } -- cgit v1.2.3-70-g09d2