summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2023-09-01 20:56:02 -0600
committerAlex Henrie <alexhenrie24@gmail.com>2023-09-01 20:56:02 -0600
commit07d8cbb05b6aa6dcb974e254406d58b5d04837ab (patch)
treed7887515b3f62b31c4426cc81875b02e6d17817a
parent7b1371eb64796ab9d5383536847e16c3dd487a35 (diff)
Add application/vnd.ms-officetheme
Give it the generic text template icon because MS Office theme files are like templates and the same theme file can be used in Word, Excel, and PowerPoint. https://www.iana.org/assignments/media-types/application/vnd.ms-officetheme
-rw-r--r--data/freedesktop.org.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 76e148d..c863844 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -7464,6 +7464,12 @@ command to generate the output files.
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-spreadsheet"/>
</mime-type>
+ <mime-type type="application/vnd.ms-officetheme">
+ <comment>Microsoft Office 2007 theme</comment>
+ <glob pattern="*.thmx"/>
+ <sub-class-of type="application/zip"/>
+ <generic-icon name="text-x-generic-template"/>
+ </mime-type>
<mime-type type="application/x-t602">
<comment>T602 document</comment>
<generic-icon name="x-office-document"/>