home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / gaim / gaim-1.0.0.exe / $R0 / share / themes / Default / gtk-2.0 / gtkrc next >
Text File  |  2003-06-21  |  3KB  |  130 lines

  1. # LighthouseBlue Theme
  2.  
  3. style "default"
  4. {
  5.   GtkWidget::interior_focus = 1
  6.   GtkButton::default_border = { 0, 0, 0, 0 }
  7.   GtkButton::default_outside_border = { 0, 0, 0, 0 }
  8.   GtkRange::trough_border = 0
  9.  
  10.   GtkWidget::focus_padding = 1
  11.  
  12.   GtkPaned::handle_size = 6
  13.   
  14.   GtkRange::slider_width = 15
  15.   GtkRange::stepper_size = 15
  16.   GtkScrollbar::arrow_displacement_x = 1
  17.   GtkScrollbar::arrow_displacement_y = 1
  18.   GtkScrollbar::min_slider_length = 14
  19.   GtkCheckButton::indicator_size = 10
  20.   GtkRadioButton::indicator_size = 11
  21.   GtkMenuBar::internal_padding = 0
  22.  
  23.   fg[NORMAL]       = "#000000"
  24.   fg[ACTIVE]       = "#000000"
  25.   fg[PRELIGHT]     = "#000000"
  26.   fg[SELECTED]     = "#F5F5F5"
  27.   fg[INSENSITIVE]  = "#747474"
  28.  
  29.   bg[NORMAL]       = "#EEEEE0"
  30.   bg[ACTIVE]       = "#CCCCC0" 
  31.   bg[PRELIGHT]     = "#DDDDD0"
  32.   bg[SELECTED]     = "#5f7ca8" 
  33.   bg[INSENSITIVE]  = "#D6D6D6"
  34.  
  35.   base[NORMAL]     = "#F5F5F5"
  36.   base[ACTIVE]     = "#bbbbb0"
  37.   base[PRELIGHT]   = "#bbbbb0"
  38.   base[SELECTED]   = "#5f7ca8"
  39.   base[INSENSITIVE]= "#E9E9E9"
  40.  
  41.   text[NORMAL]     = "#000000"
  42.   text[ACTIVE]     = "#f5f5f5"
  43.   text[PRELIGHT]   = "#f5f5f5"
  44.   text[SELECTED]   = "#f5f5f5"
  45.   text[INSENSITIVE]= "#747474"
  46.  
  47.   engine "lighthouseblue"
  48.   {
  49.     has_notebook_patch = FALSE
  50.     make_tab_labels_bold = TRUE
  51.     make_frame_labels_bold = TRUE
  52.   }
  53. }
  54.  
  55. style "notebook" = "default"
  56. {
  57.   GtkNotebook::tab_offset = 6
  58.  
  59.   bg[NORMAL]       = "#DDDDD0"
  60.   bg[ACTIVE]       = "#E6E6E0"
  61. }
  62.  
  63. style "frame" = "default"
  64. {
  65.   bg[NORMAL]       = "#DDDDD0"
  66. }
  67.  
  68. style "button" = "default"
  69. {
  70.   bg[NORMAL]       = "#DDDDD0"  
  71.   bg[PRELIGHT]     = "#FFFFF0"
  72.   bg[ACTIVE]       = "#CCCCC0"
  73. }
  74.  
  75. style "togglebutton" = "default"
  76. {
  77.   fg[SELECTED] = "#5F7CA8"
  78.  
  79.   bg[NORMAL] = "#DDDDD0"
  80.   bg[PRELIGHT] = "#FFFFF0"
  81.   bg[ACTIVE] = "#CCCCC0"
  82. }
  83.  
  84. style "menuitem" = "default"
  85. {
  86.   bg[PRELIGHT]     = "#5f7ca8"
  87.   fg[PRELIGHT]     = "#f5f5f5"
  88. }
  89.  
  90. style "metacity-frame"
  91. {
  92.     # Normal base color
  93.     bg[NORMAL]     = "#D8D3C0"
  94.  
  95.     # Unfocused title background color
  96.     bg[INSENSITIVE]        = { 0.8, 0.8, 0.8 }
  97.  
  98.     # Unfocused title text color
  99.     fg[INSENSITIVE]        = "#f5f5f5"
  100.  
  101.     # Focused icon color
  102.     fg[NORMAL]     = { 0.2, 0.2, 0.2 }
  103.  
  104.     # Focused title background color
  105.     bg[SELECTED]   = "#5f7ca8"
  106.  
  107.     # Focused title text color
  108.     fg[SELECTED]   = "#f5f5f5"
  109. }
  110.  
  111. class "GtkWidget" style "default"
  112. class "GtkNotebook" style "notebook"
  113. class "GtkButton" style "button"
  114. class "GtkFrame" style "frame"
  115. class "GtkMenuItem" style "menuitem"
  116. class "GtkToggleButton" style "togglebutton"
  117.  
  118. class "MetaFrames" style "metacity-frame"
  119.  
  120. widget_class "*.GtkButton.*" style "button"
  121. widget_class "*.GtkMenuItem.*" style "menuitem"
  122. widget_class "*.GtkAccelMenuItem.*" style "menuitem"
  123. widget_class "*.GtkRadioMenuItem.*" style "menuitem"
  124. widget_class "*.GtkCheckMenuItem.*" style "menuitem"
  125. widget_class "*.GtkImageMenuItem.*" style "menuitem"
  126. widget_class "*.GtkSeparatorMenuItem.*" style "menuitem"
  127.  
  128. # This is for the xfwm4 window manager see www.xfce.org for details
  129. widget "xfwm" style "metacity-frame"
  130.