Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make insertion mouse cursor visible in dark Visual Studio editor

I use a color theme with a very dark background, which works great except that VS2010 uses the default insertion point mouse cursor when the mouse is over the editor pane, and that cursor is black — making it nearly impossible to see (literally impossible if the background is actually black as opposed to just very dark).

Is there a straightforward way to tell VS2010 to use a light version of the insertion point mouse cursor instead?

Things I've tried so far:

  1. I installed the Visual Studio Color Theme Editor (which enables theming of the rest of the UI, as opposed to just the editor) in hopes that it would do this automatically if I used one of its dark themes, but no such luck.

  2. I tried using different mouse pointers in Control Panel, but even though the cursor changed in some cases (for instance, if I picked one of the "very large" schemes), it was still black and so nearly invisible.

like image 542
T.J. Crowder Avatar asked Dec 15 '12 12:12

T.J. Crowder


People also ask

How do I make my Mouse pointer visible?

Make your mouse more visible by changing the color and size of the mouse pointer. Select the Start button, then select Settings > Ease of Access > Cursor & pointer , and choose the options that work best for you.

How do I change my cursor in Visual Studio?

Open Control Panel | Appearance and Personalization | Personalization | Change mouse pointers.


1 Answers

Edit: In Windows 10 this setting is in a different place:

  1. Open settings
  2. Click Personalization
  3. Click Themes in the right sidebar
  4. Click Mouse Cursor
  5. Select the Scheme called – Windows Black (system scheme)
  6. Click Apply

Original Answer:

I have the same problem in Visual Studio 2012 (Dark Theme) on a Windows 7 guest system running inside VirtualBox.

I have found a slightly better solution:

Basically, you can globally change the cursor scheme:

  1. Open Control panel
  2. Open Appearance and Personalization
  3. Open Personalization
  4. Finally – click Change mouse pointers.
  5. Select the Scheme called – Windows Black (system scheme)

Makes your cursor nicely visible against the dark background while also working great on light backgrounds. Hope that helps!

Credit: http://www.marcusoft.net/2011/08/my-mouse-pointer-disappeared-in-visual.html

like image 127
rszalski Avatar answered Sep 30 '22 10:09

rszalski