39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500pjrm <dependency type="executable" location="extensions">coloreffect.py</dependency>
91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500pjrm <dependency type="executable" location="extensions">color_replace.py</dependency>
91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500pjrm <dependency type="executable" location="extensions">simplestyle.py</dependency>
8ee3cffe0979389ae4a2a85c491d25381719ee9eJazzyNico <param name="from_color" type="string" max_length="6" _gui-text="Replace color (RRGGBB hex):" _gui-description="Color to replace">000000</param>
8ee3cffe0979389ae4a2a85c491d25381719ee9eJazzyNico <param name="to_color" type="string" max_length="6" _gui-text="By color (RRGGBB hex):" _gui-description="New color">000000</param>
91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500pjrm <command reldir="extensions" interpreter="python">color_replace.py</command>