This file is indexed.

/usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml is in libgtk-3-common 3.4.2-0ubuntu0.9.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.Settings.ColorChooser'>
    <key name='custom-colors' type='a(dddd)'>
      <default>[]</default>
    </key>
    <key name='selected-color' type='(bdddd)'>
      <default>(false,1.0,1.0,1.0,1.0)</default>
    </key>
  </schema>

</schemalist>