home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / tema / aos / download / SKY397.ZIP / system / themes / advanced.sgt next >
Text File  |  2003-04-19  |  2KB  |  41 lines

  1. # Advanced SkyOS theme.
  2. # This file gets loaded and parsed when SkyOS boots. (init application).
  3. # For default, all applications will start with following theme configurations.
  4.  
  5. ##################################################################################
  6. #                                 title bar                                      #
  7. ##################################################################################
  8. # Color of title if window has focus
  9. titlecolor_focus=0x002878FA
  10.  
  11. # Color of title if window doesn't have focus
  12. titlecolor_nofocus=0x00808080
  13.  
  14. # Style of title
  15. # 1 = SOLID_FILL (always used if bpp <= 8)
  16. # 2 = DRAW_LINES in title bar (only in solid fill mode)
  17. # 4 = FADED FILL
  18. titlestyle=0x00000003
  19.  
  20.  
  21. ##################################################################################
  22. #                                 scrollbar                                      #
  23. ##################################################################################
  24. # Color of scrollbar body
  25. scrollbar_body_color=0x002878FA
  26.  
  27. ##################################################################################
  28. #                                  listbox                                       #
  29. ##################################################################################
  30. listboxcaptionbackground=0x00808080
  31. listboxcaptiontextcolor=0x00000000
  32. listboxselectcolor=0x0000FF00
  33.     
  34. ##################################################################################
  35. #                                   button                                       #
  36. ##################################################################################
  37. buttonstyle=0x00000000
  38. buttoncolor=0x00808080
  39. buttoncolor_over=0x002878FA
  40.  
  41.