This file is indexed.

/usr/share/themes/Cukoo-spit/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
# Gorilla gtk theme
# (c) 2002-2003 Jakub 'jimmac' Steiner <jimmac@ximian.com>
include "iconrc"

style "default"
{
   GtkRange::slider_width = 14
  GtkRange::stepper_size = 14
   GtkPaned::handle_size = 6
   GtkScrollbar::min_slider_length = 30  
 # xthickness = 1
 # ythickness = 1
  
  bg[NORMAL]      = "#dedfce"
#  bg[PRELIGHT]	   = "#dedfce"
  fg[PRELIGHT]    = "#000000"
  bg[ACTIVE]	   = "#bebfae"
  bg[INSENSITIVE] = "#eeeee0"
  bg[SELECTED]    = "#9f9f93"

  base[SELECTED]  = "#9f9f93"
  text[SELECTED]  = "#ffffff"

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

}
style "menu" 
{
   bg[PRELIGHT]	   = "#9f9f9f"
bg[SELECTED]    = "#9f9f9f"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

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

style "b-range"
{
bg[PRELIGHT]     = "#dedfce"
bg[ACTIVE]       = "#bebfae"
}

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

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