Ability to Automatically Switch Terminal Pane Color Scheme Based on Terminal Theme Setting #22580

Closed
opened 2026-01-31 08:17:34 +00:00 by claunia · 1 comment
Owner

Originally created by @cpAtor on GitHub (Nov 22, 2024).

Description of the new feature

I would like to request a feature that allows users to assign both a light and dark color scheme to the terminal panes in Windows Terminal.
Depending on the terminal's theme setting, the pane's color scheme should automatically switch between the light and dark themes.
This would enhance the user experience by providing a seamless transition between themes and improving readability under different lighting conditions.

This feature would greatly improve the usability of Windows Terminal, especially for users who frequently switch between light and dark themes.

Proposed technical implementation details

Key features:

  • Allow users to specify a light color scheme and a dark color scheme for terminal panes.
  • Automatically switch the pane's color scheme based on the terminal's theme setting.
  • Ensure that the transition between light and dark themes is smooth and visually appealing.
  • Provide options to customize the light and dark color schemes to fit individual preferences.
Originally created by @cpAtor on GitHub (Nov 22, 2024). ### Description of the new feature I would like to request a feature that allows users to assign both a light and dark color scheme to the terminal panes in Windows Terminal. Depending on the terminal's theme setting, the pane's color scheme should automatically switch between the light and dark themes. This would enhance the user experience by providing a seamless transition between themes and improving readability under different lighting conditions. This feature would greatly improve the usability of Windows Terminal, especially for users who frequently switch between light and dark themes. ### Proposed technical implementation details ## Key features: - Allow users to specify a light color scheme and a dark color scheme for terminal panes. - Automatically switch the pane's color scheme based on the terminal's theme setting. - Ensure that the transition between light and dark themes is smooth and visually appealing. - Provide options to customize the light and dark color schemes to fit individual preferences.
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-31 08:17:34 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Nov 22, 2024):

Thanks for the request! This is actually already possible. See: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#color-scheme

"colorScheme":
{
    "light": "One Half Light",
    "dark": "One Half Dark",
},

It's not in the UI yet, that's tracked in #16984

@zadjii-msft commented on GitHub (Nov 22, 2024): Thanks for the request! This is actually already possible. See: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#color-scheme ```json "colorScheme": { "light": "One Half Light", "dark": "One Half Dark", }, ``` It's not in the UI yet, that's tracked in #16984
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22580