diff src/prefs.c @ 4718:8ecc83cad126

[gaim-migrate @ 5030] dim grey is such a cool color. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 11 Mar 2003 22:31:25 +0000
parents 8708bbf40e40
children fd44726a527f
line wrap: on
line diff
--- a/src/prefs.c	Tue Mar 11 21:28:43 2003 +0000
+++ b/src/prefs.c	Tue Mar 11 22:31:25 2003 +0000
@@ -232,8 +232,8 @@
 	while (themes) {
 		struct smiley_theme *theme = themes->data;
 		char *description = g_strdup_printf("<span size='larger' weight='bold'>%s</span> - %s\n"
-						    "<span size='smaller' foreground='gray'>%s</span>",
-						    theme->name, theme->author, theme->desc);; 
+						    "<span size='smaller' foreground='dim grey'>%s</span>",
+						    theme->name, theme->author, theme->desc);
 		gtk_list_store_append (smiley_theme_store, &iter);
 		pixbuf = gdk_pixbuf_new_from_file(theme->icon, NULL);