[gimp/wip/akkana/Light-theme: 11/16] Light theme: make scrollbar sliders visible




commit 46277b39b693c821f2f88a549ffaefb26b69bb74
Author: Akkana Peck <akkana shallowsky com>
Date:   Wed Aug 10 19:57:27 2022 -0600

    Light theme: make scrollbar sliders visible

 themes/Light/gimp.css | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index 01094d51b6..93c2b4479c 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -40,7 +40,7 @@ scrolledwindow viewport.frame {
    */
   color: black;
 }
-\
+
 #image-menubar, GtkImageMenuItem {
    background-color: rgb(235,235,235);
    color: black;
@@ -203,8 +203,18 @@ scrollbar {
   background-color: rgb(235,235,235);
 }
 
+/*
+Worth trying for always-visible scrollbar:
+https://stackoverflow.com/questions/52414202/gtkscrolledwindow-how-to-always-show-the-overlay-scrollbar
+Doesn't seem to work here, though.
+ */
+scrollbar trough {
+  background: rgb(250,250,250);
+}
+
 scrollbar slider {
-  background-color: rgba (220,220,220,0.5);
+  background: rgb(110,110,110);
+  border: 2px solid rgb(220,220,220);
 }
 
 notebook header {
@@ -317,3 +327,4 @@ menuitem *:hover {
 .sidebar-row:hover, .sidebar-row:hover * {
   background-color: rgb(235,235,235);
 }
+


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