This file is indexed.

/usr/share/themes/Smooth-Funky-Monkey/gtk-2.0/gtkrc is in gtk-smooth-themes 0.5.8-2.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# Theme Name  : Smooth-Funky-Monkey
# Author(s)   : Andrew Johnson ala ajgenius (ajgenius@ajgenius.us)
# Description :

style "default" {
	######  GTK Style Flags  ###### 
	GtkWidget::interior_focus         = 5
    GtkButton::default_border         = {5, 5, 5, 5}
    GtkButton::default_outside_border = {5, 5, 5, 5}
    GtkButton::default_spacing        = 6

    GtkCheckButton::indicator_size    = 13
    GtkRadioButton::indicator_size    = 12

    GtkRange::trough_border           = 2
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
  
    GtkPaned::handle_size  = 10

    GtkScrollbar::has_backward_stepper = 0
    GtkScrollbar::has_secondary_forward_stepper = 0

    GtkScrollbar::has_forward_stepper = 1
    GtkScrollbar::has_secondary_backward_stepper = 1

    fg[ACTIVE]        = "#000000"
    fg[INSENSITIVE]   = "#c8c9b7"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#000000"
    fg[SELECTED]      = "#f6f7ec"

    bg[ACTIVE]        = "#c8c9b7"
    bg[INSENSITIVE]   = "#e6e7d7"
    bg[NORMAL]        = "#e6e7d7"
    bg[PRELIGHT]      = "#f6f7ec"
    bg[SELECTED]      = "#e4a10c"

    base[ACTIVE]      = "#e4a10c"	
    base[INSENSITIVE] = "#e6e7d7"
    base[NORMAL]      = "#f4f4e0"
    base[PRELIGHT]    = "#c6c7b5"
    base[SELECTED]    = "#e4a10c"

    text[ACTIVE]      = "#000000"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"

    stock["gtk-go-back"] =	{{ "stock_go-back.svg" }}
    stock["gtk-go-forward"] =	{{ "stock_go-forward.svg" }}
    stock["gtk-go-up"] =		{{ "stock_go-up.svg" }}
    stock["gtk-home"] =		{{ "stock_home.svg" }}

    stock["gtk-refresh"] =	{{ "stock_refresh.svg" }}
    stock["gtk-stop"] =		{{ "stock_stop.svg" }}

    engine "smooth"  {
       fill {
           style=shaded
           hdirection = vertical
           vdirection = horizontal
           shade1 = 0.98
           shade2 = 1.03
      }

      line {
         style=smooth
         thickness=2
      }

      grip {
         style= ns_buds_in
         count = 8
         spacing = 2
     }
  
     check {
         style=clean
         fill {
             style=shaded
             hdirection = fdiagonal
             vdirection = fdiagonal
             shade1 = 0.98
             shade2 = 1.03
        }
     }
     
     option {
         style=circle
         fill {
             style=shaded
             hdirection = fdiagonal
             vdirection = fdiagonal
             shade1 = 0.98
             shade2 = 1.03
        }
     }

   trough {
      fill {
        style=solid
      }
    }

     arrow {
        style=cleanice
	solid=TRUE
    }

    tab_style = triangle
   }
} widget_class "*" style "default"

style "menu" {
   bg[PRELIGHT] ="#e4a10c"
   fg[PRELIGHT]  = "#f6f7ec"
   engine "smooth" {
       fill {
           style=shaded
           hdirection = vertical
           vdirection = horizontal
           shade1 = 0.98
           shade2 = 1.03
      }

      line {
         style=smooth
         thickness=2
      }

     check {
         style=clean
          line {
            style=none
            thickness=1
          }
     }
     
     option {
         style=circle
          line {
            style=none
            thickness=1
          }
     }

     arrow {
        style=cleanice
	solid=TRUE
    }
  }
}
class "*MenuItem*" style "menu"
widget_class "*MenuItem*" style "menu"
class "*Toolbar*.*" style "menu"
widget_class "*Toolbar*.*" style "menu"

style "scrollbar" {
    engine "smooth" {
       fill {
           style=shaded
           hdirection = vertical
           vdirection = horizontal
           shade1 = 0.98
           shade2 = 1.03
      }

      line {
         style=smooth
         thickness=2
      }

      grip {
         style= ns_buds_in
         count = 8
         spacing = 2
     }
  
   trough {
      fill {
        style=solid
      }
    }

     arrow {
        style=cleanice
	solid=TRUE
        xpadding = 1
        ypadding = 1
    }
  }
}
widget_class "*Scrollbar*" style "scrollbar"
class "*Scrollbar*" style "scrollbar"

style "radio_check" {
    text[PRELIGHT]	= "#e4a10c" #radio buttons use text[state] for the check colour
    text[ACTIVE]	= "#f4f4e0"
    text[NORMAL]	= "#000000"
    text[SELECTED]	= "#e4a10c"
}
widget_class "*RadioButton*" style "radio_check"
widget_class "*CheckButton*" style "radio_check"

style "infobar" {
  bg[PRELIGHT] = "#e4a10c"
  fg[PRELIGHT]  = "#f6f7ec"
  xthickness = 2
  ythickness = 2
}
widget_class "*Progress*"		style "infobar"