gtkrc - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       gtkrc (5908B)
       ---
            1 #
            2 # Murrine rape
            3 #
            4 # Last modified: 2010-10-31
            5 # Version:       1.0
            6 # Author:        Hiltjo Posthuma <hiltjo@codemadness.org>
            7 #                                           
            8 
            9 style "theme-default"
           10 {
           11  GtkButton      ::default_border    = { 0, 0, 0, 0 }
           12  GtkRange       ::trough_border     = 0
           13  GtkPaned       ::handle_size       = 6
           14  GtkRange       ::slider_width      = 15
           15  GtkRange       ::stepper_size      = 15
           16  
           17  GtkScrollbar   ::min_slider_length = 30
           18  GtkCheckButton ::indicator_size    = 14
           19  GtkMenuBar     ::internal-padding  = 0
           20  GtkTreeView    ::expander_size     = 14
           21  GtkTreeView    ::even-row-color    = "#ffffff"
           22  GtkTreeView    ::odd-row-color     = "#e0e0e0"
           23  GtkExpander    ::expander_size     = 16
           24  GtkScale       ::slider-length     = 27
           25   
           26  xthickness = 1
           27  ythickness = 1
           28 
           29  fg[NORMAL] = "#333333"
           30  fg[PRELIGHT] = "#000000"
           31  fg[ACTIVE] = "#505050"
           32  fg[SELECTED] = "#ffffff"
           33  fg[INSENSITIVE] = "#b1b1b1"
           34 
           35  bg[NORMAL] = "#f2f2f2"
           36  bg[PRELIGHT] = "#f6f7f8"
           37  bg[ACTIVE] = "#e5e6e7"
           38  bg[SELECTED] = "#777777"
           39  bg[INSENSITIVE] = "#e2e3e4"
           40 
           41  base[NORMAL] = "#ffffff"
           42  base[PRELIGHT] = "#222222"
           43  base[ACTIVE] = "#777777"
           44  base[SELECTED]        = "#888888"
           45  base[INSENSITIVE] = "#e0e0e0"
           46 
           47  text[NORMAL] = "#333333"
           48  text[PRELIGHT] = "#333333"
           49  text[ACTIVE] = "#dddddd"
           50  text[SELECTED] = "#ffffff"
           51  text[INSENSITIVE] = "#b1b1b1"
           52 
           53  engine "murrine" 
           54  {
           55   contrast = 1.0
           56   glazestyle = 0
           57   menubarstyle = 0
           58   menubaritemstyle = 0
           59   listviewheaderstyle = 0
           60   animation = FALSE
           61   highlight_shade = 1.0
           62   roundness = 0
           63   menuitemstyle = 0
           64   menustyle = 0
           65   listviewstyle = 0
           66   scrollbarstyle = 0
           67   toolbarstyle = 0
           68   progressbarstyle = 0
           69   focusstyle = 0
           70   reliefstyle = 0
           71   expanderstyle = 2
           72   rgba = FALSE
           73   highlight_shade = 1.0
           74   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
           75  }
           76 }
           77 
           78 style "theme-wide" = "theme-default"
           79 {
           80  xthickness = 2
           81  ythickness = 2
           82  
           83  engine "murrine" 
           84  {
           85   highlight_shade = 1.0
           86   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
           87  }
           88 }
           89 
           90 style "theme-wider" = "theme-default"
           91 {
           92  xthickness = 3
           93  ythickness = 3
           94  
           95  engine "murrine" 
           96  {
           97   highlight_shade = 1.0
           98   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
           99  }
          100 }
          101 
          102 style "theme-button" = "theme-wider"
          103 {
          104  bg[NORMAL] = "#e0e0e0"
          105  bg[ACTIVE] = "#cccccc"
          106  bg[SELECTED] = "#e0e0e0"
          107  bg[INSENSITIVE] = "#ffffff"
          108  
          109  engine "murrine" 
          110  {
          111   highlight_shade = 1.0
          112   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
          113  }
          114 }
          115 
          116 style "theme-scale" = "theme-button"
          117 {
          118  bg[NORMAL] = "#777777"
          119  bg[PRELIGHT] = "#888888"
          120 
          121  xthickness = 3
          122  ythickness = 3 
          123  engine "murrine" 
          124  {
          125   highlight_shade = 1.0
          126   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
          127  }
          128 }
          129 
          130 style "theme-scrollbar" = "theme-button"
          131 {
          132  xthickness = 2
          133  ythickness = 2
          134  bg[SELECTED] = "#777777"
          135  
          136  engine "murrine" 
          137  {
          138   highlight_shade = 1.0
          139   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
          140  }
          141 }
          142 
          143 style "theme-range" = "theme-default"
          144 {
          145  xthickness = 3
          146  ythickness = 3
          147 }
          148 
          149 style "theme-notebook" = "theme-wide"
          150 {
          151  bg[SELECTED] = "#d4d5d6"
          152  bg[PRELIGHT] = "#f6f7f8"
          153  bg[ACTIVE] = "#e5e6e7"
          154  
          155   engine "murrine" 
          156  {
          157   highlight_shade = 1.0
          158   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
          159  }
          160 }
          161 
          162 style "theme-tasklist" = "theme-default"
          163 {
          164  xthickness = 5
          165  ythickness = 3
          166 }
          167 
          168 style "theme-menu" = "theme-default"
          169 {
          170  xthickness = 2
          171  ythickness = 1
          172 }
          173 
          174 style "theme-menu-item" = "theme-default"
          175 {
          176  xthickness = 2
          177  ythickness = 3
          178  fg[PRELIGHT] = "#ffffff"
          179  text[PRELIGHT] = "#ffffff"
          180 }
          181 
          182 style "theme-menubar" = "theme-default"
          183 {
          184 }
          185 
          186 style "theme-menubar-item" = "theme-menu-item"
          187 {
          188  bg[PRELIGHT] = "#eeeeee"
          189  xthickness = 4
          190  ythickness = 4
          191 }
          192 
          193 style "theme-tree" = "theme-default"
          194 {
          195  xthickness = 2
          196  ythickness = 2
          197  bg[NORMAL] = "#e8e8e8"
          198 }
          199 
          200 style "theme-frame-title" = "theme-default"
          201 {
          202  fg[NORMAL] = "#404040"
          203 }
          204 
          205 style "theme-tooltips" = "theme-default"
          206 {
          207   xthickness = 4
          208   ythickness = 4
          209   bg[NORMAL] = "#dddddd"
          210 }
          211 
          212 style "theme-progressbar" = "theme-wide"
          213 {
          214  xthickness = 0
          215  ythickness = 0
          216 
          217  bg[NORMAL] = "#e0e0e0"
          218  bg[ACTIVE] = "#eeeeee"
          219  bg[PRELIGHT] = "#f0f0f0"
          220  bg[SELECTED] = "#c6c6c6"
          221  bg[INSENSITIVE] = "#e0e0e0"
          222 
          223  base[NORMAL] = "#ffffff"
          224  base[ACTIVE] = "#d4d4d4"
          225  base[PRELIGHT] = "#ffffff"
          226  base[SELECTED]        = "#b2b2b2"
          227  base[INSENSITIVE] = "#f4f4f4"
          228  
          229  engine "murrine" 
          230  {
          231   highlight_shade = 1.0
          232   gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
          233  }
          234 }
          235 
          236 style "theme-combo" = "theme-button"
          237 {
          238 }
          239 
          240 style "metacity-frame" = "theme-default"
          241 {
          242  bg[SELECTED] = "#4d4e50"
          243  fg[SELECTED] = "#ffffff"
          244 }
          245 
          246 # widget styles
          247 class "GtkWidget"      style "theme-default"
          248 class "GtkButton"      style "theme-button"
          249 class "GtkScale"       style "theme-range"
          250 class "GtkCombo"       style "theme-button"
          251 class "GtkScale"       style "theme-scale"
          252 class "GtkScrollbar"   style "theme-scrollbar"
          253 class "GtkRange"       style "theme-wide"
          254 class "GtkFrame"       style "theme-wide"
          255 class "GtkMenu"        style "theme-menu"
          256 class "GtkEntry"       style "theme-wider"
          257 class "GtkMenuItem"    style "theme-menu-item"
          258 class "GtkNotebook"    style "theme-notebook"
          259 class "GtkProgressBar" style "theme-progressbar"
          260 class "*MenuBar*"      style "theme-menubar"
          261 
          262 widget_class "*MenuItem.*" style "theme-menu-item"
          263 widget_class "*MenuBar.*"  style "theme-menubar-item"
          264 
          265 # combobox stuff
          266 widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
          267 widget_class "*.GtkCombo.GtkButton" style "theme-combo"
          268 
          269 # tooltips stuff
          270 widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
          271 widget "gtk-tooltips" style "theme-tooltips"
          272 
          273 # treeview stuff
          274 widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
          275 widget_class "*.GtkCTree.GtkButton" style "theme-tree"
          276 widget_class "*.GtkList.GtkButton" style "theme-tree"
          277 widget_class "*.GtkCList.GtkButton" style "theme-tree"
          278 widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
          279 
          280 # notebook stuff
          281 widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
          282 widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
          283 
          284 # wm stuff
          285 class "MetaFrames" style "metacity-frame"
          286 class "GtkWindow" style "metacity-frame"