From 8d8588ff32b4a6549d8c19bad59f729f2ac5403e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 30 Apr 2015 12:31:37 -0400 Subject: [PATCH] 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 fde837c6e..db89920ae 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 6badaa04b..f4e607019 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 eea0a2c43..585d3f09a 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 79bd97028..8bde334ad 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";