home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / CHIP_CD_2004-12.iso / service / winamp / skin / The_Gun.wal / xml / system-colors.xml < prev    next >
Text File  |  2003-10-02  |  5KB  |  85 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.  <!-- playlist editor -->
  14.  <color id="pledit.text" value="225,225,225"/>    <!-- text color in editor -->
  15.  <color id="pledit.text.readonly" value="225,225,225"/>    <!-- text color in editor -->
  16.  <color id="pledit.text.current" value="225,225,225"/> <!-- current playback file foreground -->
  17.  <color id="pledit.currentoutline" value="225,225,225" /> <!-- current playback file outline color -->
  18.  <color id="pledit.dir.plitem" value="225,225,225" /> <!-- playlist directory item foreground color -->
  19.  <color id="pledit.dir.working" value="225,225,225" /> <!-- playlist directory working playlist item foreground color -->
  20.  <color id="pledit.dir.workingbg" value="225,225,225" /> <!-- playlist directory working playlist item background color -->
  21.  <color id="pledit.dir.plitem.currect" value="225,225,225" />
  22.  <!-- Generic Trees -->
  23.  <color id="studio.tree.text" value="225,225,225"/> <!-- Item text color -->
  24.  <color id="studio.tree.selected" value="92,92,92"/> <!-- Select item text background color -->
  25.  <color id="studio.tree.hilited" value="92,92,92"/> <!-- Hilited item text background color -->
  26.  <color id="studio.tree.hiliteddrop" value="225,225,225"/> <!--235,155 Drop marker color -->
  27.  <!-- Generic Lists -->
  28.  <color id="studio.list.text" value="225,225,225"/> <!-- List item text color -->
  29.  <color id="studio.list.item.selected" value="92,92,92"/> <!-- Selected item text background color -->
  30.  <color id="studio.list.item.focused" value="92,92,92"/> <!-- Focused item text background color -->
  31.  <color id="studio.list.column.background" value="92,92,92"/> <!-- Columns background color -->
  32.  <color id="studio.list.column.text" value="225,225,225"/> <!-- Columns text color -->
  33.  <color id="studio.list.column.separator" value="225,225,225"/> <!-- Columns separator color -->
  34.  <color id="studio.list.item.selected.fg" value="225,225,225" /><!-- Selected item text foreground color -->
  35.  <!-- Item Lists -->
  36.  <color id="common.itemlist.outline.current" value="92,92,92"/> <!-- Currently playing outline color -->
  37.  <color id="common.itemlist.outline.focus" value="92,92,92"/> <!-- Focused item dashed outline color -->
  38.  <color id="common.itemlist.selborder" value="92,92,92"/>
  39.  <!-- Message box -->
  40.  <color id="studio.msgBox.background" value="32,32,32"/> <!-- Messagebox background color -->
  41.  <color id="studio.textBar.text" value="225,225,225"/> <!-- Text object & message box text color -->
  42.  <color id="studio.textBar.background" value="32,32,32"/> <!-- Text object & message box text background color -->
  43.  <!-- Buttons -->
  44.  <color id="studio.button.text" value="255,255,255"/> <!-- Buttons text color -->
  45.  <color id="studio.button.hiliteText" value="255,255,255"/> <!-- Buttons hilite text color, used by tab windows-->
  46.  <color id="studio.button.dimmedText" value="255,255,255"/> <!-- Buttons dimmed text color, when disabled -->
  47.  <!-- Popup menus -->
  48.  
  49.  <!-- labeled windows -->
  50.  <color id="common.labelwnd.foreground" value="225,225,225" /> <!-- Text foreground color -->
  51.  <color id="common.labelwnd.background" value="225,225,225"/> <!-- Text drop shadow color -->
  52.  <!-- edit wnds -->
  53.  <color id="wasabi.edit.selection" value="125,125,125" />
  54.  <color id="wasabi.edit.text" value="225,225,225" />
  55.  <color id="wasabi.edit.background" value="255,255,255" />
  56.  <!-- Components -->
  57.  <color id="studio.component.title.foreground" value="225,225,225" /> <!-- Old title bar text color when using TTF -->
  58.  <color id="studio.component.title.border" value="225,225,225"/> <!-- Old title bar text outline when using TTF -->
  59.  <color id="wasabi.statusbar.text" value="225,225,225" />
  60. </elements>
  61.  
  62. <groupdef id="wasabi.text.group" inherit_content="1">
  63.  <sendparams target="wasabi.text" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  64. </groupdef>
  65.  
  66. <groupdef id="studio.configgroup.std" inherit_content="1">
  67.  <sendparams target="cfg.txt" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  68. </groupdef>
  69.  
  70. <groupdef id="wasabi.buttonbar.stack" inherit_content="1">
  71.  <sendparams target="buttonbar.text" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  72. </groupdef>
  73.  
  74. <groupdef id="wasabi.titlebox.center.group" inherit_content="1" >
  75.  <sendparams target="titlebox.text" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  76. </groupdef>
  77.  
  78. <groupdef id="wasabi.tabsheet.button.selected.group" inherit_content="1">
  79.  <sendparams target="text" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  80. </groupdef>
  81.  
  82. <groupdef id="wasabi.tabsheet.button.unselected.group" inherit_content="1">
  83.  <sendparams target="text" color="225,225,225" shadowcolor="225,225,225" shadowx="0" shadowy="0" fontsize="14" />
  84. </groupdef>
  85.