diff options
author | Fanda Vacek | 2022-09-01 12:45:22 +0000 |
---|---|---|
committer | GitHub | 2022-09-01 12:45:22 +0000 |
commit | ec28b2b5ccf162e9df550e59a28e043d51796621 (patch) | |
tree | 2a6659bf53794e1acf5a6accf73fd0e89645fecd /runtime | |
parent | 04e1cbe33f5197719f1b6da09e74e81014403145 (diff) |
Change MonokaiProSpectrum theme error background from red to magenta. (#3627)
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
Diffstat (limited to 'runtime')
-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 137571ed..a42a2681 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" = { bg = "magenta", fg = "yellow" } # annotations, decorators "special" = "#f59762" |