[PR #14486] Make the Pane inactive border respect the theme.window.applicationTheme #30122

Open
opened 2026-01-31 09:38:46 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/14486

State: closed
Merged: Yes


We couldn't do this before, because App::Current().Resources().Lookup() would always return the OS theme version of a resource. That thread has lengthy details on why.

FORTUNATELY FOR US, this isn't the first time we've dealt with this. We've come up with a workaround in the past, and we can just use it again here.

Closes #3917

This will also make #3061 easy 😉

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14486 **State:** closed **Merged:** Yes --- We couldn't do this before, because `App::Current().Resources().Lookup()` would always return the OS theme version of a resource. That thread has lengthy details on why. FORTUNATELY FOR US, this isn't the first time we've dealt with this. We've come up with a workaround in the past, and we can just use it again here. Closes #3917 This will also make #3061 easy 😉
claunia added the pull-request label 2026-01-31 09:38:46 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30122