Color roles, coming this Monday to kdelibs?

Olaf Schmidt ojschmidt at kde.org
Fri Jun 8 07:05:58 BST 2007


[ Matthew Woehlke, Do., 7. Jun. 2007 ]
> /**
>  * Tint color to indicate items which have input focus. May be used as 
>  * a foreground color for e.g. focus rects (not for text) or mixed with
>  * bgNormal. 
>  */
> bgFocusTint = 34,
> /**
>   * Tint color to indicate items which will be activated by clicking.
>   * May be used as-is or mixed with bgNormal to draw decorations.
>   */ 
> bgHoverTint = 35,

I suggest to change this to:
/**
  * Foreground tint color to indicate items which have focus. May be 
  * used as a foreground color for e.g. input focus rects or for text that
  * will be activated by clicking (hover color).
  * May be used as-is or mixed with fgNormal to draw decorations.
  */
fgFocusTint = 34,
/**
  * Background tint color to indicate items which have focus. May be 
  * used as a background color for items with input focus rects or that
  * will be activated by clicking (hover color).
  * May be used as-is or mixed with bgNormal to draw decorations.
  */ 
bgFocusTint = 35,




More information about the kde-core-devel mailing list