krlvm / AccentColorizer-E11

Accent Colorization for Windows 11 File Explorer Icon Glyphs
https://github.com/krlvm/AccentColorizer
212 stars 8 forks source link

Didn't work with light mode in 22622.290 #1

Closed HuyHung1408 closed 2 years ago

HuyHung1408 commented 2 years ago

It used to work with older builds. For now, reapplying it does nothing except the display setting icon. I did check C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light too image image

HuyHung1408 commented 2 years ago

Alright I checked, AccentColorizer-E11 works with dark mode, light mode didn't get patch (or patched but didn't work)

krlvm commented 2 years ago

Can you send contents of C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard?

HuyHung1408 commented 2 years ago

yep, here

krlvm commented 2 years ago

I guess after the update the original icons has been restored and it led to inconsistent state. Navigate to HKCU\SOFTWARE\AccentColorizer key and set light value to #0078D4, then run it again.

HuyHung1408 commented 2 years ago

It works! Thanks for fix, I got to say that your work was great!

krlvm commented 2 years ago

Fixed in v1.0.0, along with other bugs and slow performance.

HuyHung1408 commented 2 years ago

Nice, will check it.