Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/palette-editor-popup">
<submenu>
<attribute name="label" translatable="yes" context="palette-editor-action">Palette Editor Menu</attribute>
<attribute name="icon">gtk-select-color</attribute>
<item><attribute name="action">palette-editor.palette-editor-edit-color</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-new-color-fg</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-new-color-bg</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-delete-color</attribute></item>
<section>
<item><attribute name="action">palette-editor.palette-editor-zoom-out</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-zoom-in</attribute></item>
<item><attribute name="action">palette-editor.palette-editor-zoom-all</attribute></item>
</section>
<item><attribute name="action">palette-editor.palette-editor-edit-active</attribute></item>
</submenu>
</menu>
</interface>