microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.18k stars 28.55k forks source link

Cursor Colour #28181

Closed j-campbell closed 7 years ago

j-campbell commented 7 years ago

It would be great if I could change the colour of the cursor in settings.json.

All my other programs allow me to do this but in vscode I have trouble telling which pane is active when having 2 editors and a terminal displayed because all the cursors are the same colour.

Being able to set the active cursor colour would help alleviate the other UX issues regarding active panel by drawing attention to the active cursor.

I can add screen shots of what other editors and terminals do if that helps.

Otherwise loving VS Code :)

michelkaporin commented 7 years ago

It is possible to configure cursor foreground in the editor, with the following setting:

    "workbench.colorCustomizations": {
        "editorCursor.foreground": "#ff0000"
    }
j-campbell commented 7 years ago

Is there a way to do this so the it works for the integrated terminal as well?

Where is the best place to find a reference on this kinda of stuff?

On Thu, Jun 8, 2017 at 5:56 PM, Michel Kaporin notifications@github.com wrote:

Closed #28181 https://github.com/Microsoft/vscode/issues/28181.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/vscode/issues/28181#event-1115013689, or mute the thread https://github.com/notifications/unsubscribe-auth/AYY7QRtTDosTfv2MEPyp6nchIg-kZra0ks5sB6k2gaJpZM4NynhI .

michelkaporin commented 7 years ago

@j-campbell no, not yet. Read our documentation available online: https://code.visualstudio.com/docs

Please ask 'how-to' questions about VS Code on Stack Overflow using the tag vscode. The VS Code development team together with the VS Code Community will answer question your question over there. Here is how the development team tracks feedback on the different channels: Feedback Channels.