summaryrefslogtreecommitdiff
path: root/templates/apply_palette.xml
blob: 007232fb6f3f1d243097dca28720e0366aa925ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Apply Palette</name>
    <id>org.{{ id_inkstitch }}.apply_palette</id>
    <param name="extension" type="string" gui-hidden="true">apply_palette</param>
    <effect implements-custom-gui="true" show-stderr="true">
        <object-type>all</object-type>
        <icon>{{ icon_path }}inx/color_management.svg</icon>
        <menu-tip>Matches colors of all elements in the document to a specified palette</menu-tip>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Thread Color Management" />
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>