diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 06f1ea4bb..61e3e1476 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -97,6 +97,7 @@ images { image: "e17_icon_appearance.png" COMP; image: "e17_icon_extensions.png" COMP; image: "e17_icon_imc.png" COMP; + image: "e17_icon_file_icons.png" COMP; } group { @@ -2067,7 +2068,8 @@ group { } } } -}group { +} +group { name: "e/icons/enlightenment/imc"; max: 64 64; parts { @@ -2086,6 +2088,27 @@ group { } } } +group { + name: "e/icons/enlightenment/file_icons"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + max: 64 64; + image { + normal: "e17_icon_file_icons.png"; + } + } + } + } +} + + diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index e6bead255..8bc6247eb 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -518,5 +518,6 @@ e17_icon_behavior.png \ e17_icon_appearance.png \ e17_icon_extensions.png \ e17_icon_advanced.png \ +e17_icon_file_icons.png \ e17_icon_imc.png diff --git a/data/themes/images/e17_icon_configuration.png b/data/themes/images/e17_icon_configuration.png index 0cc43f735..43602b0bf 100644 Binary files a/data/themes/images/e17_icon_configuration.png and b/data/themes/images/e17_icon_configuration.png differ diff --git a/data/themes/images/e17_icon_file_icons.png b/data/themes/images/e17_icon_file_icons.png new file mode 100644 index 000000000..ff3910fde Binary files /dev/null and b/data/themes/images/e17_icon_file_icons.png differ diff --git a/data/themes/images/e17_icon_module.png b/data/themes/images/e17_icon_module.png index f1bf2c893..1d768f5dd 100644 Binary files a/data/themes/images/e17_icon_module.png and b/data/themes/images/e17_icon_module.png differ