From 865a1a4cb328bcd35e89e3fdb901283c39857686 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Mon, 12 Sep 2022 16:15:41 +0200 Subject: [PATCH] Make whitespace in monokai-pro-spectrum theme one step dimmer to avoid (#3814) the white space confusion with hyphen Co-authored-by: Fanda Vacek --- runtime/themes/monokai_pro_spectrum.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index a42a2681..89575e3a 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -6,7 +6,7 @@ "ui.text.focus" = { fg = "yellow", modifiers= ["bold"] } "ui.menu" = { fg = "base8", bg = "base3" } "ui.menu.selected" = { fg = "base2", bg = "yellow" } -"ui.virtual.whitespace" = "base5" +"ui.virtual.whitespace" = "base4" "ui.virtual.ruler" = { bg = "base1" } "info" = "base8"