[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-devel
Subject:    Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros
From:       Carsten Haitzler (The Rasterman) <raster () rasterman ! com>
Date:       2013-07-25 23:59:37
Message-ID: 20130726085937.74624ddd926b2097782ef8d4 () rasterman ! com
[Download RAW message or body]

On Thu, 25 Jul 2013 10:11:29 -0300 "Eduardo Lima (Etrunko)" <eblima@gmail.com>
said:

actually. the reason i didn't do this (yet) is...

colorclasses.edc - it should actually go in here. :) well ok - every colorclass
there, and not in the parts themselves. :)

> s/HILIGHT/HIGHLIGHT/g
> 
> On Thu, Jul 25, 2013 at 7:16 AM, ChunEon Park - Enlightenment Git
> <no-reply@enlightenment.org> wrote:
> > hermet pushed a commit to branch master.
> >
> > commit 71ed19b7154dee9cb51a07ca514314642af4e813
> > Author: ChunEon Park <chuneon.park@samsung.com>
> > Date:   Thu Jul 25 19:15:40 2013 +0900
> >
> >     theme/dark - added font color macros
> > ---
> >  edje/edc/elm/dayselector.edc |  7 ++-----
> >  edje/edc/elm/toolbar.edc     | 14 ++++----------
> >  edje/fonts.edc               |  3 +++
> >  3 files changed, 9 insertions(+), 15 deletions(-)
> >
> > diff --git a/edje/edc/elm/dayselector.edc b/edje/edc/elm/dayselector.edc
> > index c0109f9..2c60ee3 100644
> > --- a/edje/edc/elm/dayselector.edc
> > +++ b/edje/edc/elm/dayselector.edc
> > @@ -326,8 +326,7 @@ group { name: "elm/check/base/dayselector/default";
> >                 min: 1 1;
> >                 text_class: "button";
> >              }
> > -            color: 255 255 255 255;
> > -            color3: 0 0 0 128;
> > +            color: FN_COL_DEFAULT;
> >           }
> >           description { state: "weekend_default" 0.0;
> >              inherit: "default" 0.0;
> > @@ -366,9 +365,7 @@ group { name: "elm/check/base/dayselector/default";
> >                 text_source: "elm.text";
> >                 text_class: "button";
> >              }
> > -            color: 51 153 255 255;
> > -            color2: 51 153 255 24;
> > -            color3: 51 153 255 18;
> > +            color: FN_COL_HILIGHT;
> >              visible: 0;
> >           }
> >           description { state: "weekend_default" 0.0;
> > diff --git a/edje/edc/elm/toolbar.edc b/edje/edc/elm/toolbar.edc
> > index a91035d..f1f7452 100644
> > --- a/edje/edc/elm/toolbar.edc
> > +++ b/edje/edc/elm/toolbar.edc
> > @@ -592,8 +592,7 @@ group { name: "elm/toolbar/item/default";
> >              rel1.relative: 0.0 1.0;
> >              rel2.offset: -5 -3;
> >              align: 0.5 1.0;
> > -            color: 255 255 255 255;
> > -            color3: 0 0 0 128;
> > +            color: FN_COL_DEFAULT;
> >              color_class: "toolbar_item";
> >              text { font: FN; size: 10;
> >                 min: 1 1;
> > @@ -641,9 +640,7 @@ group { name: "elm/toolbar/item/default";
> >              rel1.to: "elm.text";
> >              rel2.offset: 2 1;
> >              rel2.to: "elm.text";
> > -            color: 51 153 255 255;
> > -            color2: 51 153 255 24;
> > -            color3: 51 153 255 18;
> > +            color: FN_COL_HILIGHT;
> >              color_class: "toolbar_item_active";
> >              text { font: FN; size: 10;
> >                 text_source: "elm.text";
> > @@ -689,8 +686,7 @@ group { name: "elm/toolbar/item/default";
> >              rel1.relative: 0.0 1.0;
> >              rel2.offset: -5 -3;
> >              align: 0.5 1.0;
> > -            color: 255 255 255 255;
> > -            color3: 0 0 0 128;
> > +            color: FN_COL_DEFAULT;
> >              color_class: "toolbar_item";
> >              text { font: FN; size: 10;
> >                 min: 1 1;
> > @@ -738,9 +734,7 @@ group { name: "elm/toolbar/item/default";
> >              rel1.to: "elm.text";
> >              rel2.offset: 2 1;
> >              rel2.to: "elm.text";
> > -            color: 51 153 255 255;
> > -            color2: 51 153 255 24;
> > -            color3: 51 153 255 18;
> > +            color: FN_COL_HILIGHT;
> >              color_class: "toolbar_item_active";
> >              text { font: FN; size: 10;
> >                 text_source: "elm.text";
> > diff --git a/edje/fonts.edc b/edje/fonts.edc
> > index 1eec7e0..83af96b 100644
> > --- a/edje/fonts.edc
> > +++ b/edje/fonts.edc
> > @@ -14,3 +14,6 @@
> >  #define FNBD   "Sans:style=Bold"
> >  #define FNIT   "Sans:style=Oblique"
> >  #define FNBDIT "Sans:style=Bold Italic"
> > +
> > +#define FN_COL_DEFAULT 255 255 255 255; color3: 0 0 0 128
> > +#define FN_COL_HILIGHT 51 153 255 255; color2: 51 153 255 24; color3: 51
> > 153 255 18
> >
> 
> 
> 
> -- 
> Eduardo de Barros Lima ◤✠◢
> eblima@gmail.com
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    raster@rasterman.com


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic