Skip to content

Recolorize Win32 controls in-memory with accent color without patching theme

License

Notifications You must be signed in to change notification settings

ricol03/AccentColorizer-Arm32

 
 

Repository files navigation

AccentColorizer-Arm32

Colorize Windows with accent color of your choice - without modifying system files

AccentColorizer patches Windows theme data in-memory and recolorizes everything as soon as you change the accent color.

Supported Windows 10 build 15035 (Windows RT 8.0 and RT 8.1 are untested as of 23/12/2023).

Progress Bar colorization

AccentColorizer supports colorization of Progress Bars, but it is not recommended to enable, because it will make it difficult to distinguish between their states (progress bars may turn red to indicate an error, the disk full indicator turns red to indicate that space is running out). However, this is rarely used, and if you want to enable this feature, create the HKEY_CURRENT_USER\Software\AccentColorizer key in the registry and the DWORD value ColorizeProgressBar, set it to 1 and restart AccentColorizer.

This can be done from command line:

reg add "HKEY_CURRENT_USER\SOFTWARE\AccentColorizer" /v ColorizeProgressBar /t REG_DWORD /d 1 /f

Gallery

Windows 10 build 15035

Special thanks

Thanks to @pahaze and @Deinsti for the CMake and llvm-mingw32 reimplementations for Windows arm32
Thanks to @krlvm for the original AccentColorizer project
Thanks to @mcdenis for his idea and work on original AccentApplicator
Thanks to @rounk-ctrl and his work on AccentApplicator for bringing this project back to live

About

Recolorize Win32 controls in-memory with accent color without patching theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 8.1%