[gtk-engines/gnome3] Set google chrome colors from symbolic colors.



commit f59a529e597c4c6607452c32d907a0c9a8bcbdfb
Author: Benjamin Berg <benjamin sipsolutions net>
Date:   Sat Apr 3 10:59:15 2010 +0200

    Set google chrome colors from symbolic colors.

 themes/GNOME3/gtk-2.0/gtkrc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/themes/GNOME3/gtk-2.0/gtkrc b/themes/GNOME3/gtk-2.0/gtkrc
index a27ee25..332d415 100644
--- a/themes/GNOME3/gtk-2.0/gtkrc
+++ b/themes/GNOME3/gtk-2.0/gtkrc
@@ -1,8 +1,7 @@
 
 # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
 
-gtk-color-scheme = "base_color:#ffffff\nbg_color:#e4e4e4\ntooltip_bg_color:#343434\nselected_bg_color:#4a90d9\ntext_color:#2e3436\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#4a90d9\nframe_color:#e4e4e4\ninactive_frame_color:#e4e4e4"
-# frame_color and inactive_frame_color are for Google Chrome.
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#e4e4e4\ntooltip_bg_color:#343434\nselected_bg_color:#4a90d9\ntext_color:#2e3436\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#4a90d9"
 
 gtk-auto-mnemonics = 1
 gtk-cursor-blink = 0
@@ -107,6 +106,10 @@ style "default" {
 	base[INSENSITIVE] = shade (1.07, @bg_color)
 	base[ACTIVE]      = shade (0.9, @selected_bg_color)
 
+	# These are for Google Chrome
+	color['frame_color'] = 	@bg_color
+	color['inactive_frame_color']  = @bg_color
+
 	engine "clearlooks" {
 		colorize_scrollbar = FALSE	# XXX, will we support this?
 		animation = FALSE



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