From 9dcdb4598c366cb776d85d929d00f0fd2c1b510f Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Tue, 11 Oct 2016 14:12:20 -0500 Subject: [PATCH] Ephoto: Slightly lighten the overlay color --- data/themes/ephoto.edc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/themes/ephoto.edc b/data/themes/ephoto.edc index 00f3bc7..13eddab 100644 --- a/data/themes/ephoto.edc +++ b/data/themes/ephoto.edc @@ -175,7 +175,7 @@ collections { clip_to: "ephoto,editor"; scale: 1; description { state: "default" 0.0; - color: 15 15 15 150; + color: 30 30 30 150; rel1.to: "ephoto,editor"; rel2.to: "ephoto,editor"; } @@ -243,7 +243,7 @@ collections { clip_to: "ephoto,folders"; scale: 1; description { state: "default" 0.0; - color: 15 15 15 150; + color: 30 30 30 150; rel1.to: "ephoto,folders"; rel2.to: "ephoto,folders"; } @@ -291,7 +291,7 @@ collections { clip_to: "ephoto,controls"; scale: 1; description { state: "default" 0.0; - color: 15 15 15 150; + color: 30 30 30 150; rel1.to: "ephoto,controls"; rel2.to: "ephoto,controls"; }