diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 26be8dc4c..352d70050 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -3,6 +3,7 @@ images { image: "e17_icon_e_glow_0.png" LOSSY 90; image: "e17_icon_theme.png" LOSSY 90; + image: "e17_icon_colors.png" LOSSY 90; image: "e17_icon_windows.png" LOSSY 90; @@ -15,6 +16,7 @@ images { image: "e17_icon_desktop.png" LOSSY 90; image: "e17_icon_configuration.png" LOSSY 90; + image: "e17_icon_intl.png" LOSSY 90; image: "e17_icon_run.png" LOSSY 90; image: "e17_icon_system.png" LOSSY 90; image: "e17_icon_directories.png" LOSSY 90; @@ -301,6 +303,25 @@ group { } } } +group { + name: "e/icons/enlightenment/colors"; + 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_colors.png"; + } + } + } + } +} group { name: "e/icons/enlightenment/windows"; max: 64 64; @@ -434,6 +455,26 @@ group { } } } +group { + name: "e/icons/enlightenment/intl"; + 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_intl.png"; + } + } + } + } +} + group { name: "e/icons/enlightenment/system"; max: 64 64; diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 78e4fd5cf..44c69dd95 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -317,6 +317,7 @@ e17_winlist_bottom.png \ e17_pager_window_shaded.png \ e17_transition_vswipe_gap.png \ e17_icon_configuration.png \ +e17_icon_intl.png \ e17_icon_system.png \ e17_icon_desktop.png \ e17_icon_e_0.png \ @@ -326,6 +327,7 @@ e17_icon_module.png \ e17_icon_run.png \ e17_icon_directories.png \ e17_icon_theme.png \ +e17_icon_colors.png \ e17_icon_windows.png \ e17_icon_window_focus.png \ e17_icon_lost_windows.png \ diff --git a/data/themes/images/e17_icon_colors.png b/data/themes/images/e17_icon_colors.png new file mode 100644 index 000000000..638904747 Binary files /dev/null and b/data/themes/images/e17_icon_colors.png differ diff --git a/data/themes/images/e17_icon_intl.png b/data/themes/images/e17_icon_intl.png new file mode 100644 index 000000000..83323b5f9 Binary files /dev/null and b/data/themes/images/e17_icon_intl.png differ diff --git a/data/themes/images/e17_icon_transitions.png b/data/themes/images/e17_icon_transitions.png index aa866cbb5..05a87451e 100644 Binary files a/data/themes/images/e17_icon_transitions.png and b/data/themes/images/e17_icon_transitions.png differ