-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
White border when Terminal is dark while Windows is in Light theme #4980
Labels
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Comments
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Mar 18, 2020
So, we're doing our level best with the system API here. I'm going to keep this one around tracking our switch to the final API when it's out. |
DHowett-MSFT
added
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
labels
Mar 19, 2020
29 tasks
DHowett-MSFT
pushed a commit
that referenced
this issue
Mar 24, 2020
One of our great contributors already hooked up all the logic for this, we just needed a theme library that could handle the request. Fixes #4980.
4 tasks
ghost
pushed a commit
that referenced
this issue
Mar 24, 2020
## Summary of the Pull Request One of our great contributors already hooked up all the logic for this, we just needed a theme library that could handle the request. ## PR Checklist * [x] Fixes #4980 * [x] CLA signed * [x] Tests added/passed * [ ] Requires documentation to be updated
ghost
added
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
and removed
In-PR
This issue has a related PR
labels
Mar 24, 2020
🎉This issue was addressed in #5105, which has now been successfully released as Handy links: |
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-User Interface
Issues pertaining to the user interface of the Console or Terminal
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Environment
Steps to reproduce
profiles.json
, set"requestedTheme": "dark"
and"showTabsInTitlebar": true
Expected behavior
No white borders, regardless of Windows theme color. (Like as VSCode)
Actual behavior
Though #4817 fixes the white border issue for Dark mode in Windows, the border still presents with the combination of dark theme for Terminal settings and light theme for Windows.
The text was updated successfully, but these errors were encountered: