home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Utilitare / DesktopSidebar / Plugins / NotesEditor.DSPACKAGE / NotesEditor.dsskin < prev   
Encoding:
Extensible Markup Language  |  2004-07-07  |  1.1 KB  |  63 lines

  1. <?xml version="1.0" encoding="utf-8" ?> 
  2. <root>
  3.  
  4. <skin id="blue">
  5.     
  6.     <item name="black" > 
  7.         <appearance name="standard" 
  8.                     textColor="0,0,0"    
  9.         />
  10.     </item>
  11.  
  12.     <item name="red" > 
  13.         <appearance name="standard" 
  14.                     textColor="255,0,0"
  15.         />
  16.     </item>
  17.     <item name="green" > 
  18.         <appearance name="standard" 
  19.                     textColor="0,255,0"
  20.         />
  21.     </item>
  22.     <item name="yellow" > 
  23.         <appearance name="standard" 
  24.                     textColor="255,255,0"
  25.         />
  26.     </item>
  27.     <item name="blue" > 
  28.         <appearance name="standard" 
  29.                     textColor="0,0,255"
  30.         />
  31.     </item>
  32.     <item name="purple" > 
  33.         <appearance name="standard" 
  34.                     textColor="255,0,255"
  35.  
  36.         />
  37.     </item>
  38.     <item name="orange" > 
  39.         <appearance name="standard" 
  40.                     textColor="244,169,13"
  41.         />
  42.     </item>
  43.     <item name="white" > 
  44.         <appearance name="standard" 
  45.                     textColor="255,255,255"
  46.         />
  47.     </item>
  48.     <item name="turquoise" > 
  49.         <appearance name="standard" 
  50.                     textColor="0,255,255"
  51.         />
  52.     </item>
  53.     <item name="sep" > 
  54.         <appearance name="standard" 
  55.                     fillstyle="bitmap"
  56.                     fillimage="seperator.bmp"
  57.         />
  58.     </item>
  59.  
  60. </skin>
  61.  
  62. </root>
  63.