visual-studio
visual-studio copied to clipboard
Punctuation marks incorrect color on latest VS for Mac (8.9, build 1651)
Curly braces, parenthesis, periods, plus, minus, colons, semi-colons, equals, and commas now appear as black with VS Mac 8.9.
Same problem, I've just upgraded VS to the latest version and found it like that.
As a workaround, you can edit "dracula.vssettings" with a text editor and change line 78 from this:
<Item Background="0x02000000" BoldFont="No" Foreground="0x02000000" Name="Operator" />
to this:
<Item Background="0x02000000" BoldFont="No" Foreground="0x02FFFFFF" Name="Operator" />
But my main concern is that I no longer see the theme to look like it used to... Are colours different now (for keywords etc)?
That change worked great for me! Yes, I believe some of the other colours are off too.
Thank you.
Same problem,thank you!
This indeed is the fix for this problem, thanks!
This worked for me, thanks a lot.
Same problem, I've just upgraded VS to the latest version and found it like that.
As a workaround, you can edit "dracula.vssettings" with a text editor and change line 78 from this:
<Item Background="0x02000000" BoldFont="No" Foreground="0x02000000" Name="Operator" />
to this:
<Item Background="0x02000000" BoldFont="No" Foreground="0x02FFFFFF" Name="Operator" />
But my main concern is that I no longer see the theme to look like it used to... Are colours different now (for keywords etc)?
This change worked for me too! This should be patched or something by now 😅
In recent updates, these issues have been fixed; thank you all for your input and feedback! 🚀