Title: Folder back color Post by: pelotica 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) (http://www.joserafaelperez.com/pub/lep-blue.jpg) thanks Title: Re: Folder back color Post by: rajtheeban 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 Title: Re: Folder back color Post by: pelotica on June 23, 2009, 02:27:29 pm Thanx!!!
|