-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Cursor color should be part of color scheme, not profile #3322
Comments
Thanks for the report. I believe we have issues for a lot of these already, so lemme link them up:
In general, it's really hard for us to track and resolve issues that have a bunch of suggestions in them. I'm going to move selection BG color to it's own issue, cursor bg/fg into #1203, and I'll make an issue for "theming" that will incorporate the pane border BG color. Thanks for the feedback! |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Changes
I wrote a small script to import Terminal color schemes from VSCode themes. However, there's something I think is unintended design:
The "cursorColor" setting is currently part of the profile, not the color scheme. In my opinion it doesn't make sense, because by changing the color scheme of a given profile, the background color may be similar to the cursor color. Both settings should be coupled to each other for consistency.
Additional features
It'd be amazing if you guys could implement the few remaining color customization options from VSCode's terminal to reach feature parity. They are:
The text was updated successfully, but these errors were encountered: