Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change visual studio caret color

I am trying the new Visual Studio 2012 dark theme. When moving the mouse of code I cannot see the cursor, since the code background is black and the mouse cursor is black.
How to change the mouse cursor in code files to be white or any other color that is visible against a dark background?

like image 927
MrFox Avatar asked Oct 11 '12 15:10

MrFox


People also ask

How do I change the cursor style in Visual Studio?

For those on a Mac (running Windows+Visual Studio with either VMWare Fusion or Parallels, for example), press the 0 (zero) key in the Mac keyboard number pad. For me, this translates to the Insert key which changed the fat (overwrite) cursor back to the normal (insert) cursor.

How do I change my block cursor to normal in Visual Studio?

Press the Insert key on your keyboard to switch back to insert mode.


2 Answers

In Windows 7 I resolved this by modifying my Windows system settings to use the Windows Black (system scheme). The caret I-Beam shape is surrounded by a white stroke that stands out over dark backgrounds and invisible over pure white backgrounds.

Go to Control Panel-->Appearance-->Ease of Access-->Make the mouse easier to use

and choose "Regular Black"

You would think that that the Inverted option would work, but the color remains black over the dark greys of the VS 2012 dark theme. The Regular Black does work well though.

like image 86
jayint32 Avatar answered Sep 20 '22 01:09

jayint32


Just change the Text Select of the mouse to 'Windows Black'

enter image description here

like image 29
Sebastian Castaldi Avatar answered Sep 20 '22 01:09

Sebastian Castaldi