[gtk-css-engine] [moblesse] Make notebooks lighter than normal background.



commit 81cd00f9c384ed7fbefd89cbdfa6e5a23be6d0b3
Author: Robert Staudinger <robsta gnome org>
Date:   Tue Jun 23 08:57:07 2009 +0200

    [moblesse] Make notebooks lighter than normal background.

 themes/moblesse/gtk-2.0/gtkrc     |    5 +++++
 themes/moblesse/gtk-2.0/gtkrc.css |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/moblesse/gtk-2.0/gtkrc b/themes/moblesse/gtk-2.0/gtkrc
index 192ed69..f8dcffb 100644
--- a/themes/moblesse/gtk-2.0/gtkrc
+++ b/themes/moblesse/gtk-2.0/gtkrc
@@ -3,6 +3,11 @@
 # releasing and uncomment the next line.
 # include "generated.rc"
 
+# Set GtkSettings color scheme property.
+# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
+# gtk_color_scheme =
+# "fg_color:#515c7d\nbg_color:#f3f0e4\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#688eb2\nselected_fg_color:#f5f5f0\ntooltip_bg_color:#515c7d\ntooltip_fg_color:#f5f5b5"
+
 style "default"
 {
 	engine "css" 
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index ce0cfae..07d0a82 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -60,6 +60,7 @@ gtk-radio-knob[shadow=in] {
 }
 
 gtk-tab {
+  background: gtk-shade(1.05, bg_color);
 	border: 1px solid;
 }
 
@@ -100,6 +101,10 @@ GtkMenuItem:prelight {
   color: gtk-color(selected_fg_color);  /* FIXME seems not to apply. */
 }
 
+GtkNotebook {
+  background: gtk-shade(1.05, bg_color);
+}
+
 /* FIXME: why can we not just use "GtkProgressBar.bar" here? */
 GtkProgressBar > box.bar {
 	background: gtk-color(selected_bg_color);



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