Is this project alive?
Yes, thanks to Sanlorng, it's still alive 😂
No description provided.
#66 was merged
@Konyaco @Sanlorng Thank you for a great project! I'm looking forward to the custom accent color support =)
@Konyaco @Sanlorng Thank you for a great project! I'm looking forward to the custom accent color support =)
I've tried to support it, i can detect the windows theme changed event, but the fluent design color generation algorithm (dark1, dark2, dark3, light1, light2, light3) isn't exposed in the figma file.
@Sanlorng Even this level of accent color support where users can specify custom colors would be a great step. System-level theme color detection is great but still a secondary feature I think.
@Sanlorng Even this level of accent color support where users can specify custom colors would be a great step. System-level theme color detection is great but still a secondary feature I think.
What I want to say is that it is not just a simple accent color. The accent color value of the entire theme is derived from a base color into six colors: light 1, light 2, light 3, dark 1, dark 2, and dark 3. These six colors build the accent color experience of all components. Currently, the accent color derivation algorithm has not been exposed, which makes it impossible for us to implement the function of changing the accent color.
See color_generator and color_generator_expbranch, you can see some of the attempts we made on these two branches.
@Sanlorng @Konyaco Hello again!
Thank you for your hard work on this project! Could you please let us know when the next version with the recent changes might be released? Looking forward to it!
@Sanlorng Thank you for the clarification regarding the accent color.
Have you considered to hardcode all the standard Windows UI colors represented in Settings -> Personalization -> Accent Color? It's the same approach as the current blue color, but it provides choice flexibility. As I understand we can somehow derive (just using pixel color picker) that six colors for every standard color and represent them in the library.
@Sanlorng Thank you for the clarification regarding the accent color.
Have you considered to hardcode all the standard Windows UI colors represented in Settings -> Personalization -> Accent Color? It's the same approach as the current blue color, but it provides choice flexibility. As I understand we can somehow derive (just using pixel color picker) that six colors for every standard color and represent them in the library.
![]()
The hardcode proposal was exists in color_generator_exp branch。But it is not so good,because Windows has Auto Accent Color options,
@Sanlorng @Konyaco Hello again!
Thank you for your hard work on this project! Could you please let us know when the next version with the recent changes might be released? Looking forward to it!
I am waiting @Konyaco review the PRs, but he is very busy.😂
this project is awesome. is there a buymeacoffee or can you enable github sponsorships?
Hi, thank you again for your work on this project!
I wanted to check if there’s any update or an estimated timeline for the next official release?
Hi, thank you again for your work on this project!
I wanted to check if there’s any update or an estimated timeline for the next official release?
Version 0.1.0 has been released to Maven Central and is now available for you to use.