From a6443e7198da497475f9ba87367cd7ab909d0bc9 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Mon, 12 Sep 2022 11:57:07 +0200 Subject: [PATCH] Make whitespace in monokai-pro-spectrum theme one step dimmer to avoid the white space confusion with hyphen --- 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 a42a26814b90..89575e3a1414 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"