Skip to content
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

Add cursor selection color to windows vscode #280

Conversation

ericfranz
Copy link
Contributor

windowsterminal uses cursorColor and selectionBackground
see https://docs.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes

vscode uses terminal.selectionBackground and terminalCursor.foreground
see https://code.visualstudio.com/api/references/theme-color#integrated-terminal-colors

I also ran update and then the ./windowsterminal2vscode.ps1 in powershell (using docker run -v "$(pwd)":/schemes -it mcr.microsoft.com/powershell for help). As a result, all the windowsterminal and vscode themes got updated, and a number of new themes that were added since the last run of update.

This addresses #240

@mbadolato mbadolato merged commit a0bbfaf into mbadolato:master Feb 26, 2021
@mbadolato
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants