From 4ccc2828f6d92fce082e7dcf2d52b652a12e0fe1 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 27 Jan 2021 21:52:13 +0000 Subject: [PATCH] TH - fill in some more mime types from existing icons --- data/elementary/themes/edc/icons.edc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 534f7dbdca..82bd2b2208 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -303,6 +303,8 @@ ICON("text/html", "i-efm-html") ICON("text/css", "i-efm-html") ICON("text/json", "i-efm-html") +ICON("application/xhtml+xml", "i-efm-html") + ICON("text/x-gettext-translation", "i-lang") ICON("text/x-gettext-translation-template", "i-lang") @@ -392,13 +394,17 @@ ICON("application/x-shared-library-la", "i-efm-so") ICON("application/vnd.oasis.opendocument.spreadsheet", "i-efm-spreadsheet") ICON("application/vnd.ms-excel", "i-efm-spreadsheet") +ICON("application/vnd.stardivision.calc", "i-efm-spreadsheet") ICON("application/vnd.ms-powerpoint", "i-efm-present") ICON("application/vnd.oasis.opendocument.presentation", "i-efm-present") +ICON("application/vnd.stardivision.impress", "i-efm-present") ICON("application/vnd.oasis.opendocument.text", "i-efm-doc") ICON("application/x-msword", "i-efm-doc") ICON("application/vnd.openxmlformats-officedocument.wordprocessingml.document", "i-efm-doc") +ICON("application/vnd.sun.xml.writer", "i-efm-doc") +ICON("application/vnd.stardivision.writer", "i-efm-doc") ICON("application/x-abiword", "i-efm-doc") ICON("application/vnd.scribus", "i-efm-doc") ICON("application/x-lyx", "i-efm-doc")