home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / EMP.wal / system-colors.xml < prev    next >
Text File  |  2003-06-17  |  5KB  |  75 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.  
  12. <elements>
  13.  
  14.    <!-- Generic Trees -->
  15.    <color id="studio.tree.text" value="0,0,0" gammagroup="colors"/> <!-- Item text color -->
  16.    <color id="studio.tree.selected" value="100,100,100" gammagroup="colors"/> <!-- Select item text background color -->
  17.    <color id="studio.tree.hilited" value="100,100,100" gammagroup="colors"/> <!-- Hilited item text background color -->
  18.    <color id="studio.tree.hiliteddrop" value="100,100,100" gammagroup="colors"/> <!-- Drop marker color -->
  19.  
  20.    <!-- Generic Lists -->
  21.    <color id="studio.list.text" value="0,0,0" gammagroup="colors"/> <!-- List item text color -->
  22.    <color id="studio.list.item.selected" value="100,100,100" gammagroup="colors"/> <!-- Selected item text background color -->
  23.    <color id="studio.list.item.focused" value="100,100,100" gammagroup="colors"/> <!-- Focused item text background color -->
  24.    <color id="studio.list.column.background" value="150,150,150" gammagroup="colors"/> <!-- Columns background color -->
  25.    <color id="studio.list.column.text" value="0,0,0" gammagroup="colors"/> <!-- Columns text color -->
  26.    <color id="studio.list.item.selected.fg" value="150,150,150" gammagroup="colors"/><!-- Selected item text foreground color -->
  27.    
  28.    <!-- Item Lists, Lists with playable items -->
  29.    <color id="common.itemlist.outline.current" value="100,100,100" gammagroup="colors"/> <!-- Currently playing outline color -->
  30.    <color id="common.itemlist.outline.focus" value="100,100,100" gammagroup="colors"/> <!-- Focused item dashed outline color -->
  31.    <color id="common.itemlist.selborder" value="0,0,0" gammagroup="colors"/>
  32.  
  33.    <!-- Message box -->
  34.    <color id="studio.msgBox.background" value="0,0,0" gammagroup="colors"/> <!-- Messagebox background color -->
  35.    <color id="studio.textBar.text" value="0,0,0" gammagroup="colors"/> <!-- Text object & message box text color -->
  36.    <color id="studio.textBar.background" value="255,255,255" gammagroup="colors"/> <!-- Text object & message box text background color -->
  37.  
  38.    <!-- Buttons -->
  39.    <color id="studio.button.text" value="0,0,0" gammagroup="colors"/> <!-- Buttons text color -->
  40.    <color id="studio.button.hiliteText" value="0,0,0" gammagroup="colors"/> <!-- Buttons hilite text color, used by tab windows-->
  41.    <color id="studio.button.dimmedText" value="150,150,150" gammagroup="colors"/> <!-- Buttons dimmed text color, when disabled -->
  42.  
  43.    <!-- Popup menus -->
  44.    <color id="studio.popup.text" value="0,0,0" gammagroup="colors"/> <!-- Menu items text color -->
  45.    <color id="studio.popup.hiliteText" value="0,0,0" gammagroup="colors"/> <!-- Hilited item text color -->
  46.    <color id="studio.popup.dimmedText" value="100,100,100" gammagroup="colors"/> <!-- Disabled item text color -->
  47.  
  48.    <!-- Components -->
  49.    <color id="studio.component.title.foreground" value="0,0,0" gammagroup="colors"/> <!-- Old title bar text color when using TTF -->
  50.    <color id="studio.component.title.border" value="0,0,0" gammagroup="colors"/> <!-- Old title bar text outline when using TTF -->
  51.  
  52.    <!-- labeled windows -->
  53.    <color id="common.labelwnd.foreground" value="0,0,0" gammagroup="colors"/> <!-- Text foreground color -->
  54.    <color id="common.labelwnd.background" value="127,127,127" gammagroup="colors"/> <!-- Text drop shadow color -->
  55.  
  56.    <!-- edit wnds -->
  57.    <color id="wasabi.edit.selection" value="0,0,0" gammagroup="Backgrounds"/> <!-- Selected text -->
  58.    <color id="wasabi.edit.text" value="200,200,200" gammagroup="Text"/> <!--Text -->
  59.    <color id="wasabi.edit.background" value="0,0,0" gammagroup="Backgrounds"/> <!--Text background -->
  60.  
  61.    <color id="pledit.text" value="0,0,0" gammagroup="colors"/>    <!-- editor item color -->
  62.    <color id="pledit.text.readonly" value="0,0,0" gammagroup="colors"/>    <!-- text color in editor -->
  63.    <color id="pledit.text.current" value="0,0,0" gammagroup="colors"/> <!-- current playback file foreground -->
  64.    <color id="pledit.text.disabled" value="100,100,100" gammagroup="colors" /> <!-- disabled entries -->
  65.  
  66.    <color id="pledit.currentoutline" value="100,100,100" gammagroup="colors"/> <!-- current playback file outline -->
  67.    <color id="pledit.dir.plitem" value="0,0,0" gammagroup="colors" /> <!-- playlist directory item foreground -->
  68.    <color id="pledit.dir.plitem.currect" value="0,0,0" gammagroup="colors" /> <!-- playlist directory item current rectangle marker -->
  69.    <color id="pledit.dir.working" value="0,0,0" /> 
  70.    <color id="pledit.dir.workingbg" value="150,150,150" /> 
  71.  
  72.    <color id="studio.status.text" value="0,0,0" /> 
  73.  
  74. </elements>
  75.