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
Windows 11 Theming Changes #8870
Windows 11 Theming Changes #8870
Changes from 237 commits
43ef422
7c1ba0a
97503f8
ade8d80
16e227a
5c56fa1
928ef7e
dd3150d
50327da
1b9551e
fcd59a6
92e875d
3752963
c88e357
229513a
09d7bf0
7cc5d2f
4ecfd27
20511e9
73e9631
c5bca65
b953dcc
354b4bf
09a6773
81c9494
07d927a
c2c580a
eaeeb68
9d1c01e
e63c1cd
c06683c
7e46930
4539028
8e4fd3d
9c3505d
239a5cf
20c812f
1e363e7
beae99c
989bbf8
135e3b5
13a597c
598a981
faf4725
2a37acf
1ef9bb7
d6ff403
23be027
ff1ae8c
cac0609
8c438a3
e560594
eb347a6
be77ee4
28bb7fe
430cf3f
748b70e
3e2fb9f
09ffe67
e9e7d31
0b626fb
31e7187
2c6df32
cffb2e5
47cc75c
24c9cdd
0759d47
41dbf0f
0679211
04ff61d
317de44
8a691d6
8e89ddc
81dded1
e17d63d
9b514fa
8308477
7dcd13c
8f62799
b4447ea
65dfd99
86c1bd2
2db8ff5
9172107
bb22bd5
769e53d
bda8632
60dd7c5
684b3e2
5612bb6
7f68068
dc89647
3696434
f9ab8e9
e3634c3
cd9a967
83698b4
fe721c9
baa69d2
b573992
bf94ba4
2800fcf
4b94044
9de6b4a
60efc2b
2a62200
7a9c499
4cb0b45
3284e77
cb0c2d3
be439c0
3191151
5e5722e
d9012da
f16317f
ad9a30a
b93e3e8
f0b850d
4ccb7a2
e31e9c1
4859511
2c7c234
f2d20f9
d82b903
1321dd9
a5777fb
21bb133
567e563
527c2ea
c7df285
710aa8d
d0c2a6b
cf29fef
d655a61
9628dd0
8f70a76
acd65e6
f34a0fd
3fefe77
304d4dc
440e0d3
09acde5
10a6ed3
4d7cf30
018c329
d306464
1eed317
21f2cdf
546df32
f9c1ee9
982adfc
37fccb6
d210974
0d3e0ec
2025754
42b28d6
6891dae
6830674
d1a9e9f
f7c82b7
9ace9bc
b53fea1
7507be1
d32ba9b
60e31b1
36f5a4d
c5ba357
c658803
60ba33b
3fda1ca
220cd8c
f1ef9e5
55ae8e3
7d9cca7
bf57add
7510c71
9ec3f03
5c94f99
15a1d01
761170f
1b8aa9d
174eee7
73be056
72d9958
8b29b60
dfe8dce
b5a0c5e
7c4b263
cc1e0cd
2397581
5ce9ad3
6152df8
d411d53
5d0d015
5271cca
ab9ddc1
2fd060c
0a52f8f
bdfee86
f04eba8
fa1f447
63f1bce
059c156
f2d1261
74f82c6
594a325
f75e2f0
a09e5c5
fae66a2
9664bf0
e3a9783
5cf9a11
6f1f45c
cd28c95
efeb796
6251c72
abc5caf
c2e0851
dbd9da1
600fe25
b70db29
9bef002
6503a5c
6f209f9
e17f516
aa1c92a
640a235
712b6e4
3e41329
64db379
8fe505a
d766f8b
f121d0a
ec0867d
f1832f6
89d9f14
8b3030b
569454d
053209b
085f316
ca5d6d8
50c1cef
1dbffb6
93a09dd
78a9f06
f1a6fb1
3ae58a1
e8459cd
b7a943a
fed3410
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.
Calling this "Fluent Windows" as the theme name is a divergence from WinUI I think. "Windows" also seems unnecessary as WPF only runs on Windows Desktop anyway (the Microsoft version).
Fluent v1: Windows 10 (which probably should have been included some time ago separately https://github.com/Kinnara/ModernWpf)
Fluent v2: Windows 11 and what this theme is based on.
The name for this theme should be "Fluent2" which has precedent: Aero2.
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.
@dipeshmsft Using "Fluent" is definitely better now. However, I'm curious why you didn't go with the technically correct name "Fluent2"?
If there is ever a "Fluent3" variation there might be a problem as you are faced with:
-> Using Fluent2 name in WPF for WinUI's Fluent3 (off by one is confusing)
-> Just updating Fluent to the latest and don't worry about the name (is breaking for apps depending on how much the styles change so is frowned upon)
-> Renaming this theme to Fluent2 and then have a side-by-side Fluent3.
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.
I agree that Windows is redundant here. We have changed the name to Fluent now. As we don't already have a Fluent version, Fluent2 may create confusion. We are still discussing the API proposal for Theme switching, where we will be discussing the names and we can rediscuss it with the API proposal.
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.
@dipeshmsft Ok, thanks for the clarification. Skipping just "Fluent" may indeed raise some questions to users.
Also note that it would theoretically be possible for a community member to contribute a Fluent (version 1) in the future (but not sure if you would allow resources for that as it's obsolete). So that would be a naming collision in that case. Just another thought here.