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

  1. # Standard 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. # Do not change this file! 
  6. # If you want to create a new theme, just create another file.
  7.  
  8. ##################################################################################
  9. #                                 title bar                                      #
  10. ##################################################################################
  11. # Color of title if window has focus
  12. titlecolor_focus=0x002878FA
  13.  
  14. # Color of title if window doesn't have focus
  15. titlecolor_nofocus=0x00808080
  16.  
  17. # Style of title
  18. # 1 = SOLID_FILL (always used if bpp <= 8)
  19. # 2 = DRAW_LINES in title bar (only in solid fill mode)
  20. # 4 = FADED FILL
  21. titlestyle=0x00000004
  22.  
  23.  
  24. ##################################################################################
  25. #                                 scrollbar                                      #
  26. ##################################################################################
  27. # Color of scrollbar body
  28. scrollbar_body_color=0x002878FA
  29.  
  30. ##################################################################################
  31. #                                  listbox                                       #
  32. ##################################################################################
  33. listboxcaptionbackground=0x0082B4D2
  34. listboxcaptiontextcolor=0x00FFFFFF
  35. listboxselectcolor=0x0082B4D2
  36.     
  37. ##################################################################################
  38. #                                   button                                       #
  39. ##################################################################################
  40. buttonstyle=0x00000000
  41. buttoncolor=0x00808080
  42. buttoncolor_over=0x002878FA
  43.  
  44. ##################################################################################
  45. #                                   Desktop                                      #
  46. ##################################################################################
  47. # 0 .. Solidfill
  48. # 1 .. Image
  49.  
  50. backgroundstyle=0x00000000
  51. backgroundcolor=0x00000000
  52. backgroundimage="/boot/system/themes/back/green.bmp"
  53.  
  54.