Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Folder back color  (Read 7011 times)
pelotica
Beginner
*
Posts: 4


View Profile
« on: June 22, 2009, 11:19:11 pm »

Hi.
I just can't find where to set both the  Favorite links, as well as the Folders pane background color. (see in the picture they are both blue)

thanks
Logged
rajtheeban
Beta Tester
Dedicated Themer
*
Posts: 192


View Profile WWW
« Reply #1 on: June 23, 2009, 06:53:09 am »

hi pelotica:

1) for the background of favorite links: use the stylehack created by Panda x http://stylehacks.deviantart.com/art/Favorite-Links-Gradient-101822134
After  search: Explorer & Shell > Shell > CommonPlaces > Toolbar (you can add your own image or modify the gradient effect)
2) for the right part and top part of this background, you must see in your shellstyle: open it with a hex editor (restorator 2007 for example) and extray UIFILE.txt, and search <CommonPlacesHost (somewhere in middle)

Quote
<CommonPlacesHost
background="themeable(argb(255, 209, 215, 226), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
padding="rect(0rp,0rp,5rp,0rp)"

also: search <if id="atom(ProperTreeLinksHeader)">

Quote
<if id="atom(ProperTreeLinksHeader)">
<Element
foreground="themeable(argb(255, 0, 0, 0), windowtext)"
background="themeable(argb(255, 209, 215, 226), window)"
padding="rect(9rp,9rp,0rp,7rp)"
font="gtf(textstyle, TEXT_BODYTEXT, 2)"

you must change background lign (in red) with your color

3) finally for the second background, in UIFILE.txt, search <style resid="propertreestyle">

Quote
<style resid="propertreestyle">
<ProperTreeModule
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
/>

and search: <ProperTreeHost

Quote
<ProperTreeHost
fontsize="sysmetric(DSM_ICONFONTSIZE)"
fontweight="sysmetric(DSM_ICONFONTWEIGHT)"
fontstyle="sysmetric(DSM_ICONFONTSTYLE)"
fontface="sysmetricstr(DSMS_ICONFONTFACE)"
animation="rectangle|s|fast"
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 0, 0, 0), windowtext)"
padding="rect(0rp,0rp,5rp,0rp)
"

and change background color

Save the modification with hex editor

« Last Edit: June 23, 2009, 07:04:04 am by rajtheeban » Logged
pelotica
Beginner
*
Posts: 4


View Profile
« Reply #2 on: June 23, 2009, 02:27:29 pm »

Thanx!!!
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!