diff options
author | Kirawi | 2021-07-20 19:17:15 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-07-21 02:52:42 +0000 |
commit | df0ed80931c358262fd6858306e28806c0523068 (patch) | |
tree | 1dd960060f1b2aa9d7cc370f9ff4cbdbe1f47741 /runtime/themes | |
parent | 17f9dfce7ef3e1cfffe58979d78e42cceec5918d (diff) |
Update dark_plus.toml
Corrects primary selection color and makes matching cursor easier to spot.
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dark_plus.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |