krlvm / AccentColorizer

Recolorize Win32 controls in-memory with accent color without patching theme
MIT License
369 stars 12 forks source link

Colorize File explorer glyphs #3

Closed rounk-ctrl closed 2 years ago

rounk-ctrl commented 2 years ago

They are just stored in C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard as svg files. So it should be possible to make it follow the accent color

krlvm commented 2 years ago

Thanks for the idea, it remains to figure out how to incorporate this into the main project. I have made a quick and dirty prototype, but it is currently slow at getting file access rights for some reason.

https://github.com/krlvm/AccentColorizer-E11

krlvm commented 2 years ago

Also published an artifact so it is possible to test it in a VM without need to build: https://github.com/krlvm/AccentColorizer-E11/releases/tag/v0.0.1

rounk-ctrl commented 2 years ago

Cool