On Fri 2009.08.07 at 19:34 +0200, Simon Nicolussi wrote:
> Edd Barrett wrote:
> > How do the menu item foreground and background relate? Are they just
> > inverted? It would be better to have an explicit option for each.
> 
> The color of the font in the selected entry is made by XORing the
> background of the selected entry (called CWM_COLOR_FG_MENU in the
> source) with the background of the unselected entries (called
> CWM_COLOR_BG_MENU) and then XORing the result with the color of the
> font in the unselected entries. See menu_init() in menu.c for details.
> 
> An additional option to choose the color of the font in the selected
> entry has also been one of the suggestions made by Thomas Pfaff. This
> seems to require a bit more work, unfortunately. Maybe I'll take a look
> at it later or someone else will step in.

hi and thanks!

yes, i had support for this when i re-worked colors a while back, but
pulled those bits.

some of the issues that you may run into is due to the way reload
happens - those will be solved once i finish a diff to re-vamp all that,
but that's a few down on the list for now.

and for those other cwm diff's sitting here, i haven't forgotten about
them...

cheers,
okan

Reply via email to