Akascape / py-window-styles

Customize your python UI window with awesome pre-built windows 11 themes.
Creative Commons Zero v1.0 Universal
324 stars 16 forks source link

Wrong accent colour #15

Closed infinitepower18 closed 7 months ago

infinitepower18 commented 7 months ago

The accent colour being returned doesn't match with the rest of the system. Notice the difference in the button colour of my app compared to the MS Store's install button.

image
littlewhitecloud commented 7 months ago

image

Akascape commented 7 months ago

@infinitepower18 I am not getting the wrong color, it is simply giving the windows accent color. (Compare with the settings widgets) Screenshot

Secondly, the button color of microsoft store is little bit bright, maybe because of the themes they have used.

Screenshot 2

Valer100 commented 1 month ago

@infinitepower18 If you want to get the dark mode accent color, you can use my Python module winaccent.

infinitepower18 commented 1 month ago

@infinitepower18 If you want to get the dark mode accent color, you can use my Python module winaccent.

@Valer100 thanks, I'll take a look