-
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
Per-theme-mode profile icons #15264
Comments
<sidebar> FINALLY A concrete example for the combinatorial explosion of "appearance" states:
We've only ever been using hypotheticals for this discussion, but could never come up with a concrete third variable. This is a pretty solid case for "theme" as a third variable, and why we can't just have four appearance states. #17780 (comment) also relevant |
A bad idea that didn't work
That did not work. If that doesn't work, then we'll probably need something like We may also want to consider what it means to make the icon a part of the "appearance", and what the matrix of options that entails. |
I'm not sure if this is already supported but it would also be nice to have per-profile color schemes light vs dark. That would probably constitute the last thing I'd suggest should definitely be configurable per OS-theme mode. |
@slapbox That is something already supported in 1.17 https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#color-scheme 😄 |
@zadjii-msft thanks for the tip! Looking forward to the possibility of icons as well! |
@zadjii-msft sorry for the follow-up notification; I was wondering how long new versions usually remain in preview before they're pushed via Windows Update? I noticed the latest preview version has been out since January but it's still in preview now. |
Ah! We switched to a quarterly release cycle for both Preview and Stable this year, but we're still evaluating whether to speed up Preview releases or offer another channel (like "Canary" or "Nightly"). We're timing the coming preview release to line up with one of Microsoft's famed developer conferences, so it's delayed a bit more than usual. That said, it's also bigger than usual... so 🤷🏻 |
I wonder if per-mode icons are a possibility now. Based on the docs I think no? |
Friendly bump. This would be a really nice polish feature! |
FWIW this is probably pretty far down the team's own backlog, considering there aren't any 👍's. I think I'd be fine accepting a contribution that allows an object with a pair of |
Description of the new feature/enhancement
It would be great to be able to set icons per theme-mode (ie dark/light) - as it stands now a monochromatic icon can look very out of place in the opposite mode. Or maybe this is already possible somehow?
Proposed technical implementation details (optional)
Allow setting dark/light profile icons individually in
settings.json
The text was updated successfully, but these errors were encountered: