visual-studio icon indicating copy to clipboard operation
visual-studio copied to clipboard

Punctuation marks incorrect color on latest VS for Mac (8.9, build 1651)

Open vga-256 opened this issue 3 years ago • 6 comments

Curly braces, parenthesis, periods, plus, minus, colons, semi-colons, equals, and commas now appear as black with VS Mac 8.9.

Screen Shot 2021-03-02 at 2 12 29 PM Screen Shot 2021-03-02 at 2 15 05 PM

vga-256 avatar Mar 02 '21 21:03 vga-256

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)?

juavazmor avatar Mar 06 '21 12:03 juavazmor

That change worked great for me! Yes, I believe some of the other colours are off too.

Thank you.

vga-256 avatar Mar 09 '21 17:03 vga-256

Same problem,thank you!

lixianguser avatar Dec 21 '21 00:12 lixianguser

This indeed is the fix for this problem, thanks!

j-lord avatar Dec 21 '21 20:12 j-lord

This worked for me, thanks a lot.

RTirumala avatar Jan 08 '22 23:01 RTirumala

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 😅

carsanwitt avatar Mar 07 '22 17:03 carsanwitt

In recent updates, these issues have been fixed; thank you all for your input and feedback! 🚀

BowCountDraculaGIF

luxonauta avatar Sep 19 '22 12:09 luxonauta