/usr/share/doc/icon-slicer/examples/sample.icontheme is in icon-slicer 0.3-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <theme name="Sample" typedir="stock">
<source size="16" sizedir="16x16">
<image file="sample-icons-16.png"/>
</source>
<source size="24" sizedir="24x24">
<image file="sample-icons-24.png"/>
<image file="sample-icons-24-embeddedrect.png" use="embeddedrect"/>
<image file="sample-icons-24-attachpoints.png" use="attachpoints"/>
</source>
<layout>
<row>
<icon name="gtk-new">
<displayname str="New">
<locale lang="fr" str="Nouveau"/>
</displayname>
</icon>
<icon name="gtk-open">
<displayname str="Open">
<locale lang="fr" str="Ouvrir"/>
</displayname>
</icon>
<icon name="gtk-save"/>
<icon name="gtk-save-as"/>
</row><row>
<icon name="gtk-print"/>
<icon name="gtk-print-preview"/>
<icon name="gtk-spell-check"/>
<icon name="gtk-help"/>
</row>
</layout>
<!-- Aliases define extra icons via symlinks to those in the theme -->
<alias typedir="emblems" name="disk" target="gtk-save"/>
<!-- Aliases for icons can also have display names -->
<alias typedir="emblems" name="folder" target="gtk-new">
<displayname str="Folder">
<locale lang="fr" str="Dossier"/>
</displayname>
</alias>
</theme>
|