diff options
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/htm-mime.xml | 7 | ||||
-rw-r--r-- | share/misc/htm.desktop | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/share/misc/htm-mime.xml b/share/misc/htm-mime.xml new file mode 100644 index 00000000..1201aaf3 --- /dev/null +++ b/share/misc/htm-mime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> + <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/x-hct"> + <comment>HexChat theme archives</comment> + <glob pattern="*.hct"/> + </mime-type> + </mime-info> diff --git a/share/misc/htm.desktop b/share/misc/htm.desktop new file mode 100644 index 00000000..7651c91f --- /dev/null +++ b/share/misc/htm.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=HexChat Theme Manager +Exec=mono /usr/bin/thememan %f +Icon=hexchat +Terminal=false +Type=Application +MimeType=application/x-hct |