# HG changeset patch # User Luke Schierer # Date 1133801086 0 # Node ID 709548d845a1fd3d1e9d15303553a0690e4e7349 # Parent e38bd454889759973b2237156de2c66fa683c999 [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 diff -r e38bd4548897 -r 709548d845a1 src/gtkconv.c --- 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;