[gimp/alxsa-light-theme-tweaks] themes: updates to Light theme



commit 0f5431b590f5b4703ae64291bac9ce031f95778c
Author: Alx Sa <cmyk student gmail com>
Date:   Sat Aug 20 03:11:53 2022 +0000

    themes: updates to Light theme
    
    Makes the following changes:
    *Toolbox Wilber is now visible
    *Large black border removed from ScrolledWindow
    *"Duplicate text" effect removed from labels
    *Toolbox tabs are now stationary when changing selection
    *"Add Tabs" menu background color changed to match Light theme
    *Unnecessary border around Check Updates box removed

 themes/Light/gimp.css | 54 ++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 43 insertions(+), 11 deletions(-)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index b386255c9a..7ee7705a3f 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -48,14 +48,6 @@ GimpDisplayShell, GimpDock, .dialog-action-box, .dialog-vbox {
   color: rgb(100,100,100);
 }
 
-/* The drop target at the top with the mini wWlber.
- * Setting background-color here works, but setting color doesn't affect
- * the color of the drawn Wilber.
- */
-#gimp-internal-dock-2 frame .flat {
-  background-color: rgb(220,220,220);
-}
-
 /* GtkTextView */
 textview text, textview {
    background-color: rgba (184, 184, 184, 0.5);
@@ -103,13 +95,14 @@ notebook stack {
 /* Use this to make a border or padding around each tab */
 notebook header tabs tab {
   padding: 1px;
+  margin-left: 2px;
+  margin-right: 2px;
   border: 1px solid rgb(200,200,200);
 }
 
 /* The underline for selected tabs */
 notebook header tabs tab:checked {
   background-color: rgb(190,190,190);
-  margin: 0;
   box-shadow: 0 -4px rgb(180, 180, 180) inset;
 }
 
@@ -156,7 +149,7 @@ notebook header tabs tab:hover {
  * of the Toolbox window.
 */
 
-.flat {
+button .flat {
   background-color: rgb(235,235,235);
   color: black;
 }
@@ -169,6 +162,17 @@ notebook header tabs tab:hover {
   background: rgb(250,250,250);
 }
 
+/* Color the toolbox Wilber icon */
+GimpDock frame:first-child:not(label) {
+  color: rgb(100,100,100);
+}
+/* Fix an issue with a few labels in the toolbox
+ * having their colors overwritten with Wilber's
+ */
+GimpDock frame:first-child label {
+  color: black;
+}
+
 scrollbar {
   background-color: rgb(235,235,235);
 }
@@ -180,7 +184,6 @@ Doesn't seem to work here, though.
  */
 scrollbar trough {
   background: rgb(250,250,250);
-  
 }
 
 scrollbar slider {
@@ -188,6 +191,12 @@ scrollbar slider {
   border: 2px solid rgb(220,220,220);
 }
 
+/* Removes black border around scrolled windows */
+scrolledwindow viewport grid {
+   border-radius: 1px;
+   border: 0px solid rgb(235,235,235);
+}
+
 notebook header {
   background-color: rgb(235,235,235);
 }
@@ -218,6 +227,7 @@ paned separator {
 
 button {
   background-image: none;
+  text-shadow: 0 0;
 }
 
 button:disabled {
@@ -262,11 +272,21 @@ radio {
   color: black;
 }
 
+/* Removes "blurred" effect from tooltip label */
+tooltip {
+  text-shadow: 0 0;
+}
+
 /* The border around a tooltip */
 .background {
    background-color: rgb(220,220,220);
 }
 
+/* The border around a frame */
+border {
+  border: 0px;
+}
+
 /* For dropdown menus (e.g. "px" when creating a new image */
 #gtk-combobox-popup-menu {
    background-color: rgb(235,235,235);
@@ -296,6 +316,18 @@ menuitem *:hover {
   background: rgb(250,250,250);
 }
 
+/* "Add Tab" menu in dockable dialog */
+menu {
+  background-color: rgb (235, 235, 235);
+}
+
+/* Fixes issue with top menu label not changing
+ * colors when highlighted
+ */
+menu box {
+   background-color: transparent;
+}
+
 /* Sidebar in File > Open */
 
 /* The background to either side of the directory buttons.


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