Feature request: Dynamic settings attribute(s) toggle #4198
Labels
Area-Extensibility
A feature that would ideally be fulfilled by us having an extension model.
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Product-Terminal
The new Windows Terminal.
Milestone
Description of the new feature/enhancement
Recently, a few issues have popped up expressing an interest in a feature which could support the dynamic switching of the colors and styling settings attributes of an open
Profile
. The following settings attributes could be made to support dynamic switching:colorScheme
(if nothing else this is a must support)foreground
background
backgroundImage
fontSize
fontFace
requestedTheme
Issues which are related to this generic feature request:
colorScheme
/themecolorScheme
s (this one wants differentcolorScheme
per tab, rather than all tabs of a certain profile)Proposed technical implementation details (optional)
It would make sense to implement the switching trigger as a shortcut key binding which changes the present tab's
colorScheme
to a preset scheme. When thecolorScheme
has been switched and the shortcut key is pressed again it could return to the default scheme for the tab's profile.Potentially this shortcut key could be bound to switch not only the
colorScheme
but also other settings attributes as well (likefontSize
). The return to default behavior could be applied to all the switched attributes.The text was updated successfully, but these errors were encountered: