Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Window Background  (Read 12572 times)
soldiers33
Beginner
*
Posts: 22


View Profile
« on: September 18, 2009, 10:49:00 pm »

How to change the background colour of a window? I have tried changing it in window color and appearance but it still appears white. Im talkin about the background that is in documents or pictures or other folders.
Logged
rajtheeban
Beta Tester
Dedicated Themer
*
Posts: 192


View Profile WWW
« Reply #1 on: September 18, 2009, 11:15:17 pm »


not with VSB, only in your shellstyle (at least with Vista); search the following text and change "background" and "sortcolumn" to your color when you find them (5-6 times); foreground = for the text

<if id="atom(clientviewhost)">
<ViewHost
foreground="themeable(ARGB(255, 86, 86, 86), windowtext)"
background="themeable(ARGB(255, 252, 252, 252), window)"
sortcolumn="themeable(ARGB(255, 250, 250, 250), window)"
subtext="ARGB(255, 95, 95, 95)"

« Last Edit: September 18, 2009, 11:17:26 pm by rajtheeban » Logged
soldiers33
Beginner
*
Posts: 22


View Profile
« Reply #2 on: September 19, 2009, 09:39:41 am »

thx will try it out now, ow on earth do you guys find these things?

just checked the only thing i get is this

Quote
<if id="atom(clientviewhost)">

<ViewHost

foreground="windowtext"

background="themeable(gtc(ItemsView, 0, 0, 3802), window)"

sortcolumn="themeable(gtc(ItemsView, 0, 0, 3802), window)"

subtext="ARGB(255, 139, 139, 139)"

how will I know which one to edit if there is like 6 of them and all have the same text and nowhere to enter the color.
« Last Edit: September 19, 2009, 09:44:55 am by soldiers33 » Logged
rajtheeban
Beta Tester
Dedicated Themer
*
Posts: 192


View Profile WWW
« Reply #3 on: September 19, 2009, 10:01:20 am »


i don't know if that answers  your question, just change the "x" to your RGB color:

<if id="atom(clientviewhost)">
<ViewHost
foreground="themeable(ARGB(255, 86, 86, 86), windowtext)"
background="themeable(ARGB(255, x, x, x), window)"
sortcolumn="themeable(ARGB(255, x, x, x), window)"
subtext="ARGB(255, 95, 95, 95)"


ex:

<if id="atom(clientviewhost)">
<ViewHost
foreground="themeable(ARGB(255, 86, 86, 86), windowtext)"
background="themeable(ARGB(255, 0, 0, 0), window)"
sortcolumn="themeable(ARGB(255, 0, 0, 0), window)"
subtext="ARGB(255, 95, 95, 95)"

= Black background


This is a complete list of RGB color available (name and code)
http://en.wikipedia.org/wiki/List_of_colors



Complete tuto here: http://ZEUSosX.deviantart.com/art/Black-background-white-text-81934667
« Last Edit: September 19, 2009, 10:05:51 am by rajtheeban » Logged
soldiers33
Beginner
*
Posts: 22


View Profile
« Reply #4 on: September 19, 2009, 12:31:55 pm »

thx it worked.
Logged
sunbeam2000
Beta Tester
Dedicated Themer
*
Posts: 207


View Profile WWW
« Reply #5 on: September 21, 2009, 05:56:01 pm »

thx will try it out now, ow on earth do you guys find these things?

just checked the only thing i get is this

how will I know which one to edit if there is like 6 of them and all have the same text and nowhere to enter the color.

i didn't check it, but this looks like a 7 shellstyle txt, and this time the color is placed in the msstyle, so you can edit there with VSB
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!