home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / gtkrc < prev    next >
Text File  |  2004-09-27  |  2KB  |  73 lines

  1. style "metal-default"
  2. {
  3.   GtkWidget::interior_focus = 1
  4.   GtkButton::default_spacing = { 1, 1, 1, 1 }
  5.   GtkButton::default_outside_spacing = { 0, 0, 0, 0 }
  6.   GtkOptionMenu::indicator_size = { 11, 6 }
  7.   GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }
  8.  
  9.   font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
  10.   bg[NORMAL]      = { 0.80, 0.80, 0.80 }
  11.   fg[NORMAL]      = { 0.40, 0.40, 0.60 }
  12.   bg[PRELIGHT]    = { 0.80, 0.80, 1.00 }
  13.   fg[PRELIGHT]    = { 0.40, 0.40, 0.60 }
  14.   bg[ACTIVE]      = { 0.80, 0.80, 0.80 }
  15.   fg[ACTIVE]      = { 0.40, 0.40, 0.60 }
  16.   bg[SELECTED]    = { 0.60, 0.60, 0.80 }
  17.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  18.   base[SELECTED]  = { 0.60, 0.60, 0.80 }
  19.   text[SELECTED]  = { 0.00, 0.00, 0.00 }
  20.   base[ACTIVE]    = { 0.80, 0.80, 0.80 }
  21.   text[ACTIVE]    = { 0.00, 0.00, 0.00 }
  22.   engine "metal" 
  23.   {
  24.   }
  25. }
  26.  
  27. style "metal-black-fg"
  28. {
  29.   fg[NORMAL]      = { 0.00, 0.00, 0.00 }
  30.   fg[PRELIGHT]    = { 0.00, 0.00, 0.00 }
  31.   fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
  32.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  33. }
  34.  
  35. style "metal-paned"
  36. {
  37.   GtkPaned::handle_size = 8
  38. }
  39.  
  40. style "metal-range"
  41. {
  42.   GtkRange::trough_border = 0
  43.   GtkRange::slider_width = 17
  44.   GtkRange::stepper_size = 15
  45.   GtkRange::stepper_spacing = 0
  46. }
  47.  
  48. style "metal-scale"
  49. {
  50.   GtkRange::slider_width = 15
  51. #  GtkScale::slider_length = 15 # for drawing the scale more jlf-like
  52. }
  53.  
  54. style "metal-spin-button"
  55. {
  56.   GtkSpinButton::shadow_type = etched-in
  57. }
  58.  
  59. class "GtkWidget" style "metal-default"
  60. class "GtkPaned" style "metal-paned"
  61. class "GtkRange" style "metal-range"
  62. class "GtkScale" style "metal-scale"
  63. class "GtkSpinButton" style "metal-spin-button"
  64.  
  65. widget_class "*.*MenuItem*" style "metal-black-fg"
  66. widget_class "*.GtkOptionMenu*" style "metal-black-fg"
  67. widget_class "*.GtkCheckButton.*" style "metal-black-fg"
  68. widget_class "*.GtkRadioButton.*" style "metal-black-fg"
  69. widget_class "*.GtkButton.*" style "metal-black-fg"
  70. widget_class "*.GtkToggleButton.*" style "metal-black-fg"
  71.  
  72.  
  73.