summaryrefslogtreecommitdiffstats
path: root/share/extensions/color_list.inx
blob: f5c5d4a358ee04b8a960a3a1095ef1aa84f46d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>List All</name>
    <id>org.inkscape.color.list_colours</id>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Color"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">color_list.py</command>
    </script>
</inkscape-extension>