-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a setting to manually set the Pane highlight color #3061
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Not sure if this should be a separate issue, but in addition to this, it would be nice to be able to completely hide the focused pane border when the Terminal isn't the active application. I often have a few panes open on a separate screen where the focused pane border becomes more of a distraction than a help when the Terminal isn't the active window and I'm just glancing over at the outputs of the different panes. |
…eme` (#14486) We couldn't do this before, because `App::Current().Resources().Lookup()` would always return the OS theme version of a resource. That thread has lengthy details on why. FORTUNATELY FOR US, this isn't the first time we've dealt with this. We've come up with a workaround in the past, and we can just use it again here. Closes #3917 This will also make #3061 easy 😉
Once this is done, if you wanted to get really ambitious, you could follow up with a similar property to configure the pane hover color, ala #8564. |
Hello, can I take a stab at this? |
@zadjii-msft where is the |
Follow up from #994 and PR:#3060
In the aforementioned PR, we're just using the accent color for highlighting the pane. We should let that be a customizable global setting.
Questions:
SystemAccentColor
to someFocusedPaneBorder
color resource, that we define by default to beSystemAccentColor
, should we decide to pursue this optionThe text was updated successfully, but these errors were encountered: