raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e6b4ba8cf16e896ce71f966e3e5214c3192a7a02

commit e6b4ba8cf16e896ce71f966e3e5214c3192a7a02
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jan 22 15:14:15 2014 +0900

    inwin - the "greying out" fade looks just wrong - make it black.
---
 data/themes/edc/elm/inwin.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/edc/elm/inwin.edc b/data/themes/edc/elm/inwin.edc
index ddf65c3..99e596b 100644
--- a/data/themes/edc/elm/inwin.edc
+++ b/data/themes/edc/elm/inwin.edc
@@ -9,7 +9,7 @@ group { name: "elm/win/inwin/default";
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 150 150 150 64;
+            color: 0 0 0 128;
          }
       }
       part { name: "pop"; mouse_events: 1;

-- 


Reply via email to