[gnome-themes-standard] Adwaita: Adjust gtk2 theme to be closer to the gtk3 one



commit 4b72e33a6ff535c9c8a4222fa7dd3278e260f005
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sun Feb 27 12:26:22 2011 +0100

    Adwaita: Adjust gtk2 theme to be closer to the gtk3 one
    
    Adjust the gtk2 gtkrc file to use the same colors and menu border
    radius as the gtk3 theme to minimize the differences between the two.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=643404

 themes/Adwaita/gtk-2.0/gtkrc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 100722f..4ae59f4 100644
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1,7 +1,7 @@
 
 # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
 
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#E7F3FD"
+gtk-color-scheme = "base_color:#ffffff\nfg_color:#2e3436\ntooltip_fg_color:#000000\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#343434"
 
 gtk-auto-mnemonics = 1
 
@@ -209,6 +209,7 @@ style "menubar" {
 
 	engine "clearlooks" {
 		hint = "menubar"
+		radius = 0.0
 	}
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]