This file is indexed.

/usr/share/doc/renaissance-doc/examples/Examples/colorWell.gsmarkup is in renaissance-doc 0.9.0-4build3.

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
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>

<gsmarkup>
  <objects>
    <window title="Color Preferences">
      <box title="Color Preferences">
	<vbox>
	  <hbox halign="right">
	    <label>First color:</label>
	    <colorWell tag="1" color="red" action="dummyAction:" target="#NSOwner" />
	  </hbox>
	  <hbox halign="right">
	    <label>Second color:</label>
	    <colorWell tag="2" color="blue" action="dummyAction:" target="#NSOwner" />
	  </hbox>
	  <hbox halign="right">
	    <label>Third color:</label>
	    <colorWell tag="3" color="yellow" action="dummyAction:" target="#NSOwner" />
	  </hbox>
	  <hbox halign="right">
	    <label>Color well without border:</label>
	    <colorWell tag="4" color="green" bordered="no" action="dummyAction:" target="#NSOwner" />
	  </hbox>
	</vbox>
      </box>
    </window>                                           
  </objects>
</gsmarkup>