fix(theme): Replace non-palette color "magenta" with palette color "red" in monokai_pro_spectrum
#5602
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #5249
1f0a76f
"magenta"
is not defined as hex code in the theme's palette and thus depends on the terminal emulator color theme.This commit replaces the color with
"red"
, which is defined.a6eb461
After 1f0a76f, a remaining issue mentioned in #5249 is:
Note that #2433 should no longer be a problem, since #5419 was merged.
The second uses red + bold for
"error"
, like a range of other themes:ayu_dark, onelight, solarized_light, solarized_dark, onedarker, heisenberg, ayu_mirage, hex_steel, ayu_light, onedark
Example rust-analyzer error: