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

Issue with a new 'highlight matching strings' Visual Studio 2022 version 17.4 #32

Open overload17 opened 2 years ago

overload17 commented 2 years ago

Not readable style.

When selecting text in the editor, Visual Studio will now automatically highlight matching strings. To enable this feature, go to Tools > Options, then head to Text Editor > General. In the Display section, check the "Show selection matches" option. With this option checked, any time a single line of text of 100 characters or less is selected, any matches will immediately be highlighted.

image

overload17 commented 2 years ago

image These props in a Color setting, but I can't find a name for .vstheme file

lixinyang123 commented 1 year ago

Tools > Options > Font and color > Text Editor > Editor highlighted selection matches

Change background color to auto

veheluuk commented 1 year ago

Tools > Options > Font and color > Text Editor > Editor highlighted selection matches

Change background color to auto

I guess this setting has already changed, since I can't find this option anymore. Correct one seem to be this:

image

Set it to Automatic:

image

Outcome:

image

Although this solution works, it would be really nice to get this one fixed in main version. I would fix this myself and make pull request if I knew how themeing works...