home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / winamp501_full.exe / $_14327_ / system-colors.xml < prev    next >
Text File  |  2003-11-16  |  4KB  |  57 lines

  1. <!--
  2.  
  3.   system-colors.xml
  4.  
  5.   this file contains all the static color definitions for Wasabi. An objects that does not rely on a group will use
  6.   one of these elements to decide what color to use.
  7.  
  8. -->
  9.  
  10.  
  11. <elements>
  12.  
  13.   <!-- Winamp Modern Skin custom colors - use your own instead -->
  14.  
  15.   <color id="font.display" value="255,255,255" gammagroup="DisplayElements"/>
  16.   <color id="font.display.songticker" value="255,255,255" gammagroup="DisplaySongticker"/>
  17.   <color id="font.display.songtickershade" value="255,255,255" gammagroup="DisplaySongtickerShade"/>
  18.   <color id="titlebar.text.color" value="255,255,255" gammagroup="TitlebarText"/>
  19.   <color id="drawer.color.text.dark" value="0,0,0" gammagroup="TextDark"/>
  20.  
  21.   <!-- Generic Lists -->
  22.   <color id="wasabi.list.text" value="255,255,255" gammagroup="ListText"/> <!--lists/trees item foreground (also edit text) -->
  23.   <color id="wasabi.list.background" value="28,61,125" gammagroup="ListBackground"/>  <!--lists/trees item background (also bg for edit) -->
  24.  
  25.   <color id="wasabi.list.text.selected" value="214,228,255" gammagroup="ListTextSelected"/> <!--listview/treeview selection bar text color -->
  26.   <color id="wasabi.list.text.selected.background" value="103,136,201" gammagroup="ListSelBackground"/> <!--listview/treeview selection bar backcolor -->
  27.   <color id="studio.list.item.selected" value="103,136,201" gammagroup="ListSelBackground"/>
  28.   <color id="studio.list.item.focused" value="103,136,201" gammagroup="ListSelBackground"/>
  29.  
  30.  
  31.   <color id="wasabi.list.text.current" value="187,210,255" gammagroup="ListTextCurrent"/> <!-- currently playing item in lists -->
  32.   <color id="wasabi.list.text.selected.inactive" value="214,228,255" gammagroup="ListTextSelected"/> <!-- listview/treeview selection bar textcolor (inactive) -->
  33.   <color id="wasabi.list.text.selected.background.inactive" value="103,136,201" gammagroup="ListSelBackground"/> <!-- listview/treeview selectionbar back color (inactive) -->
  34.  
  35.   <color id="wasabi.list.column.background" value="204,208,217" gammagroup="Backgrounds"/> <!-- listview header background color -->
  36.   <color id="wasabi.list.column.text" value="0,0,0" gammagroup="ListColumnText"/> <!-- listview header text color -->
  37.   <color id="wasabi.list.column.frame.top" value="246,246,248" gammagroup="Backgrounds"/> // listview header frame top color
  38.   <color id="wasabi.list.column.frame.middle" value="142,150,163" gammagroup="Backgrounds"/> // listview header frame middle color
  39.   <color id="wasabi.list.column.frame.bottom" value="0,0,0" gammagroup="Backgrounds"/> // listview header frame bottom color
  40.   <color id="wasabi.list.column.empty" value="142,150,163" gammagroup="Backgrounds"/> // listview header empty color (beyond the columns
  41.  
  42.   <!-- edit wnds -->
  43.   <color id="wasabi.window.background" value="127,135,149" gammagroup="Backgrounds"/> <!--window background. -  If this color is not defined, a whole container is created in memory to extract a pixel, so specifying it makes skin loading faster -->
  44.   <color id="wasabi.window.text" value="255,255,255" gammagroup="listText"/> <!--text color within windows -->
  45.   <color id="wasabi.border.sunken" value="204,208,217" gammagroup="Backgrounds"/> // color of dividers and sunken borders
  46.  
  47.   <color id="wasabi.scrollbar.foreground" value="28,61,125" gammagroup="ListBackground"/> <!-- scrollbar foreground color -->
  48.   <color id="wasabi.scrollbar.background" value="0,0,0" gammagroup="ListBackground"/> <!-- scrollbar background color -->
  49.   <color id="wasabi.scrollbar.foreground.inverted" value="0,0,0" gammagroup="ListBackground"/> <!-- inverse scrollbar foreground color -->
  50.   <color id="wasabi.scrollbar.background.inverted" value="0,0,0" gammagroup="ListBackground"/> <!-- inverse scrollbar background color -->
  51.  
  52.   <color id="wasabi.button.text" value="0,0,0" gammagroup="ButtonText"/> <!-- Buttons text color -->
  53.   <color id="wasabi.button.hiliteText" value="0,0,0" gammagroup="ButtonText"/> <!-- Buttons hilite text color, used by tab windows-->
  54.   <color id="wasabi.button.dimmedText" value="149,156,169" gammagroup="ButtonText"/> <!-- Buttons dimmed text color, when disabled -->
  55.  
  56. </elements>
  57.