Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 - change right vertical scroll bar indicator colors

I use a dark color theme and the breakpoints and search results are hard to tell apart (orange and red). Is there any way to change the colors?

like image 438
spacebread Avatar asked Jun 03 '16 21:06

spacebread


People also ask

How do I change the scrollbar color in Vscode?

Press Ctrl + Shift + P to bring up the command palette and run the Preferences: Open JSON Settings command. Add the following lines to your configuration: "workbench. colorCustomizations": { "scrollbarSlider.

How do I add a vertical scroll bar in Visual Studio?

Add a vertical scrollbar.Set the Dock property of 'pnlScrollBar' to Right. Make sure that 'pnlScrollBar' is selected and click the Send To Back button on the Visual Studio toolbar. This is to give the panel precedence over the scrollbar docked to the bottom.

How do I get the scroll bar in Visual Studio?

Double-click the form you want to use to display a scroll bar control. Drag and drop the control from the Visual Studio toolbox to the form. Use your mouse to place the scroll bar.


1 Answers

Yes, it is possible. You can change the colors by going to the Tools menu -> Options then go to Environment -> Fonts and Colors:

For the breakpoint line: Breakpoint (Scroll bar)

enter image description here

And for the find result: Find Match Highlight

enter image description here

And the result (bright red for the breakpoint and Lime for search results):

enter image description here

like image 152
Nasreddine Avatar answered Sep 19 '22 09:09

Nasreddine