The title bar color in Windows 10 is plain white by default, both for active windows as well as for inactive windows. Using the Personalize app, one can change the accent/color of the active title bar, but inactive title bar remains white as usual. However there is a registry setting to change inactive title bar color easily.
The above is the default title bar color, white, for both active and inactive windows. The active title bar color can be changed via Personalize >> Colors >> choosing an accent color >> enabling the option Show color on Start, taskbar, action center and title bar.
With that done, the active title bar color is changed, but the inactive title bar color isn’t.
To change the inactive title bar color, you need to create or edit a registry value named AccentColorInactive, set the preferred color code for that value.
Color Choices
start Paintbrush (mspaint.exe) or any tool that has a decent color picker module in it. Click the Edit colors button in the toolbar.
Pick a color from the list, or make up a custom color.
Note down the Red : Green : Blue (RGB) values, and convert each color code to HEX format using the calculator application (scientific mode).
For example, if you got 106 92 108 in the Edit Colors dialog, the HEX equivalent would be #66606C [ that is 66 60 6C].
Important: What we’ve got is the color code in RGB format… whereas Windows 10 stores the color codes in reverse format, that is BGR format instead of RGB. So, you’d be inputting 6C6066 in the registry.
Start the Registry Editor (Regedit.exe) and go to this key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM
Create a DWORD (32-bit) value named AccentColorInactive
Double-click AccentColorInactive and set its value data accordingly (6C6066, as derived earlier).
Close Registry Editor, and note that the change is applied immediately by the Desktop Window Manager, thus requiring no logoff-logon or restarting the shell.
That’s it!
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
Great Help – Thanks !!
doesn’t work at all on my version of Windows 10. 🙁
Nor mine
I used ,copied ,other numbers in same list . just like other choices listed (32055496) Success !
Thank you! This was the solution I was looking for, for this problem!
thanks work for me
Thank you, sir. You are a gentleman and a scholar!
Alas, did nothing to my UI either. 🙁
Thanks muchly – solved an annoying problem.
Rather than doing the whole color-computing thing, it seems easier to do it this way, using the color picker in Personalization:
winaero.com/change-color-of-inactive-title-bars-in-windows-10/
Cheers!
Is there a way to do this for Windows Store/modern apps? They seem to still be white.