[PR #14497] Enable switching app theme based off of OS theme #30123

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

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

State: closed
Merged: Yes


This is basically just like #14064, but with the theme instead.

If you define a pair of theme names:

    "theme": { "dark": "light", "light": "dark" },

then the Terminal will use the one relevant for the current OS theme. This cooperates with #14064, who sets the scheme based on the app's theme.

This was spec'd as a part of #3327 / #12530, but never promoted to its own issue.
Gif below.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14497 **State:** closed **Merged:** Yes --- This is basically just like #14064, but with the `theme` instead. If you define a pair of `theme` names: ```json "theme": { "dark": "light", "light": "dark" }, ``` then the Terminal will use the one relevant for the current OS theme. This cooperates with #14064, who sets the `scheme` based on the app's theme. This was spec'd as a part of #3327 / #12530, but never promoted to its own issue. Gif below.
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#30123