Mercurial > pidgin.yaz
changeset 12354:709548d845a1
[gaim-migrate @ 14658]
this hugely increases the color variance, and I think (I looked at #gaim
and #debian) it leaves the colors all still readable. now that the test
actually _works_ I think we can attempt to fine-tune our readability at
our leisure.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 05 Dec 2005 16:44:46 +0000 |
parents | e38bd4548897 |
children | 9afd83a7eeeb |
files | src/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Mon Dec 05 16:33:32 2005 +0000 +++ b/src/gtkconv.c Mon Dec 05 16:44:46 2005 +0000 @@ -107,8 +107,8 @@ #endif /* From http://www.w3.org/TR/AERT#color-contrast */ -#define MIN_BRIGHTNESS_CONTRAST 125 -#define MIN_COLOR_CONTRAST 500 +#define MIN_BRIGHTNESS_CONTRAST 75 +#define MIN_COLOR_CONTRAST 200 #define NUM_NICK_COLORS 220 static GdkColor *nick_colors = NULL;