On Thu, 4 Dec 2014 00:53:38 +0100 Thomas Gstädtner <tho...@gstaedtner.net> wrote:
> On Wed, 3 Dec 2014 10:53:19 -0600 > Larry Wyble <llwy...@suddenlink.net> wrote: > > > > > Where can I read about themeing for Terminology? It has several > > themes that come with it but the colors on the black background are > > not bright enough for me I would like to change the colors and/or > > intensity. > > > > Thanks > > > > ------------------------------------------------------------------------------ > > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > > from Actuate! Instantly Supercharge Your Business Reports and > > Dashboards with Interactivity, Sharing, Native Excel Exports, App > > Integration & more Get technology previously reserved for > > billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > _______________________________________________ enlightenment-users > > mailing list enlightenment-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > Theming is done in EDC, and for terminology is rather straight > forward. Look in the sources in data/themes, there are a bunch of edc > files. I suggest you just take a look at mustang.edc, it has only a > few lines and shows pretty well how it's done. > > After that you have to build the theme with edje_cc (to make this > easier, just enhance Makefile.am) and drop it in the theme dir. Ok I figured it out and read the edje data collection web page but what I can't figure out is where is the color_class being called from? In other words I have this in my me.edc: color_classes { color_class { name: "c0"; color: 170 170 170 255; } // COL_DEF color_class { name: "c1"; color: 0 0 0 255; } // COL_BLACK color_class { name: "c2"; color: 255 0 0 255; } // COL_RED and so on. Where is the name of the color_class {name: "c0...cn"; being referenced from, that's what I can't figure out. Thanks ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users