krlvm / AccentColorizer

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

question #30

Closed vippium closed 1 year ago

vippium commented 1 year ago

Is there any way to use the progress bar colorization for every progress bar except the disk capacity bar.?? like I want to colorize all the progress bar but not the disk capacity bar (it should always be blue) as the color is not optimized well to use it on disk capacity bar.

krlvm commented 1 year ago

You just need to comment this line out

https://github.com/krlvm/AccentColorizer/blob/01b012c895082434925b4d3a6993c4699f98a5cf/AccentColorizer/StyleModifier.cpp#L258

vippium commented 1 year ago

Done..what to do next.

Compiling it in VS

krlvm commented 1 year ago

The executable you produced will not colorize the disk capacity bar

vippium commented 1 year ago

Thanks...Finally completed.