This file is indexed.

/usr/share/themes/Gelb/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
62
63
64
65
66
67
68
69
70
71
72
style "default"
{ 
  GtkScrollbar::has_backward_stepper = 1
  GtkScrollbar::has_secondary_forward_stepper = 1
  GtkScrollbar::has_secondary_backward_stepper = 1
  GtkRange::slider_width = 14
  GtkRange::stepper_size = 14
  GtkPaned::handle_size = 6
  GtkScrollbar::min_slider_length = 30  

   fg[NORMAL]        = "#000000"
   fg[PRELIGHT]      = "#000000"
   fg[SELECTED]      = "#ffffff"
 
  bg[NORMAL]       = "#e6e6e6"
  bg[ACTIVE]       = "#d5d5d5"
  bg[SELECTED]     = "#333333" 
  bg[INSENSITIVE]  = "#dddddd"

  base[SELECTED] = "#888888"
  text[SELECTED]  = "#ffffff"
  base[ACTIVE]    = "#888888"
  text[ACTIVE]    =  "#dddddd"
  
  text[INSENSITIVE]= "#747474"
  text[ACTIVE]     = "#000000"
 
engine "thinice"
  {
    rect_scrollbar = TRUE
    mark_type1 = NOTHING
    mark_type2 = ARROW
    paned_dots = NONE
  }

}

style "menu" 
{

  #xthickness = 1
  ythickness = 1
  bg[SELECTED]    = "#444444"
  bg[PRELIGHT]    = "#444444"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "range"
{
bg[PRELIGHT]     = "#e6e6e6"
bg[ACTIVE]       = "#d5d5d5"
}
widget_class "*Menu*" style "menu"

style "b-range"
{
bg[PRELIGHT]     = "#e6e6e6"
bg[ACTIVE]       = "#dddddd"
}

class "GtkWidget" style "default"
class "GtkButton" style "b-range"
class "GtkRange" style "range"

style "rox"
{
    bg[NORMAL] = "#cafccc"
bg[ACTIVE]       = "#e6e6e6"
##bg_pixmap[NORMAL] = "shadowed.png"
}
class "Collection" style "rox"