From ec28b2b5ccf162e9df550e59a28e043d51796621 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Thu, 1 Sep 2022 14:45:22 +0200 Subject: [PATCH] Change MonokaiProSpectrum theme error background from red to magenta. (#3627) 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 137571ed2..a42a26814 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -65,7 +65,7 @@ "variable.parameter" = "#f59762" # error -"error" = { bg = "red", fg = "yellow" } +"error" = { bg = "magenta", fg = "yellow" } # annotations, decorators "special" = "#f59762"