gaim/gaim

sf patch #1189893, from Steven Garrity

2005-04-25, Mark Doliner
a89ab474ca2f
Parents d08a9e24a1b3
Children 1dcaa41612f6
sf patch #1189893, from Steven Garrity
"This patch slightly changes the shade of the blue color
of inactive tabs on a group chat when someone uses your
nickname.

The previous blue was a bit too close to the default
black, so it was difficult to notice. This blue is a
little bit brighter and more staturated.

Here's a screenshot to show the difference (current
blue in the left column, blue from this patch in the
right column):
http://actsofvolition.com/images/screenshots/gaim/tab-colors.png

The only thing changes is the HEX for the color, so
this could easily be applied to oldstatus as well."
--- a/src/gtkconv.c Mon Apr 25 00:22:57 2005 -0400
+++ b/src/gtkconv.c Mon Apr 25 22:02:43 2005 -0400
@@ -5358,7 +5358,7 @@
}
else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_NICK)
{
- strcpy(color, "#314E6C");
+ strcpy(color, "#0D4E91");
}
else if (gaim_conversation_get_unseen(conv) == GAIM_UNSEEN_TEXT)
{