AdrianWilczynski / OneDarkPro

"One Dark Pro" theme for Visual Studio generated using Alexander Teinum's "Dainty for Visual Studio", saved with "Visual Studio Color Theme Designer" and tweaked to closer match Binaryify's "One Dark Pro" theme for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.one-dark-pro
MIT License
92 stars 24 forks source link

Theme not applying to certain parts of intellisense tooltips #4

Open rp0m opened 4 years ago

rp0m commented 4 years ago

image

AdrianWilczynski commented 4 years ago

It looks fine on my end. Can you help me reproduce this?

tooltip
stamminator commented 3 years ago

@AdrianWilczynski I am getting the same result @rp0m was getting. Could you please re-open? Here is an example from within a <script></script> tag on a .vbhtml page

image

And here is an example from a .cs file, specifically an MVC controller

image

I did not get this behavior from within my Global.asax.vb file

image

Nor did I get it inside an actual .js file rather than embedded JS within a .vbhtml Razor view

image

I tried playing around with the Options > Environment > Fonts and Colors settings from within Visual Studio described here, but nothing I did affected the bright background color.

I hope this helps narrow it down.