Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Enable DarkMode Theming #10985
Enable DarkMode Theming #10985
Changes from 66 commits
27213f8
fde619f
5e08a22
36f812e
661e547
1694d56
c768e59
63c880d
4fd84b6
a0842c0
2fdfb2d
0074857
f581657
63e5c87
3397820
3eec957
38bf198
25b1421
cdef2b8
d19f8b9
c1c900f
837ab4f
d29f2b4
0e3825b
6ac99e0
92ccc9e
4737ad9
cfbac62
8d23b76
e4aaa46
b307cb5
ffa5a9a
5e9d6e0
fd0be10
bab5ef8
2ce0560
71fced4
8f285ad
042fef3
9b42818
51826ea
3798c5f
35c304f
c7f8a29
28bab8f
8a46567
3740f10
57431f2
ef8412b
42ed403
826a6c5
e841c9f
cab1ccf
39fd560
17cb0d4
c261586
2acce90
2cfe7b9
4e7ac23
bef5954
9832595
4a9a108
3c5681c
2df4dbb
c61d0d3
3191e93
d43855a
fc8b256
7f7c0d0
bace995
cf32e9c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "right" way to do this is to poke the callbacks when you flip the color set. Probably best to look for
$".NET-BroadcastEventWindow.{AppDomain.CurrentDomain.GetHashCode():x}.0"
window and send the right message to it to get theSystemColorTracker
to respond.