From e6b4ba8cf16e896ce71f966e3e5214c3192a7a02 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 22 Jan 2014 15:14:15 +0900 Subject: [PATCH] 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; -- 2.7.4