[gimp/gtk3-port: 231/242] themes: document the new GimpHistogramView property in the theme CSS



commit 9c05fadc00ceb1f2e46ca4f0ab33461f6cd09f0a
Author: Michael Natterer <mitch gimp org>
Date:   Mon Feb 7 22:21:50 2011 +0100

    themes: document the new GimpHistogramView property in the theme CSS

 themes/Default/gimp.css |    4 ++++
 themes/Small/gimp.css   |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Default/gimp.css b/themes/Default/gimp.css
index ba6750d..7f8cb28 100644
--- a/themes/Default/gimp.css
+++ b/themes/Default/gimp.css
@@ -68,6 +68,10 @@ GimpColorFrame {
   -GimpColorFrame-number-color: lighter (@bg_color);
 }
 
+GimpHistogramView {
+  -GimpHistogramView-grid-color: darker (@bg_color);
+}
+
 GimpOverlayFrame {
   -GtkButton-focus-line-width: 1;
 
diff --git a/themes/Small/gimp.css b/themes/Small/gimp.css
index 1b5904b..a7c8b8a 100644
--- a/themes/Small/gimp.css
+++ b/themes/Small/gimp.css
@@ -68,6 +68,10 @@ GimpColorFrame {
   -GimpColorFrame-number-color: lighter (@bg_color);
 }
 
+GimpHistogramView {
+  -GimpHistogramView-grid-color: darker (@bg_color);
+}
+
 GimpOverlayFrame {
   -GtkButton-focus-line-width: 1;
 



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