Make insertion mouse cursor visible in dark Visual Studio editor

后端 未结 5 1179
無奈伤痛
無奈伤痛 2021-01-30 10:25

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 t

5条回答
  •  执笔经年
    2021-01-30 10:29

    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

提交回复
热议问题