This file is indexed.

/usr/share/themes/Simple-Green/gtk-2.0/gtkrc is in openbox-themes 1.0.2.

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
style "default"
{
   GtkScrollbar::has_secondary_backward_stepper = 1
   GtkRange::slider_width = 14
   GtkRange::stepper_size = 13 

   fg[NORMAL]        = "#000000"
   fg[PRELIGHT]      = "#000000"
   fg[SELECTED]      = "#ffffff"
 
   bg[NORMAL]       = "#d8d4d4"
   bg[ACTIVE]       = "#bbbbbb"
   bg[SELECTED]     = "#4a5e7d"
   bg[INSENSITIVE]  = "#dddddd"
   bg[PRELIGHT]     = "#d8d4d4"
 
   base[ACTIVE]  = "#dddddd"
   base[SELECTED]  = "#4a5e7d"
   
   text[SELECTED]  = "#ffffff"
   text[ACTIVE]    = { 1.0, 1.0, 1.0 }
   text[INSENSITIVE]= "#d5d5d5"
   text[ACTIVE]     = "#000000"

 
engine "thinice"
  {
    rect_scrollbar = TRUE
    mark_type1 = NOTHING
    mark_type2 = ARROW
    paned_dots = NONE
  }
}

style "menu" 
{
  bg[PRELIGHT]    = "#4a5e7d"
  bg[SELECTED]    = "#4a5e7d"
  fg[PRELIGHT]  = "#ffffff"
}

style "button"
{
bg[PRELIGHT]     = "#d8d4d4"
bg[ACTIVE]       = "#dddddd"
}
style "range"
{
bg[PRELIGHT]     = "#d8d4d4"
}

class "GtkWidget" style "default"
class "GtkButton" style "button"
widget_class "*Menu*" style "menu"
class "GtkRange" style "range"

style "rox"
{
    bg[NORMAL] = "#ffffff"
}
class "Collection" style "rox"