Mercurial > pidgin.yaz
changeset 12190:ffedae3d3156
[gaim-migrate @ 14492]
Reverted logo.png. Trying out some new colors.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 22 Nov 2005 18:56:53 +0000 |
parents | 2de8b6772d00 |
children | bc2b9f925979 |
files | pixmaps/logo.png src/gtkconv.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Tue Nov 22 05:42:52 2005 +0000 +++ b/src/gtkconv.c Tue Nov 22 18:56:53 2005 +0000 @@ -67,8 +67,8 @@ #define AUTO_RESPONSE "<AUTO-REPLY> : " -#define SEND_COLOR "#001f41" -#define RECV_COLOR "#a63802" +#define SEND_COLOR "#204a87" +#define RECV_COLOR "#cc0000" #define LUMINANCE(c) (float)((0.3*(c.red))+(0.59*(c.green))+(0.11*(c.blue)))