gtk2/gtk/org.gtk.Settings.ColorChooser.gschema.xml
Matthias Clasen 3b6e316e74 Initial cut at implementing a new color chooser
This is a partial implementation of
https://live.gnome.org/GnomeOS/Design/Whiteboards/ColorSelection
The new color editor has not been implemented yet.
2012-02-14 16:36:49 -05:00

14 lines
318 B
XML

<?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>