Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Noob question: Explorer background color  (Read 8117 times)
iffy525
Beginner
*
Posts: 73


View Profile
« 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.
Logged
drakkar1969
Beginner
*
Posts: 59


View Profile
« Reply #1 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)"
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!