This file is indexed.

/usr/share/themes/Box1/gtk-2.0/pcmanfm.rc is in lubuntu-artwork-12-10 0.45.

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
style "pcmanfm-sidebar" {
	GtkTreeView::even_row_color   = "#e0e0e0"
}

style "pcmanfm-handle" {
	GtkPaned::handle-size = 2
	engine "pixmap" {
		image {	function	= HANDLE
			recolorable	= FALSE
			file		= "images/handle-vert.png"
			stretch		= TRUE
			border 		= { 0, 0, 0, 0 }	}
	}
}

style "pcmanfm-notebook" {
	xthickness = 1
	ythickness = 1
}

style "pcman-padding" {	
	xthickness = 3
  	ythickness = 3
}

style "treeview" {
	engine "clearlooks" {
		hint = "treeview"
	}
}

style "treeview_header" = "default" {
	xthickness = 2
	ythickness = 1
	engine "clearlooks" {
		hint = "treeview-header"
	}
}

widget_class	"*FmMainWin*GtkToolbar*"	style "pcman-padding"
widget_class	"*FmPlacesView*"		style "pcmanfm-sidebar"
widget		"*FmMainWin*GtkHPaned"		style "pcmanfm-handle"
widget		"*FmMainWin*GtkNotebook"	style "pcmanfm-notebook"
widget_class "*FmPlacesView*" style "pcmanfm-sidebar"

widget_class "*.<GtkTreeView>*" style "treeview"
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"

widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"

widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
widget_class "*.<ETree>.<ECanvas>" style "treeview_header"