home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Extra / winamp503_full.exe / Plugins / old.system-colors.xml < prev    next >
Text File  |  2003-06-22  |  3KB  |  62 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="196,255,196"/> <!-- Item text color -->
  16.    <color id="studio.tree.selected" value="0,0,128"/> <!-- Select item text background color -->
  17.    <color id="studio.tree.hilited" value="0,255,255"/> <!-- Hilited item text background color -->
  18.    <color id="studio.tree.hiliteddrop" value="0,64,128"/> <!-- Drop marker color -->
  19.  
  20.    <!-- Generic Lists -->
  21.    <color id="studio.list.text" value="196,255,196"/> <!-- List item text color -->
  22.    <color id="studio.list.item.selected" value="0,0,128"/> <!-- Selected item text background color -->
  23.    <color id="studio.list.item.focused" value="0,0,128"/> <!-- Focused item text background color -->
  24.    <color id="studio.list.column.background" value="102,102,102"/> <!-- Columns background color -->
  25.    <color id="studio.list.column.text" value="255,255,255"/> <!-- Columns text color -->
  26.    <color id="studio.list.item.selected.fg" value="255,255,255" /><!-- Selected item text foreground color -->
  27.    
  28.    <!-- Item Lists, Lists with playable items -->
  29.    <color id="common.itemlist.outline.current" value="255,255,0"/> <!-- Currently playing outline color -->
  30.    <color id="common.itemlist.outline.focus" value="0,128,128"/> <!-- Focused item dashed outline color -->
  31.    <color id="common.itemlist.selborder" value="64,64,196"/>
  32.  
  33.    <!-- Message box -->
  34.    <color id="studio.msgBox.background" value="32,32,32"/> <!-- Messagebox background color -->
  35.    <color id="studio.textBar.text" value="248,248,248"/> <!-- Text object & message box text color -->
  36.    <color id="studio.textBar.background" value="32,32,32"/> <!-- Text object & message box text background color -->
  37.  
  38.    <!-- Buttons -->
  39.    <color id="studio.button.text" value="0,0,0"/> <!-- Buttons text color -->
  40.    <color id="studio.button.hiliteText" value="0,240,0"/> <!-- Buttons hilite text color, used by tab windows-->
  41.    <color id="studio.button.dimmedText" value="64,64,64"/> <!-- Buttons dimmed text color, when disabled -->
  42.  
  43.    <!-- Popup menus -->
  44.    <color id="studio.popup.text" value="0,0,0"/> <!-- Menu items text color -->
  45.    <color id="studio.popup.hiliteText" value="255,255,255"/> <!-- Hilited item text color -->
  46.    <color id="studio.popup.dimmedText" value="64,64,64"/> <!-- Disabled item text color -->
  47.  
  48.    <!-- Components -->
  49.    <color id="studio.component.title.foreground" value="255,255,255"/> <!-- Old title bar text color when using TTF -->
  50.    <color id="studio.component.title.border" value="1,1,1"/> <!-- Old title bar text outline when using TTF -->
  51.  
  52.    <!-- labeled windows -->
  53.    <color id="common.labelwnd.foreground" value="220,220,220"/> <!-- Text foreground color -->
  54.    <color id="common.labelwnd.background" value="0,0,0"/> <!-- Text drop shadow color -->
  55.  
  56.    <!-- edit wnds -->
  57.    <color id="wasabi.edit.selection" value="127,127,127" gammagroup="Backgrounds"/> <!-- Selected text -->
  58.    <color id="wasabi.edit.text" value="196,255,196" gammagroup="Text"/> <!--Text -->
  59.    <color id="wasabi.edit.background" value="0,0,0" gammagroup="Backgrounds"/> <!--Text background -->
  60.  
  61. </elements>
  62.