VistaStyleBuilder

Help => Windows 10 => Topic started by: Yaron on July 02, 2021, 08:07:20 pm



Title: Apply AccentColor to all titles and frames
Post by: Yaron on July 02, 2021, 08:07:20 pm
Hello,

Is it possible to apply the AccentColor (ColorizationColor in the THEME file) to all titles and frames without explicitly modifying the frames?

Thank you. 


Title: Re: Apply AccentColor to all titles and frames
Post by: 3am on July 03, 2021, 02:39:58 am
1) Change the COLORIZATIONCOLOR:INT values at 

Fonts, Colors, & System Metrics > Colors (Globals)
Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > Active
Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > MaxActive

Using this tool: https://www.vistastylebuilder.com/forum/index.php?topic=1187.0

2) Change the COLORIZATIONOPACITY to 0 at:

Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > Active
Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > Inactive
Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > MaxActive
Windows & Caption Buttons > Aero > DWM Window > Frames > Window > Top > MaxInactive


Title: Re: Apply AccentColor to all titles and frames
Post by: Yaron on July 03, 2021, 11:46:46 am
Thanks again for your help. I appreciate it.

Can you please let me know what I'm missing?

The color I want is RGB(33, 59, 127).

In the theme file I have:
AutoColorization=0
ColorizationColor=0X213B7F

(I get the correct "AccentColor"=dword:ff7f3b21 in the Registry).

Converting 0X213B7F, I get 2177919. - Following your steps and using 2177919, I get a wrong title color.





Title: Re: Apply AccentColor to all titles and frames
Post by: 3am on July 03, 2021, 12:43:58 pm
It has to be in argb format or ff213b7f (also in your theme file) yielding an int of -14599297

(https://imgur.com/lWFVN9t.png)


Title: Re: Apply AccentColor to all titles and frames
Post by: Yaron on July 03, 2021, 01:47:54 pm
Great! Thank you very much.

I may not have been clear enough.
I do not want inactive windows to have the same title color. How do I change that?

***

So the ff7f3b21 value I got in the Registry is ABGR?



Title: Re: Apply AccentColor to all titles and frames
Post by: 3am on July 03, 2021, 01:56:06 pm
You could try just adjusting the COLORIZATIONOPACITY values in the Inactive windows

You could try this which I'm not sure still works:

https://www.tenforums.com/tutorials/32118-how-change-color-inactive-title-bar-windows-10-a.html

Yes. In the registry it is ABGR.


Title: Re: Apply AccentColor to all titles and frames
Post by: Yaron on July 03, 2021, 02:26:54 pm
Quote
You could try just adjusting the COLORIZATIONOPACITY values in the Inactive windows

I've tried various values, but the color remains blue.

Quote
You could try this which I'm not sure still works:

https://www.tenforums.com/tutorials/32118-how-change-color-inactive-title-bar-windows-10-a.html

It seems to work only with the default theme.

Any other idea?

Thanks again.


Title: Re: Apply AccentColor to all titles and frames
Post by: 3am on July 03, 2021, 05:07:47 pm
Nope. All out of ideas. Sorry.


Title: Re: Apply AccentColor to all titles and frames
Post by: Yaron on July 03, 2021, 06:09:52 pm
But I've learned the hex format in the theme file should be ARGB, and the format in the Registry is ABGR. :)

Thanks again. I appreciate it.