VistaStyleBuilder

Help => Windows Vista => Topic started by: iffy525 on December 04, 2008, 05:06:39 am



Title: Noob question: Explorer background color
Post by: iffy525 on December 04, 2008, 05:06:39 am
Where can I find the main explorer background color?  I've looked forever and can't find it.


Title: Re: Noob question: Explorer background color
Post by: drakkar1969 on December 04, 2008, 05:26:44 am
Quote from: "iffy525"
Where can I find the main explorer background color?  I've looked forever and can't find it.

You have to change the various parts in shellstyle.dll. See http://http://zeusosx.deviantart.com/art/Black-background-white-text-81934667 to change the background color of the explorer list view.

To change the background color of the folder tree, search for:
<ProperTreeHost
in the shellstyle.dll UIFILE, scroll down a few lines until you find:
background="themeable(argb(255, 252, 252, 252), window)"
and change the last three values to change the folder tree background color. For example, to make the background black, change the values to:
background="themeable(argb(255, 0, 0, 0), window)"