Feature Request: Option for ColorTool to read color theme from registry like conhost #2019

Open
opened 2026-01-30 22:44:38 +00:00 by claunia · 1 comment
Owner

Originally created by @jantari on GitHub (Jun 23, 2019).

Summary of the new feature/enhancement

The new Windows Terminal should have an option to set "HKCU\Console" as the source of its color theme instead of specifying the colors in the JSON.

If this were to be the default setting it would make transitioning easier as a users previously customized theme just carries over to WT. Even if it were not the default though, the option to do this would be nice to enable the user to easily theme both conhost and wt consistently from one place instead of having to maintain two configurations (registry for conhost, json for wt)

Proposed technical implementation details (optional)

"Source Registry settings" (or similar name) should be added as an option for the theme, if a settings GUI is planned then it would be sitting right along the other color schemes inside the theme-selection combobox. Alternatively, it could be a checkbox sitting above the Theme-selection combobox that disables the combobox when checked. Either way, choosing this option, wt would source its color configuration from the ColorTableXX and CursorColor keys in HKCU\Console

Originally created by @jantari on GitHub (Jun 23, 2019). # Summary of the new feature/enhancement The new Windows Terminal should have an option to set "HKCU\Console" as the source of its color theme instead of specifying the colors in the JSON. If this were to be the default setting it would make transitioning easier as a users previously customized theme just carries over to WT. Even if it were not the default though, the option to do this would be nice to enable the user to easily theme both conhost and wt consistently from one place instead of having to maintain two configurations (registry for conhost, json for wt) # Proposed technical implementation details (optional) "Source Registry settings" (or similar name) should be added as an option for the theme, if a settings GUI is planned then it would be sitting right along the other color schemes inside the theme-selection combobox. Alternatively, it could be a checkbox sitting above the Theme-selection combobox that disables the combobox when checked. Either way, choosing this option, wt would source its color configuration from the ColorTableXX and CursorColor keys in HKCU\Console
claunia added the Product-ColortoolIssue-FeatureHelp WantedArea-Settings labels 2026-01-30 22:44:38 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 27, 2019):

This could be a good thing for ColorTool to support. A recent PR added the ability to export colors in WT format.

@DHowett-MSFT commented on GitHub (Jun 27, 2019): This could be a good thing for ColorTool to support. A recent PR added the ability to export colors in WT format.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#2019