Support using the Accent Color for cursorColor
, selectionBackground
, etc.
#5776
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Milestone
So that might need to be it's own separate feature request. The cursor and the selection are drawn in DirectX down in
TermControl
, so they work differently than a lot of the things in this spec (which are all XAML elements).For those, we'd need to accept something like
"cursorColor": "accent"
. When we did that,CascadiaSettings
would know that the string isn't a "#rrggbb" color, so it could look up the color when we're building theTerminalSettings
to pass to theTermControl
. However, after that point, if the user changes their accent color, that wouldn't be reflected dynamically in the Terminal, until the user manually refreshes their settings.It's not a horrible idea, but probably something we should move to it's own thread for discussion, since I don't think it really fits in with a lot of the other things in this spec.
Originally posted by @zadjii-msft in #5772 (comment)
#6338 is related.
The text was updated successfully, but these errors were encountered: