home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / themes / Redmond / gtk-2.0 / gtkrc
Encoding:
Text File  |  2009-04-14  |  3.0 KB  |  118 lines

  1.  
  2. gtk-icon-sizes = "mini-commander-icon=32,32:print-manager=32,32:panel-button=32,32:gtk-dnd=32,32:gtk-menu=16,16:panel-menu=22,22:gtk-large-toolbar=16,16:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=32,32"
  3.  
  4. style "standard-default"
  5. {
  6.   GtkWidget::interior_focus = 2
  7.   GtkButton::default_border = { 1, 1, 1, 1 }
  8.   GtkButton::default_outside_border = { 0, 0, 0, 0 }
  9.   GtkOptionMenu::indicator_size = { 9, 5 }
  10.   GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
  11.   GtkComboBox::appears-as-list = 1
  12.   GtkNotebook::tab-overlap = 4
  13.  
  14.   GtkButton::child_displacement_x = 1
  15.   GtkButton::child_displacement_y = 1
  16.  
  17.   GtkMenu::horizontal-padding = 1
  18.   GtkMenu::vertical-padding = 1
  19.   GtkMenu::horizontal-offset = -6
  20.  
  21.   GtkScrolledWindow::scrollbar-spacing = 0
  22.   GtkScrolledWindow::scrollbars-within-bevel = 1
  23.  
  24.   fg[ACTIVE]        = { 0.0, 0.0, 0.0 }
  25.   fg[INSENSITIVE]   = { 0.5, 0.5, 0.5 }
  26.   fg[NORMAL]        = { 0.0, 0.0, 0.0 }
  27.   fg[PRELIGHT]      = { 0.0, 0.0, 0.0 }
  28.   fg[SELECTED]      = { 1.0, 1.0, 1.0 }
  29.  
  30.   bg[ACTIVE]        = { 0.83, 0.81, 0.78 } 
  31.   bg[INSENSITIVE]   = { 0.83, 0.81, 0.78 } 
  32.   bg[NORMAL]        = { 0.83, 0.81, 0.78 } 
  33.   bg[PRELIGHT]      = { 0.83, 0.81, 0.78 } 
  34.   bg[SELECTED]      = { 0.04, 0.14, 0.41 }
  35.  
  36.   base[ACTIVE]      = { 0.04, 0.14, 0.41 }
  37.   base[INSENSITIVE] = { 0.83, 0.81, 0.78 }
  38.   base[NORMAL]      = { 1.0, 1.0, 1.0 }
  39.   base[PRELIGHT]    = { 0.04, 0.14, 0.41 }
  40.   base[SELECTED]    = { 0.04, 0.14, 0.41 }
  41.  
  42.   text[ACTIVE]      = { 1.0, 1.0, 1.0 }
  43.   text[INSENSITIVE] = { 0.5, 0.5, 0.5 }
  44.   text[NORMAL]      = { 0.0, 0.0, 0.0 }
  45.   text[PRELIGHT]    = { 1.0, 1.0, 1.0 }
  46.   text[SELECTED]    = { 1.0, 1.0, 1.0 }
  47.  
  48.   engine "redmond95" {}
  49. }
  50.  
  51. class "GtkWidget" style "standard-default"
  52.  
  53. style "standard-menu"
  54. {
  55.   bg[PRELIGHT] = { 0.04, 0.14, 0.41 }
  56.   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  57. }
  58.  
  59. widget_class "*MenuItem*" style "standard-menu"
  60.  
  61. style "standard-menubar-item"
  62. {
  63.   bg[PRELIGHT] = { 0.83, 0.81, 0.78 } 
  64.   fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  65. }
  66.  
  67. class "*MenuBar.*MenuItem*" style "standard-menubar-item"
  68. widget_class "*MenuBar.*MenuItem*" style "standard-menubar-item"
  69.  
  70. style "standard-list"
  71. {
  72.    bg[NORMAL] = { 0.9, 0.9, 0.9 }
  73.    bg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  74. }
  75.  
  76. class "GtkList" style "standard-list"
  77.  
  78. style "standard-scrollbar"
  79. {
  80.   GtkRange::trough_border = 0
  81.   GtkRange::slider_width = 16
  82.   GtkRange::stepper_size = 16
  83.   GtkRange::stepper_spacing = 0
  84. }
  85.  
  86. class "GtkScrollbar" style "standard-scrollbar"
  87.  
  88.  
  89. style "standard-scales"
  90. {
  91.   GtkRange::slider-width = 21
  92.   GtkScale::slider-length = 11
  93. }
  94.  
  95. class "*Scale*" style "standard-scales"
  96.  
  97. style "standard-option-menu"
  98. {
  99.   GtkOptionMenu::indicator_width = 7
  100.   GtkOptionMenu::indicator_left_spacing = 6
  101.   GtkOptionMenu::indicator_right_spacing = 4
  102. }
  103.  
  104. class "GtkOptionMenu" style "standard-option-menu"
  105.  
  106. style "standard-progressbar" {
  107.   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  108. class "GtkProgressBar" style "standard-progressbar"
  109.  
  110.  
  111. style "standard-entry"
  112. {
  113.   bg[SELECTED] = "#1C40A8"
  114.   fg[SELECTED] = { 1.0, 1.0, 1.0 }
  115. }
  116. class "GtkEntry" style "standard-entry"
  117.