-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark cursor is hard to see on dark background & text color #754
Comments
There are other themes available in the command palette which feature different background colors: |
@pcgeek86 I can also only recommend a different theme. There are a lot of theme extensions already in the gallery. |
in all the dark themes is difficult to see the cursor, and the other themes make you blind :) |
Perhaps I'm misunderstanding, but isn't this an OS X cursor issue? (is it this one?) |
Aha! |
@bpasero Do you know if electron supports to invert the color of the mouse cursor ? |
@alexandrudima not to my knowledge and in fact Atom is assigning a custom cursor when I last checked using CSS. What I dont like about that approach is that it seems impossible to put the correct size of the cursor depending on running in High DPI or not (retina). |
@bpasero @alexandrudima Surely this doesn't reproduce on regular web pages with dark backgrounds on Chrome? Never heard of this being a problem as a web developer. |
@Tyriar I totally see it in Chrome too when using Cloud9 with a dark editor. |
I would like to support this feature request. Especially on a laptop the cursor is hard to spot when the weather conditions are slightly brighter than 'cloudy-with-rain'. |
+1. This is a real problem. |
+1 biggest usability problem for me |
I increased the size of my cursor and it is helping for now. |
Here is the fix in Atom: https://github.com/lee-dohm/white-cursor |
👍 this is highly annoying |
I got the fix and I forgot to add the solution here :) |
@scastaldi that seems like a windows-specific fix, I'm on osx. I think something like the above mentioned fix for atom might be a better way to go |
@mbroadst I didn't have the cursor problem on my mac, but you can try: You can also change the Display contrast to see if that helps, it seems MacOS removed the ability to change the mouse pointers, unless you install a another application like Mousecape |
@scastaldi Thanks, it helped. I am using VS Code from my Mac on Remote Desktop running Windows Server 2012. BTW, when I am using VS Code directly on my Mac, the mouse pointer is somehow visible. But on MS Windows, it is (or was) much worse. |
For all of us +1's, someone posted this request for vote on UserVoice. |
For those who are remoting into a machine, check if your remoting client has a setting like "show remote cursor pointer". That helped a lot for me (remoting from Windows into Mac using NoMachine). Edit: Cursor lags, though. :/ |
This problem is so frustrating I hacked the source to fix it. See https://github.com/JonathanMEdwards/vscode But I don't know how to package up a proper installation. I can run the dev version with the command: $HOME/Projects/vscode/.build/electron/Electron.app/Contents/MacOS/Electron /$HOME/Projects/vscode Also note extension management seems to be disabled in this build - perhaps that is intentional in the dev build? |
@JonathanMEdwards 👍 thanks! Hope this makes its way in to vscode, have you submitted a PR? |
Make mouse cursor visible in dark themes. Fixes #754
Thank you @JonathanMEdwards ! |
Was this fix put out in a release? Noticing this issue mainly on my mac screen, where as on an external monitor it's less of an issue. I tried switching between a couple default dark themes even, and the dark cursor is present. |
It's out in the insider's release. On Sat, May 7, 2016 at 12:37 PM, Aaron McLeod [email protected]
|
I'm using Visual Studio Code 0.10.2 on Mac OS X 10.11.1 El Capitan. On my external monitor, the viewing angle sometimes makes it impossible to see the dark cursor on top of the dark Visual Studio Code background color.
Could we figure out some way to make the cursor more visible in VS Code?
Cheers,
Trevor Sullivan
Microsoft MVP: PowerShell
http://trevorsullivan.net
http://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered: