Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mint-themes for openSUSE:Factory 
checked in at 2023-01-21 19:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mint-themes (Old)
 and      /work/SRC/openSUSE:Factory/.mint-themes.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mint-themes"

Sat Jan 21 19:11:07 2023 rev:20 rq:1060065 version:2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/mint-themes/mint-themes.changes  2022-12-06 
14:23:41.649789887 +0100
+++ /work/SRC/openSUSE:Factory/.mint-themes.new.32243/mint-themes.changes       
2023-01-21 19:11:26.809259277 +0100
@@ -1,0 +2,10 @@
+Sun Jan 15 21:29:18 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.8:
+  * fix header bar size, e.g. for disk tool
+  * Fix corner bar - only highlight the bar, not the applet, give it its own
+    colors, fix the separator applet under the light theme.#
+  * Fix GtkScale value position and mark length.
+  * Mint-X - gtk3: Restore :disabled state to infobar buttons. 
+
+-------------------------------------------------------------------

Old:
----
  mint-themes_2.0.7.tar.xz

New:
----
  mint-themes_2.0.8.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mint-themes.spec ++++++
--- /var/tmp/diff_new_pack.jNcsbn/_old  2023-01-21 19:11:27.253261811 +0100
+++ /var/tmp/diff_new_pack.jNcsbn/_new  2023-01-21 19:11:27.261261857 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mint-themes
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   mint
 Name:           mint-themes
-Version:        2.0.7
+Version:        2.0.8
 Release:        0
 Summary:        Mint Themes
 License:        GPL-3.0-or-later

++++++ mint-themes_2.0.7.tar.xz -> mint-themes_2.0.8.tar.xz ++++++
Binary files old/mint-themes/__pycache__/constants.cpython-310.pyc and 
new/mint-themes/__pycache__/constants.cpython-310.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/debian/changelog 
new/mint-themes/debian/changelog
--- old/mint-themes/debian/changelog    2022-11-28 12:00:28.000000000 +0100
+++ new/mint-themes/debian/changelog    2022-12-13 12:30:34.000000000 +0100
@@ -1,3 +1,15 @@
+mint-themes (2.0.8) vera; urgency=medium
+
+  [ Georg ]
+  * fix header bar size, e.g. for disk tool (#411)
+
+  [ Michael Webster ]
+  * Fix corner bar - only highlight the bar, not the applet, give it its own 
colors, fix the separator applet under the light theme.
+  * Fix GtkScale value position and mark length.
+  * Mint-X - gtk3: Restore :disabled state to infobar buttons.
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Tue, 13 Dec 2022 11:30:34 +0000
+
 mint-themes (2.0.7) vera; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-dark.css 
new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-dark.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-dark.css        
2022-11-24 23:44:49.000000000 +0100
+++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-dark.css        
2022-12-13 12:30:11.000000000 +0100
@@ -3018,6 +3018,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.info button:disabled {
+        color: #939393;
+        border-color: #749651;
+        background-image: image(#8da673);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.info button:disabled:active, infobar.info 
button:disabled:checked {
+          color: #c1ccb6;
+          border-color: #749651;
+          background-image: linear-gradient(to bottom, black, #1f1f1f);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.info button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3050,6 +3062,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.question button:disabled {
+        color: #939393;
+        border-color: #19a4dc;
+        background-image: image(#52aed2);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.question button:disabled:active, infobar.question 
button:disabled:checked {
+          color: #a6d0e0;
+          border-color: #19a4dc;
+          background-image: linear-gradient(to bottom, black, #1f1f1f);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.question button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3083,6 +3107,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.warning button:disabled {
+        color: #939393;
+        border-color: #d6550e;
+        background-image: image(#d7753f);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.warning button:disabled:active, infobar.warning 
button:disabled:checked {
+          color: #e1b7a0;
+          border-color: #d6550e;
+          background-image: linear-gradient(to bottom, black, #1f1f1f);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.warning button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3116,6 +3152,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.error button:disabled {
+        color: #939393;
+        border-color: #c62f20;
+        background-image: image(#cb594d);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.error button:disabled:active, infobar.error 
button:disabled:checked {
+          color: #dcaba5;
+          border-color: #c62f20;
+          background-image: linear-gradient(to bottom, black, #1f1f1f);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.error button.flat {
         border-color: transparent;
         background-color: transparent;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk.css 
new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk.css     2022-11-24 
23:44:49.000000000 +0100
+++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk.css     2022-12-13 
12:30:11.000000000 +0100
@@ -3027,6 +3027,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.info button:disabled {
+        color: #7c7c7c;
+        border-color: #749651;
+        background-image: image(#a8c18e);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.info button:disabled:active, infobar.info 
button:disabled:checked {
+          color: #4f5b42;
+          border-color: #749651;
+          background-image: linear-gradient(to bottom, #9e9e9e, #bdbdbd);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.info button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3059,6 +3071,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.question button:disabled {
+        color: #7c7c7c;
+        border-color: #19a4dc;
+        background-image: image(#6dc9ee);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.question button:disabled:active, infobar.question 
button:disabled:checked {
+          color: #315f71;
+          border-color: #19a4dc;
+          background-image: linear-gradient(to bottom, #9e9e9e, #bdbdbd);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.question button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3092,6 +3116,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.warning button:disabled {
+        color: #7c7c7c;
+        border-color: #d6550e;
+        background-image: image(#f3905b);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.warning button:disabled:active, infobar.warning 
button:disabled:checked {
+          color: #744329;
+          border-color: #d6550e;
+          background-image: linear-gradient(to bottom, #9e9e9e, #bdbdbd);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.warning button.flat {
         border-color: transparent;
         background-color: transparent;
@@ -3125,6 +3161,18 @@
         box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 0, 
0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06);
         text-shadow: none;
         -gtk-icon-shadow: none; }
+      infobar.error button:disabled {
+        color: #7c7c7c;
+        border-color: #c62f20;
+        background-image: image(#e67468);
+        text-shadow: none;
+        -gtk-icon-shadow: none;
+        box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 1px 0 
rgba(255, 255, 255, 0.02), inset -1px 0 rgba(255, 255, 255, 0.02); }
+        infobar.error button:disabled:active, infobar.error 
button:disabled:checked {
+          color: #6d352f;
+          border-color: #c62f20;
+          background-image: linear-gradient(to bottom, #9e9e9e, #bdbdbd);
+          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 1px 0 rgba(0, 0, 
0, 0.08), inset -1px 0 rgba(0, 0, 0, 0.08), inset 0 -1px rgba(0, 0, 0, 0.06); }
       infobar.error button.flat {
         border-color: transparent;
         background-color: transparent;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/sass/_common.scss 
new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/sass/_common.scss
--- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/sass/_common.scss   
2022-08-25 15:45:30.000000000 +0200
+++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/sass/_common.scss   
2022-12-13 12:30:11.000000000 +0100
@@ -3520,6 +3520,13 @@
       &:active,
       &:checked { @include button(active, $info_color, $fg_color, none); }
 
+      &:disabled {
+        @include button(insensitive, $info_color, $fg_color, none);
+
+        &:active,
+        &:checked { @include button(insensitive-active, $info_color, 
$fg_color, none); }
+      }
+
       &.flat { @include button(undecorated); }
     }
   }
@@ -3539,6 +3546,13 @@
       &:active,
       &:checked { @include button(active, $question_color, $fg_color, none); }
 
+      &:disabled {
+        @include button(insensitive, $question_color, $fg_color, none);
+
+        &:active,
+        &:checked { @include button(insensitive-active, $question_color, 
$fg_color, none); }
+      }
+
       &.flat { @include button(undecorated); }
     }
   }
@@ -3559,6 +3573,13 @@
       &:active,
       &:checked { @include button(active, $warning_color, $selected_fg_color, 
none); }
 
+      &:disabled {
+        @include button(insensitive, $warning_color, $fg_color, none);
+
+        &:active,
+        &:checked { @include button(insensitive-active, $warning_color, 
$fg_color, none); }
+      }
+
       &.flat { @include button(undecorated); }
     }
   }
@@ -3579,6 +3600,13 @@
       &:active,
       &:checked { @include button(active, $error_color, $selected_fg_color, 
none); }
 
+      &:disabled {
+        @include button(insensitive, $error_color, $fg_color, none);
+
+        &:active,
+        &:checked { @include button(insensitive-active, $error_color, 
$fg_color, none); }
+      }
+
       &.flat { @include button(undecorated); }
     }
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css 
new/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css
--- old/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css       2022-11-28 
12:00:15.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css       2022-12-13 
12:30:11.000000000 +0100
@@ -1651,11 +1651,11 @@
 
 .applet-cornerbar {
   width: 8px;
-  background-color: rgba(0, 0, 0, 0.2); }
+  background-color: rgba(255, 255, 255, 0.12); }
   .applet-cornerbar-box {
     padding: 4px 4px; }
-    .applet-cornerbar-box:hover {
-      background-color: #525352; }
+    .applet-cornerbar-box:hover > .applet-cornerbar {
+      background-color: rgba(255, 255, 255, 0.22); }
   .applet-cornerbar.vertical {
     height: 8px; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/cinnamon.css 
new/mint-themes/src/Mint-Y/cinnamon/cinnamon.css
--- old/mint-themes/src/Mint-Y/cinnamon/cinnamon.css    2022-11-28 
12:00:15.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/cinnamon.css    2022-12-13 
12:30:11.000000000 +0100
@@ -1596,10 +1596,10 @@
 
 .applet-separator-line {
   width: 1px;
-  background: rgba(255, 255, 255, 0.12); }
+  background: #c2c2c2; }
   .applet-separator-line-vertical {
     height: 1px;
-    background: rgba(255, 255, 255, 0.12); }
+    background: #c2c2c2; }
 
 .applet-box {
   padding-left: 4px;
@@ -1651,11 +1651,11 @@
 
 .applet-cornerbar {
   width: 8px;
-  background-color: rgba(0, 0, 0, 0.2); }
+  background-color: #c2c2c2; }
   .applet-cornerbar-box {
     padding: 4px 4px; }
-    .applet-cornerbar-box:hover {
-      background-color: #c0c0c0; }
+    .applet-cornerbar-box:hover > .applet-cornerbar {
+      background-color: #a8a8a8; }
   .applet-cornerbar.vertical {
     height: 8px; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/sass/_colors.scss 
new/mint-themes/src/Mint-Y/cinnamon/sass/_colors.scss
--- old/mint-themes/src/Mint-Y/cinnamon/sass/_colors.scss       2022-11-24 
23:43:43.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/sass/_colors.scss       2022-12-13 
12:30:11.000000000 +0100
@@ -55,4 +55,9 @@
 $noaccent_dark_bg_color: #525352;
 $noaccent_dark_fg_color: #ffffff;
 $noaccent_selected_bg_color: if($variant=='light', $noaccent_light_bg_color, 
$noaccent_dark_bg_color);
-$noaccent_selected_fg_color: if($variant=='light', $noaccent_light_fg_color, 
$noaccent_dark_fg_color);
\ No newline at end of file
+$noaccent_selected_fg_color: if($variant=='light', $noaccent_light_fg_color, 
$noaccent_dark_fg_color);
+
+$applet_separator_color: if($variant == 'light', darken($bg_color, 15%), 
rgba(255,255,255, 0.12));
+
+$corner_bar_unhighlighted: $applet_separator_color;
+$corner_bar_highlighted: if($variant == 'light', 
darken($applet_separator_color, 10%), opacify($applet_separator_color, .1));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss 
new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss
--- old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss       2022-11-28 
12:00:15.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss       2022-12-13 
12:30:11.000000000 +0100
@@ -2064,11 +2064,11 @@
 
   &-separator-line {
     width: 1px;
-    background: rgba(255,255,255, 0.12);
+    background: $applet_separator_color;
 
     &-vertical {
       height: 1px;
-      background: rgba(255,255,255, 0.12);
+      background: $applet_separator_color;
     }
   }
 
@@ -2152,13 +2152,13 @@
 //
 .applet-cornerbar {
   width: 8px;
-  background-color: transparentize(black, 0.8);
+  background-color: $corner_bar_unhighlighted;
 
   &-box {
     padding: 4px 4px;
 
-    &:hover {
-      background-color: $noaccent_selected_bg_color;
+    &:hover > .applet-cornerbar {
+      background-color: $corner_bar_highlighted;
     }
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css     2022-11-24 
23:44:51.000000000 +0100
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css     2022-12-13 
12:30:11.000000000 +0100
@@ -788,7 +788,7 @@
 
 headerbar,
 .titlebar:not(headerbar) {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
   border-width: 0 0 1px;
   border-style: solid;
@@ -2160,42 +2160,50 @@
       background-color: transparent; }
   scale value {
     color: alpha(currentColor,0.4); }
+    scale value.top {
+      margin-bottom: 3px; }
+    scale value.bottom {
+      margin-top: 3px; }
+    scale value.left {
+      margin-right: 3px; }
+    scale value.right {
+      margin-left: 3px; }
   scale marks {
     color: alpha(currentColor,0.4); }
     scale marks.top {
       margin-bottom: 1px;
-      margin-top: -4px; }
+      margin-top: -8px; }
     scale marks.bottom {
       margin-top: 1px;
-      margin-bottom: -4px; }
+      margin-bottom: -8px; }
     scale marks.top {
       margin-right: 1px;
-      margin-left: -4px; }
+      margin-left: -8px; }
     scale marks.bottom {
       margin-left: 1px;
-      margin-right: -4px; }
+      margin-right: -8px; }
   scale.fine-tune marks.top {
     margin-bottom: 0px;
-    margin-top: -2px; }
+    margin-top: -6px; }
   scale.fine-tune marks.bottom {
     margin-top: 0px;
-    margin-bottom: -2px; }
+    margin-bottom: -6px; }
   scale.fine-tune marks.top {
     margin-right: 0px;
-    margin-left: -2px; }
+    margin-left: -6px; }
   scale.fine-tune marks.bottom {
     margin-left: 0px;
-    margin-right: -2px; }
+    margin-right: -6px; }
   scale.horizontal indicator {
-    min-height: 3px;
+    min-height: 7px;
     min-width: 1px; }
   scale.horizontal.fine-tune indicator {
-    min-height: 2px; }
+    min-height: 6px; }
   scale.vertical indicator {
     min-height: 1px;
-    min-width: 3px; }
+    min-width: 7px; }
   scale.vertical.fine-tune indicator {
-    min-width: 2px; }
+    min-width: 6px; }
 
 progressbar {
   padding: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk.css  2022-11-24 23:44:51.000000000 
+0100
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk.css  2022-12-13 12:30:11.000000000 
+0100
@@ -787,7 +787,7 @@
 
 headerbar,
 .titlebar:not(headerbar) {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
   border-width: 0 0 1px;
   border-style: solid;
@@ -2165,42 +2165,50 @@
       background-color: transparent; }
   scale value {
     color: alpha(currentColor,0.4); }
+    scale value.top {
+      margin-bottom: 3px; }
+    scale value.bottom {
+      margin-top: 3px; }
+    scale value.left {
+      margin-right: 3px; }
+    scale value.right {
+      margin-left: 3px; }
   scale marks {
     color: alpha(currentColor,0.4); }
     scale marks.top {
       margin-bottom: 1px;
-      margin-top: -4px; }
+      margin-top: -8px; }
     scale marks.bottom {
       margin-top: 1px;
-      margin-bottom: -4px; }
+      margin-bottom: -8px; }
     scale marks.top {
       margin-right: 1px;
-      margin-left: -4px; }
+      margin-left: -8px; }
     scale marks.bottom {
       margin-left: 1px;
-      margin-right: -4px; }
+      margin-right: -8px; }
   scale.fine-tune marks.top {
     margin-bottom: 0px;
-    margin-top: -2px; }
+    margin-top: -6px; }
   scale.fine-tune marks.bottom {
     margin-top: 0px;
-    margin-bottom: -2px; }
+    margin-bottom: -6px; }
   scale.fine-tune marks.top {
     margin-right: 0px;
-    margin-left: -2px; }
+    margin-left: -6px; }
   scale.fine-tune marks.bottom {
     margin-left: 0px;
-    margin-right: -2px; }
+    margin-right: -6px; }
   scale.horizontal indicator {
-    min-height: 3px;
+    min-height: 7px;
     min-width: 1px; }
   scale.horizontal.fine-tune indicator {
-    min-height: 2px; }
+    min-height: 6px; }
   scale.vertical indicator {
     min-height: 1px;
-    min-width: 3px; }
+    min-width: 7px; }
   scale.vertical.fine-tune indicator {
-    min-width: 2px; }
+    min-width: 6px; }
 
 progressbar {
   padding: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss 
new/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss
--- old/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss        2022-07-15 
16:43:52.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss        2022-12-13 
12:30:11.000000000 +0100
@@ -917,7 +917,7 @@
 //
 headerbar,
 %titlebar {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
 
   border-width: 0 0 1px;
@@ -2087,8 +2087,9 @@
 // GtkScale
 //
 scale {
-  $_marks_length: 3px;
+  $_marks_length: 7px;
   $_marks_distance: 1px;
+  $_value_distance: 3px;
 
   min-height: 15px;
   min-width: 15px;
@@ -2232,7 +2233,18 @@
     &:disabled { background-color: transparent; }
   }
 
-  value { color: gtkalpha(currentColor, 0.4); }
+  value {
+    color: gtkalpha(currentColor, 0.4);
+
+    @each $value_class, $value_margin in (top, bottom),
+                                         (bottom, top),
+                                         (left, right),
+                                         (right, left) {
+      &.#{$value_class} {
+        margin-#{$value_margin}: $_value_distance;
+      }
+    }
+  }
 
   marks {
     color: gtkalpha(currentColor, 0.4);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-4.0/gtk-dark.css 
new/mint-themes/src/Mint-Y/gtk-4.0/gtk-dark.css
--- old/mint-themes/src/Mint-Y/gtk-4.0/gtk-dark.css     2022-11-24 
23:44:51.000000000 +0100
+++ new/mint-themes/src/Mint-Y/gtk-4.0/gtk-dark.css     2022-12-13 
12:30:11.000000000 +0100
@@ -1077,7 +1077,7 @@
 
 headerbar,
 .titlebar:not(headerbar) {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
   border-width: 0 0 1px;
   border-style: solid;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-4.0/gtk.css 
new/mint-themes/src/Mint-Y/gtk-4.0/gtk.css
--- old/mint-themes/src/Mint-Y/gtk-4.0/gtk.css  2022-11-24 23:44:51.000000000 
+0100
+++ new/mint-themes/src/Mint-Y/gtk-4.0/gtk.css  2022-12-13 12:30:11.000000000 
+0100
@@ -1076,7 +1076,7 @@
 
 headerbar,
 .titlebar:not(headerbar) {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
   border-width: 0 0 1px;
   border-style: solid;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-4.0/sass/_common.scss 
new/mint-themes/src/Mint-Y/gtk-4.0/sass/_common.scss
--- old/mint-themes/src/Mint-Y/gtk-4.0/sass/_common.scss        2022-08-25 
15:45:30.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-4.0/sass/_common.scss        2022-12-13 
12:30:11.000000000 +0100
@@ -1148,7 +1148,7 @@
 //
 headerbar,
 %titlebar {
-  min-height: 42px;
+  min-height: 46px;
   padding: 0 7px;
 
   border-width: 0 0 1px;

Reply via email to