This file is indexed.

/usr/share/themes/Box3/gtk-2.0/assets/toolbar.rc is in lubuntu-artwork-13-10 0.71.

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
##########################################################################
# Toolbar
##########################################################################

style "toolbar" {
	engine "pixmap"
	{
		image 
		{
	  		function = BOX
			recolorable = TRUE
	  		file = "images/toolbar.png"
	  		border 	= {1,1,1,1}
        	stretch = TRUE
		}
		
		image 
		{
			function = HANDLE
		    overlay_file = "images/handle-horiz.png"
		    overlay_stretch = FALSE
		    orientation	= HORIZONTAL
		}
        	
        image 
        {
			function = HANDLE
		    overlay_file = "images/handle-vert.png"
		    overlay_stretch = FALSE
		    orientation	= VERTICAL
		}
	}
}

class "*Toolbar*" style "toolbar"
class "*Handle*" style "toolbar"
class "*Paned*" style "toolbar"