home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / etc / gtk / gtkrc.basic < prev    next >
Encoding:
Text File  |  2004-10-11  |  1.6 KB  |  57 lines

  1. # Basic Theme v0.1
  2. # This is the whole basic theme, just this one gtkrc file.
  3. # It uses components of the standard and metal theme engines
  4. # If you want to make more or fewer widgets look like the metal theme
  5. # go down to the bottom of this file and add/remove the class statements.
  6. # Written by T. Liebeck, based on lots of different gtkrc files but
  7. # primarily the one for the metal theme.
  8. # email: tliebeck@interkinetic.com
  9.  
  10. style "default"
  11. {
  12.   font = "-b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"
  13.  
  14.   fg[NORMAL]      = { 0.00, 0.00, 0.20 }
  15.   text[NORMAL]      = { 0.00, 0.00, 0.20 }
  16.   bg[NORMAL]      = { 0.85, 0.85, 0.87 }
  17.   base[NORMAL]    = { 1.00, 1.00, 1.00 }
  18.  
  19.   fg[INSENSITIVE]      = { 0.60, 0.60, 0.62 }
  20.   bg[INSENSITIVE]      = { 0.85, 0.85, 0.87 }
  21.   base[INSENSITIVE]      = { 0.85, 0.85, 0.87 }
  22.  
  23.   fg[PRELIGHT]    = { 0.20, 0.40, 0.60 }
  24.   text[PRELIGHT]    = { 0.20, 0.40, 0.60 }
  25.   bg[PRELIGHT]    = { 0.60, 0.80, 1.00 }
  26.   base[PRELIGHT]    = { 0.60, 0.80, 1.00 }
  27.  
  28.   fg[ACTIVE]      = { 0.20, 0.40, 0.60 }
  29.   text[ACTIVE]      = { 0.20, 0.40, 0.60 }
  30.   bg[ACTIVE]      = { 0.85, 0.85, 0.87 }
  31.   base[ACTIVE]      = { 0.85, 0.85, 0.87 }
  32.  
  33.   fg[SELECTED]    = { 0.00, 0.00, 0.30 }
  34.   text[SELECTED]    = { 0.00, 0.00, 0.00 }
  35.   bg[SELECTED]    = { 0.40, 0.60, 0.80 }
  36.   base[SELECTED]    = { 0.40, 0.60, 0.80 }
  37.  
  38. # for gtk2...
  39. # font_name="Arial 12"
  40. }
  41.  
  42. #style "metal"
  43. #{
  44. #  engine "metal"
  45. #  {
  46. #    thickness = 1
  47. #  }  
  48. #}
  49.  
  50. class "GtkWidget" style "default"
  51. #class "GtkRange" style "metal"
  52. #class "GtkRadioButton" style "metal"
  53. #class "GtkCheckButton" style "metal"
  54. #class "GtkOptionMenu" style "metal"
  55. #class "GtkArrow" style "metal"
  56.  
  57.