Unnamed repository; edit this file 'description' to name the repository.
Monokai pro spectrum theme shows error in yellow on red background (#2433)
Co-authored-by: Fanda Vacek <[email protected]>
Fanda Vacek 2022-05-09
parent 76d55c0 · commit f3164c1
-rw-r--r--runtime/themes/monokai_pro_spectrum.toml2
1 files changed, 1 insertions, 1 deletions
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"