home *** CD-ROM | disk | FTP | other *** search
/ Minami 48 / MINAMI48.ISO / Extra / winamp502_full.exe / Plugins / system-colors.xml < prev    next >
Text File  |  2003-11-13  |  5KB  |  88 lines

  1. <!-- 
  2.  
  3.   system-colors.xml
  4.  
  5.  
  6.   this file contains all the static color definitions for Wasabi. An objects that does not rely on a group will use 
  7.   one of these elements to decide what color to use.
  8.  
  9.  
  10.  
  11.   Just like in system-elements.xml, the elements beginning with "studio." and "common." have
  12.   been moved to system-element-aliases.xml for backwards compatibility.  If you are building a
  13.   skin for Winamp3 (Wasabi Build 488), you should override these element IDs and include the
  14.   aliases file in your own skin.
  15.  
  16. -->
  17.  
  18.  
  19. <elements>
  20.  
  21. <!-- Generic Trees -->
  22.   <color id="wasabi.tree.text" value="196,255,196" gammagroup="Text"/> <!-- Item text color -->
  23.   <color id="wasabi.tree.selected" value="0,0,128" gammagroup="Text Backgrounds"/> <!-- Select item text background color -->
  24.   <color id="wasabi.tree.hiliteddrop" value="0,64,128"/> <!-- Drop marker color -->
  25.  
  26.   
  27. <!-- Generic Lists -->
  28.   <color id="wasabi.list.text" value="196,255,196" gammagroup="Text"/> <!-- List item text color -->
  29.   <color id="wasabi.list.item.selected" value="0,0,128" gammagroup="Text Backgrounds"/> <!-- Selected item text background color -->
  30.   <color id="wasabi.list.item.focused" value="0,0,128" gammagroup="Text Backgrounds"/> <!-- Focused item text background color -->
  31.   <color id="wasabi.list.column.background" value="102,102,102" gammagroup="Text Backgrounds"/> <!-- Columns background color -->
  32.   <color id="wasabi.list.column.text" value="255,255,255" gammagroup="Text"/> <!-- Columns text color -->
  33.   <color id="wasabi.list.item.selected.fg" value="255,255,255" gammagroup="Text"/> <!-- Selected item text foreground color -->
  34.   <color id="wasabi.list.column.separator" value="128,128,128"  gammagroup="Backgrounds"/> <!-- Color of line between columns -->
  35.  
  36.   <!-- Haven't changed listwnd.cpp yet!!! -->
  37.  
  38.  
  39. <!-- Item Lists, Lists with playable items -->
  40.   <color id="wasabi.itemlist.outline.current" value="255,255,0"/> <!-- Currently playing outline color -->
  41.   <color id="wasabi.itemlist.outline.focus" value="0,128,128"/> <!-- Focused item dashed outline color -->
  42.   <color id="wasabi.itemlist.selborder" value="64,64,196"/>
  43.  
  44.  
  45. <!-- Message box -->
  46.   <color id="wasabi.msgBox.background" value="32,32,32" gammagroup="Backgrounds"/> <!-- Messagebox background color -->
  47.   <color id="wasabi.textBar.text" value="248,248,248" gammagroup="Text"/> <!-- Text object & message box text color -->
  48.   <color id="wasabi.textBar.background" value="32,32,32" gammagroup="Text Backgrounds"/> <!-- Text object & message box text background color -->
  49.  
  50.  
  51. <!-- Buttons -->
  52.   <color id="wasabi.button.text" value="0,0,0" gammagroup="Text"/> <!-- Buttons text color -->
  53.   <color id="wasabi.button.hiliteText" value="0,240,0" gammagroup="Text"/> <!-- Buttons hilite text color, used by tab windows-->
  54.   <color id="wasabi.button.dimmedText" value="64,64,64" gammagroup="Text"/> <!-- Buttons dimmed text color, when disabled -->
  55.  
  56.  
  57. <!-- Popup menus -->
  58.   <color id="wasabi.popup.text" value="0,0,0" gammagroup="Text"/> <!-- Menu items text color -->
  59.   <color id="wasabi.popup.hiliteText" value="255,255,255" gammagroup="Text"/> <!-- Hilited item text color -->
  60.   <color id="wasabi.popup.dimmedText" value="64,64,64" gammagroup="Text"/> <!-- Disabled item text color -->
  61.  
  62.  
  63. <!-- Components -->
  64.   <color id="wasabi.component.title.foreground" value="255,255,255" gammagroup="Text"/> <!-- Old title bar text color when using TTF -->
  65.   <color id="wasabi.component.title.border" value="1,1,1" gammagroup="Text Backgrounds"/> <!-- Old title bar text outline when using TTF -->
  66.  
  67.  
  68. <!-- labeled windows -->
  69.   <color id="wasabi.labelwnd.foreground" value="220,220,220" gammagroup="Text"/> <!-- Text foreground color -->
  70.   <color id="wasabi.labelwnd.background" value="0,0,0" gammagroup="Text Backgrounds"/> <!-- Text drop shadow color -->
  71.  
  72.  
  73. <!-- edit wnds -->
  74.   <color id="wasabi.edit.selection" value="127,127,127" gammagroup="Text Backgrounds"/> <!-- Selected text -->
  75.   <color id="wasabi.edit.text" value="196,255,196" gammagroup="Text"/> <!--Text -->
  76.   <color id="wasabi.edit.background" value="0,0,0" gammagroup="Text Backgrounds"/> <!--Text background -->
  77.  
  78. </elements>
  79.  
  80. <elements>
  81.   <color id="wasabi.text.color" value="255,255,255" gammagroup="Text"/>
  82.   <color id="wasabi.text.color.inverse" value="0,0,0" gammagroup="Text Inverse"/>
  83. </elements>
  84.  
  85. <include file="system-element-aliases.xml"/>
  86. <!-- also included in system-elements.xml, but it doesnt hurt to be thorough.  I think. :) -->
  87.  
  88.