[gimp/wip/akkana/Light-theme: 72/72] Light theme: import GIMP system theme first




commit 2a334824e7c659e7016cd804db90dc86c7243fef
Author: Akkana Peck <akkana shallowsky com>
Date:   Wed Aug 17 14:36:39 2022 -0600

    Light theme: import GIMP system theme first

 themes/Light/gimp.css | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index 380a82d001..ba4494fef1 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -32,6 +32,8 @@ scrolledwindow viewport.frame {
  * or from GIMP's UI: File > Debug > Start GtkInspector
  */
 
+@import url("../System/gimp.css");
+
 * {
   -GimpToolPalette-tool-icon-size:   large-toolbar;
 
@@ -210,6 +212,7 @@ Doesn't seem to work here, though.
  */
 scrollbar trough {
   background: rgb(250,250,250);
+  
 }
 
 scrollbar slider {
@@ -338,3 +341,4 @@ menuitem *:hover {
   background-color: rgb(235,235,235);
 }
 
+


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