eclipse-theia/theia
View on GitHubtheming: add guards to prevent overriding default monaco coloring
Open
#7,363 opened on Mar 18, 2020
help wantedmonacoqualitytheming
Description
Motivation:
https://github.com/eclipse-theia/theia/pull/7351#issuecomment-600658398
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.