diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-07 11:16:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-07 11:16:48 +0000 |
commit | 1f1427ab0a541868791a6ab6331d0e766361fe5d (patch) | |
tree | ea19e1a7bcf6c1e446fc63da1c730c56a9b3c6b9 /perl-install/share/themes-blue.rc | |
parent | d45a7e6d1936fd1a1818648a357a7e854a3a5c67 (diff) | |
download | drakx-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar drakx-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.gz drakx-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.bz2 drakx-1f1427ab0a541868791a6ab6331d0e766361fe5d.tar.xz drakx-1f1427ab0a541868791a6ab6331d0e766361fe5d.zip |
- 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)
Diffstat (limited to 'perl-install/share/themes-blue.rc')
-rw-r--r-- | perl-install/share/themes-blue.rc | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |