discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8d8588ff32b4a6549d8c19bad59f729f2ac5403e

commit 8d8588ff32b4a6549d8c19bad59f729f2ac5403e
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 30 12:31:37 2015 -0400

    change default icon theme to hicolor
    
    ref T2142
---
 config/default/e.src  | 2 +-
 config/mobile/e.src   | 2 +-
 config/standard/e.src | 2 +-
 config/tiling/e.src   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/default/e.src b/config/default/e.src
index fde837c..db89920 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -155,7 +155,7 @@ group "E_Config" struct {
   value "border_raise_on_mouse_action" int: 1;
   value "desk_flip_wrap" int: 0;
   value "fullscreen_flip" int: 1;
-  value "icon_theme" string: "Tango";
+  value "icon_theme" string: "hicolor";
   value "desk_flip_animate_mode" int: 0;
   value "desk_flip_animate_interpolation" int: 0;
   value "desk_flip_animate_time" double: 0.5;
diff --git a/config/mobile/e.src b/config/mobile/e.src
index 6badaa0..f4e6070 100644
--- a/config/mobile/e.src
+++ b/config/mobile/e.src
@@ -149,7 +149,7 @@ group "E_Config" struct {
     value "border_raise_on_mouse_action" int: 1;
     value "desk_flip_wrap" int: 0;
     value "fullscreen_flip" int: 1;
-    value "icon_theme" string: "Tango";
+    value "icon_theme" string: "hicolor";
     value "icon_theme_overrides" uchar: 0;
     value "desk_flip_animate_mode" int: 1;
     value "desk_flip_animate_interpolation" int: 0;
diff --git a/config/standard/e.src b/config/standard/e.src
index eea0a2c..585d3f0 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -150,7 +150,7 @@ group "E_Config" struct {
     value "border_raise_on_mouse_action" int: 1;
     value "desk_flip_wrap" int: 0;
     value "fullscreen_flip" int: 1;
-    value "icon_theme" string: "Tango";
+    value "icon_theme" string: "hicolor";
     value "icon_theme_overrides" uchar: 0;
     value "desk_flip_animate_mode" int: 1;
     value "desk_flip_animate_type" string: "auto/pane";
diff --git a/config/tiling/e.src b/config/tiling/e.src
index 79bd970..8bde334 100644
--- a/config/tiling/e.src
+++ b/config/tiling/e.src
@@ -150,7 +150,7 @@ group "E_Config" struct {
     value "border_raise_on_mouse_action" int: 1;
     value "desk_flip_wrap" int: 0;
     value "fullscreen_flip" int: 1;
-    value "icon_theme" string: "Tango";
+    value "icon_theme" string: "hicolor";
     value "icon_theme_overrides" uchar: 0;
     value "desk_flip_animate_mode" int: 1;
     value "desk_flip_animate_type" string: "auto/pane";

-- 


Reply via email to