forked from AuroraMiddleware/gtk
3b6e316e74
This is a partial implementation of https://live.gnome.org/GnomeOS/Design/Whiteboards/ColorSelection The new color editor has not been implemented yet.
14 lines
318 B
XML
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>
|