home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / themes / Redmond / gtk-2.0 / gtkrc
Encoding:
Text File  |  2006-08-22  |  2.4 KB  |  98 lines

  1. style "standard-default"
  2. {
  3.   GtkWidget::interior_focus = 2
  4.   GtkButton::default_border = { 1, 1, 1, 1 }
  5.   GtkButton::default_outside_border = { 0, 0, 0, 0 }
  6.   GtkOptionMenu::indicator_size = { 9, 5 }
  7.   GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
  8.  
  9.   GtkButton::child_displacement_x = 1
  10.   GtkButton::child_displacement_y = 1
  11.  
  12.   fg[ACTIVE]        = { 0.0, 0.0, 0.0 }
  13.   fg[INSENSITIVE]   = { 0.5, 0.5, 0.5 }
  14.   fg[NORMAL]        = { 0.0, 0.0, 0.0 }
  15.   fg[PRELIGHT]      = { 0.0, 0.0, 0.0 }
  16.   fg[SELECTED]      = { 1.0, 1.0, 1.0 }
  17.  
  18.   bg[ACTIVE]        = { 0.83, 0.81, 0.78 } 
  19.   bg[INSENSITIVE]   = { 0.83, 0.81, 0.78 } 
  20.   bg[NORMAL]        = { 0.83, 0.81, 0.78 } 
  21.   bg[PRELIGHT]      = { 0.83, 0.81, 0.78 } 
  22.   bg[SELECTED]      = { 0.04, 0.14, 0.41 }
  23.  
  24.   base[ACTIVE]      = { 0.04, 0.14, 0.41 }
  25.   base[INSENSITIVE] = { 0.83, 0.81, 0.78 }
  26.   base[NORMAL]      = { 1.0, 1.0, 1.0 }
  27.   base[PRELIGHT]    = { 0.04, 0.14, 0.41 }
  28.   base[SELECTED]    = { 0.04, 0.14, 0.41 }
  29.  
  30.   text[ACTIVE]      = { 1.0, 1.0, 1.0 }
  31.   text[INSENSITIVE] = { 0.5, 0.5, 0.5 }
  32.   text[NORMAL]      = { 0.0, 0.0, 0.0 }
  33.   text[PRELIGHT]    = { 1.0, 1.0, 1.0 }
  34.   text[SELECTED]    = { 1.0, 1.0, 1.0 }
  35.  
  36.   engine "redmond95" {}
  37. }
  38.  
  39. class "GtkWidget" style "standard-default"
  40.  
  41. style "standard-menu"
  42. {
  43.   bg[PRELIGHT] = { 0.04, 0.14, 0.41 }
  44.   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  45. }
  46.  
  47. widget_class "*MenuItem*" style "standard-menu"
  48.  
  49. style "standard-menubar-item"
  50. {
  51.   bg[PRELIGHT] = { 0.83, 0.81, 0.78 } 
  52.   fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  53. }
  54.  
  55. class "*MenuBar.*MenuItem*" style "standard-menubar-item"
  56. widget_class "*MenuBar.*MenuItem*" style "standard-menubar-item"
  57.  
  58. style "standard-list"
  59. {
  60.    bg[NORMAL] = { 0.9, 0.9, 0.9 }
  61.    bg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  62. }
  63.  
  64. class "GtkList" style "standard-list"
  65.  
  66. style "standard-scrollbar"
  67. {
  68.   GtkRange::trough_border = 1
  69.   GtkRange::slider_width = 16
  70.   GtkRange::stepper_size = 16
  71.   GtkRange::stepper_spacing = 0
  72. }
  73.  
  74. class "GtkScrollbar" style "standard-scrollbar"
  75.  
  76.  
  77. style "standard-scales"
  78. {
  79.   GtkRange::slider-width = 21
  80.   GtkScale::slider-length = 11
  81. }
  82.  
  83. class "*Scale*" style "standard-scales"
  84.  
  85. style "standard-option-menu"
  86. {
  87.   GtkOptionMenu::indicator_width = 7
  88.   GtkOptionMenu::indicator_left_spacing = 6
  89.   GtkOptionMenu::indicator_right_spacing = 4
  90. }
  91.  
  92. class "GtkOptionMenu" style "standard-option-menu"
  93.  
  94. style "standard-progressbar" {
  95.   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  96. class "GtkProgressBar" style "standard-progressbar"
  97.