OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Do not hardcode colors for popups and error pane #229

Open nanoant opened 7 years ago

nanoant commented 7 years ago

Currently OmniSharp-Sublime uses hard-coded colors, which may work for these using dark color styles, but looks bad when using light.

omnisharp-theme-mismatch

It would be much better if CSS would use pre-defined variables for background, etc. see this change in some other Sublime Text plugin addressing similar issue: https://github.com/DamnWidget/anaconda/commit/ab2fad575b74bd7afe4bf270f106f85d24bc74e3

Rosalie241 commented 5 years ago

If you want this implemented, open a PR.