On Mon, 10 May 2021 14:25:40 +0100 john <j...@jdm.myzen.co.uk> said:

what defines the color is a combination of color: r g b a; in each part, maybe
a color_class: "somename"; that the indirects to a color_class definition by
name and multiplies the color: r g b a; by the color_class. the default color
for a part if not defined at all is 255 255 255 255 (solid white). the #define
is a preprocessor technique for defining colors once and then just using the
macro name. it may or may not be used by parts in a theme. you have to check.

> Hi,
> 
> I am trying to create a theme based on default theme which uses
> different colors for menus etc.
> 
> I have updated 
> #define WIN_DEFAULT_BASIC 255 255 255 255
> 
> in colorclasses.edc but when I use the new theme the colors are
> different from what you use in gcolor2 (or other color pickers).
> 
> Looking at WIN_DEFAULT_BASIC 255 255 255 255 I believe this should be
> white but menus etc are grey.
> 
> Is there another color config which overrides/merges the colors for
> this setting? I seem to remember something which may do this but not
> sure.
> 
> Many Thanks.
> 
> John
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to