From f3164c1174fd1415140693486637bfd2ea6e6a68 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 8 May 2022 20:16:29 +0200 Subject: [PATCH] Monokai pro spectrum theme shows error in yellow on red background (#2433) 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 807c87f1..80e2a88d 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -62,7 +62,7 @@ "variable.parameter" = "#f59762" # error -"error" = "red" +"error" = { bg = "red", fg = "yellow" } # annotations, decorators "special" = "#f59762"