This file is indexed.

/usr/share/themes/Mist-Ashen/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
73
style "default"
{
        fg[NORMAL]              = "#60646b"
        fg[ACTIVE]              = "#60646b"
        fg[INSENSITIVE]         = "#b0ada9"
        fg[PRELIGHT]            = "#60646b"
        fg[SELECTED]            = "#dddbd6"
        
        bg[ACTIVE]              = "#dddbd6"
	bg[NORMAL]              = "#dddbd6"
        bg[INSENSITIVE]         = "#dddbd6"
        bg[PRELIGHT]            = "#dddbd6"
        bg[SELECTED]            = "#60646b"

        base[NORMAL]            = "#dddbd6"
        base[ACTIVE]            = "#dddbd6"
        base[INSENSITIVE]       = "#b0ada9"
        base[PRELIGHT]          = "#dddbd6"
	base[SELECTED]          = "#60646b"
        
        text[NORMAL]            = "#60646b"
        text[ACTIVE]            = "#60646b"
        text[PRELIGHT]          = "#60646b"
        text[SELECTED]          = "#dddbd6"
        text[INSENSITIVE]       = "#60646b"

	GtkRange::trough_border = 0
	GtkRange::slider_width = 15
	GtkRange::stepper_size = 15

	GtkScrollbar::min_slider_length = 15
	GtkCheckButton::indicator_size=10
	GtkCheckMenuItem::indicator_size=10
	GtkRadioButton::indicator_size=12
#	GtkStatusbar::shadow_type = 
	
	GtkNotebook::tab_vborder = 0
	GtkNotebook::tab_hborder = 0
	xthickness = 1
	ythickness = 1

	NautilusIconContainer::dark_info_color="#60646b"
	NautilusIconContainer::light_info_color="#dddbd6"
	NautilusIconContainer::highlight_alpha=200

	engine "mist"
 	{
	}
}

style "menuitem"
{
	ythickness = 2
	xthickness = 2
        text[PRELIGHT]          = "#dddbd6"
        fg[PRELIGHT]          = "#dddbd6"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
} 

class "GtkWidget" style "default"
class "GtkMenu" style "menu"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"