aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeoniePhiline2023-01-19 22:20:50 +0000
committerMichael Davis2023-01-20 15:56:45 +0000
commit248a9f3635ac7ea396c2b1b16a57637e7f23766d (patch)
treee4207909527ba8e19fcf4f8b573fc330a9bc266f
parent338f207d4bb4b25dfcf746a9f207dfac9a5025bd (diff)
fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
-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 1dc6de46..76123fcf 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" = { fg = "red", modifiers = ["bold"] }
# annotations, decorators
"special" = "#f59762"