From 1f1427ab0a541868791a6ab6331d0e766361fe5d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 7 Mar 2005 11:16:48 +0000 Subject: - by default, gtk use /usr/share/themes/Galaxy/gtk-2.0/gtkrc, so add this gtkrc to the install, and so no need to have galaxy settings in themes-galaxy.rc => this fixes the doc theme not having the good shapes for the buttons - fix the worst pb in themes-blue.rc (even if we don't use it) --- perl-install/share/themes-blue.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/share/themes-blue.rc') diff --git a/perl-install/share/themes-blue.rc b/perl-install/share/themes-blue.rc index 0c1e7d318..e8cac9521 100644 --- a/perl-install/share/themes-blue.rc +++ b/perl-install/share/themes-blue.rc @@ -7,6 +7,9 @@ style "any" bg[ACTIVE] = { 0, 0.67, 1.0 } bg[PRELIGHT] = { 0, 0, 1.0 } + GtkTreeView::even_row_color = { 0, 0, 0.67 } + GtkTreeView::odd_row_color = { 0, 0, 0.67 } + text[NORMAL] = { 1.0, 1.0, 1.0 } fg[NORMAL] = { 1.0, 1.0, 1.0 } fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } -- cgit v1.2.1