hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=db339cfaee2c88abe57f2381190e9e90e16b734a

commit db339cfaee2c88abe57f2381190e9e90e16b734a
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Feb 26 17:48:13 2016 +0900

    change message colors to white.
    
    previous color was eye catchable but not good to read.
---
 data/themes/default/layout_common.edc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index f3dc27c..dc511e8 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -233,6 +233,7 @@ group { name: "fileselector_layout";
       }
       part { name: "elm.text.msg";
          type: TEXT;
+         effect: SHADOW BOTTOM;
          scale: 1;
          clip_to: "clipper";
          description { state: "default" 0.0;
@@ -244,13 +245,12 @@ group { name: "fileselector_layout";
                font: FN;
                size: 11;
                align: 0.5 1;
-               text: "adfasdfadsf";
             }
-            color: 0 0 0 0;
+            color: COL_NM_TRANS;
          }
          description { state: "show" 0.0;
             inherit: "default" 0.0;
-            color: 255 0 0 255;
+            color: COL_NM;
          }
       }
       part { name: "event_blocker";
@@ -2569,7 +2569,7 @@ group { name: "statusbar_layout";
       part { name: "elm.text.info_msg";
          type: TEXT;
          scale: 1;
-         effect: GLOW;
+         effect: SHADOW BOTTOM;
          nomouse;
          description { state: "default" 0.0;
             align: 0 0.5;
@@ -2580,11 +2580,11 @@ group { name: "statusbar_layout";
                size: 11;
                align: 0 0.5;
             }
-            color: COL_HI_TRANS;
+            color: COL_NM_TRANS;
          }
          description { state: "show" 0.0;
             inherit: "default" 0.0;
-            color: COL_HI;
+            color: COL_NM;
          }
       }
       program { name: "info_msg_show";

-- 


Reply via email to