theming: add guards to prevent overriding default monaco coloring #7363
Labels
help wanted
issues meant to be picked up, require help
monaco
issues related to monaco
quality
issues related to code and application quality
theming
issues related to theming
Motivation:
#7351 (comment)
Description
There should be guards in place to prevent overriding monaco coloring.
Monaco defines it's own colors which are used across the application, and it is possible to override such colors which may cause theming issues. Guards should be put in place to prevent such overriding such as to discard updates and log them.
The text was updated successfully, but these errors were encountered: