diff options
author | LeoniePhiline | 2023-01-19 22:20:50 +0000 |
---|---|---|
committer | Michael Davis | 2023-01-20 15:56:45 +0000 |
commit | 248a9f3635ac7ea396c2b1b16a57637e7f23766d (patch) | |
tree | e4207909527ba8e19fcf4f8b573fc330a9bc266f /runtime/themes/monokai_pro_spectrum.toml | |
parent | 338f207d4bb4b25dfcf746a9f207dfac9a5025bd (diff) |
fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum
Diffstat (limited to 'runtime/themes/monokai_pro_spectrum.toml')
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 2 |
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" |