From 0e49d35e60cd9cbbaeeb5055cf909f14783ae1c9 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 8 May 2022 20:03:05 +0200 Subject: [PATCH] Monokai pro spectrum theme shows error in yellow on red background current theme shows keyword and error in the same way - red on black --- 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 807c87f1528d..80e2a88d4525 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"