[gimp/wip/akkana/Light-theme: 10/16] Light theme:




commit cdf06bdd4fbe4a1d4074f866d9d0caa951bd82e2
Author: Akkana Peck <akkana shallowsky com>
Date:   Wed Aug 10 17:28:33 2022 -0600

    Light theme:
    
    add a comment about the thick black border around scrolled parts
    of dialogs.

 themes/Light/gimp.css | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index b5577321d3..01094d51b6 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -8,6 +8,21 @@
      Styling the interior of the Reload button to match the mysterious
      background color has an unfortunate result of styling lots of
      other areas in unfortunate ways.
+  - Thick black frame around the scrolled part of the Procedure Browser.
+    According to GtkInspector this is scrolledwindow viewport.frame
+    but it doesn't respond to color, background, background-color,
+    outline-color or text-decoration-color.
+    scrolledwindow viewport.frame * can get what's inside the frame
+    (also affects tool options), but doesn't affect the frame.
+
+scrolledwindow viewport.frame {
+    color: yellow;
+    background: yellow;
+    background-color: yellow;
+    outline-color: yellow;
+    text-decoration-color: green;
+    border-color: pink;
+}
  */
 
 /* Hint for debugging themes:
@@ -25,7 +40,7 @@
    */
   color: black;
 }
-
+\
 #image-menubar, GtkImageMenuItem {
    background-color: rgb(235,235,235);
    color: black;


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