Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the color of the whitespace indicator in Visual Studio?

In Visual Studio we can show white space by CTRL+R, CTRL+W. But how can we change the color of the white space indicator itself?

enter image description here

I would like to change it to a soft gray so it the color is not as strong and not so distracting.

like image 905
JK. Avatar asked Apr 15 '12 22:04

JK.


People also ask

How do I change the color of my Visual Studio in white?

Set the color theme for the IDE Here's how to change it to a different color theme. On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.

How do I change the color of my status bar in Visual Studio?

Press Control + Shift + P when you just open Visual Studio Code and type "open settings(UI)" and search for window. titleBarStyle and change the option from native to custom so that you can restore the colour of status bar from white to black.

How do I show white spaces in Visual Studio code?

In Visual Studio for Windows, to display whitespace characters (tabs, spaces, etc) you simply press Ctrl + R, Ctrl + W.


1 Answers

You can do that in Tools / Options and then Environment / Fonts And Colors and there is a setting for visible White Space :

enter image description here

like image 194
Antonio Bakula Avatar answered Sep 21 '22 16:09

Antonio Bakula