Hello community,

here is the log from the commit of package mint-themes for openSUSE:Factory 
checked in at 2018-05-18 14:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mint-themes (Old)
 and      /work/SRC/openSUSE:Factory/.mint-themes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mint-themes"

Fri May 18 14:27:58 2018 rev:4 rq:610169 version:1.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mint-themes/mint-themes.changes  2018-05-15 
10:32:21.886473875 +0200
+++ /work/SRC/openSUSE:Factory/.mint-themes.new/mint-themes.changes     
2018-05-18 14:28:04.206002652 +0200
@@ -1,0 +2,13 @@
+Fri May 17 12:31:01 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.6.4:
+  * Mint-X-Cinnamon: Remove some unneeded icons sizes.
+  * Mint-X-Cinnamon: Theme the level bar in the volume OSD.
+  * Linux Mint: Remove some unneeded icons sizes.
+  * Mint-X-Cinnamon: Fix colour of selected window in the
+    workspace switcher.
+  * Mint-Y-Gtk3: Improve infobar insensitive colours.
+  * Mint-X GTK-3 "Character Palette" applet background.
+  * Set background colour in MATE terminal.
+
+-------------------------------------------------------------------

Old:
----
  mint-themes_1.6.3.tar.xz

New:
----
  mint-themes_1.6.4.tar.xz

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

Other differences:
------------------
++++++ mint-themes.spec ++++++
--- /var/tmp/diff_new_pack.CfhJvo/_old  2018-05-18 14:28:06.949901958 +0200
+++ /var/tmp/diff_new_pack.CfhJvo/_new  2018-05-18 14:28:06.949901958 +0200
@@ -18,7 +18,7 @@
 
 %define _name   mint
 Name:           mint-themes
-Version:        1.6.3
+Version:        1.6.4
 Release:        0
 Summary:        Mint Themes
 License:        GPL-3.0-or-later

++++++ mint-themes_1.6.3.tar.xz -> mint-themes_1.6.4.tar.xz ++++++
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    2018-05-06 18:40:05.000000000 +0200
+++ new/mint-themes/debian/changelog    2018-05-16 15:51:08.000000000 +0200
@@ -1,3 +1,24 @@
+mint-themes (1.6.4) tara; urgency=medium
+
+  [ JosephMcc ]
+  * Mint-X-Cinnamon: Remove some unneeded icons sizes
+  * Mint-X-Cinnamon: Theme the level bar in the volume OSD
+
+  [ NikoKrause ]
+  * Linux Mint: Remove some unneeded icons sizes (#120)
+
+  [ JosephMcc ]
+  * Mint-X-Cinnamon: Fix color of selected window in the workspace switcher
+  * Mint-Y-Gtk3: Improve infobar insensitive colors
+
+  [ Мікалáй Валéр'евіч Сакалóўскі ]
+  * Mint-X GTK-3 «Character Palette» applet background (#119)
+
+  [ Clement Lefebvre ]
+  * Set background color in MATE terminal
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Wed, 16 May 2018 14:51:08 +0100
+
 mint-themes (1.6.3) tara; urgency=medium
 
   [ JosephMcc ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' "old/mint-themes/files/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css" "new/mint-themes/files/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css"
--- "old/mint-themes/files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css"   
2018-04-20 17:20:39.000000000 +0200
+++ "new/mint-themes/files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css"   
2018-05-16 15:44:24.000000000 +0200
@@ -1474,14 +1474,6 @@
     color: rgb(200, 200, 200);
 }
 
-.sound-player StButton StIcon {
-    icon-size: 1.5em;
-}
-
-.sound-player StButton:small StIcon {
-    icon-size: 1.2em;
-}
-
 .sound-player StButton:hover,
 .sound-player StButton:active {
     color: #fff;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/generate-themes.py 
new/mint-themes/generate-themes.py
--- old/mint-themes/generate-themes.py  2018-02-08 14:33:59.000000000 +0100
+++ new/mint-themes/generate-themes.py  2018-05-16 15:44:24.000000000 +0200
@@ -30,7 +30,7 @@
 rgb_colors["Blue"] = "91, 115, 196"
 rgb_colors["Brown"] = "170, 135, 106"
 rgb_colors["Grey"] = "157,157,157"
-rgb_colors["Orange"] = "219, 57, 97"
+rgb_colors["Orange"] = "219, 157, 97"
 rgb_colors["Pink"] = "199, 97, 153"
 rgb_colors["Purple"] = "140, 110, 201"
 rgb_colors["Red"] = "193, 91, 88"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css 
new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css       
2018-04-27 14:29:24.000000000 +0200
+++ new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css       
2018-05-16 15:44:24.000000000 +0200
@@ -1471,14 +1471,6 @@
     height: 16px;
 }
 
-.sound-player StButton StIcon {
-    icon-size: 1.5em;
-}
-
-.sound-player StButton:small StIcon {
-    icon-size: 1.2em;
-}
-
 .sound-player StButton:hover,
 .sound-player StButton:active {
     color: rgba(70, 70, 70, 0.4);
@@ -1621,7 +1613,7 @@
 }
 
 .workspace-graph .workspace:active .windows {
-    -active-window-background: rgba(170, 205, 138, 1.0);
+    -active-window-background: rgba(172, 205, 138, 1.0);
     -active-window-border: rgba(0, 0, 0, 0.9);
     -inactive-window-background: rgba(170, 170, 170, 1.0);
     -inactive-window-border: rgba(0, 0, 0, 0.7);
@@ -1918,6 +1910,11 @@
     background-color: rgba(70, 70, 70, 0.4);
 }
 
+.osd-window .level-bar {
+    border-radius: 0.3em;
+    background-color: rgb(172, 205, 138);
+}
+
 /* ===================================================================
  * Snap/Tile Chrome (windowManager.js)
  * ===================================================================*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/apps/mate-applications.css 
new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/apps/mate-applications.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/apps/mate-applications.css  
2017-06-13 11:55:38.000000000 +0200
+++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/apps/mate-applications.css  
2018-05-16 15:46:01.000000000 +0200
@@ -38,6 +38,15 @@
     border-width: 0px;
 }
 
+/***********
+* Terminal *
+************/
+vte-terminal {
+    -TerminalScreen-background-darkness: 0.9;
+    background-color: #3f3f3f;
+    color: #fff;
+}
+
 /****************
  * Mate-Panel *
  ****************/
@@ -68,7 +77,7 @@
     border-style: solid;
     border-width: 2px;
     border-radius: 3px;
-    background-color: transparent;
+    background-color: @theme_bg_color;
     background-image: none;
 }
 
@@ -128,7 +137,7 @@
                 inset 1px 0 alpha(black, 0.08),
                 inset -1px 0 alpha(black, 0.08),
                 inset 0 -1px alpha(black, 0.06);
-    background-color: transparent;
+    background-color: @theme_selected_bg_color;
     background-image: linear-gradient(to bottom,
                                       alpha(black, 0.2),
                                       alpha(black, 0.2));
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_colors.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_colors.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_common.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_common.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_drawing.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/_drawing.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/cinnamon-dark.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/cinnamon-dark.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/cinnamon.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/4803d0a67c313eb900fa4808a3b9c061f58e0e5d/cinnamon.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_applications.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_applications.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_colors-public.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_colors-public.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_colors.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_colors.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_common.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_common.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_drawing.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_drawing.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_lightdm.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_lightdm.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_ubiquity.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_ubiquity.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk-dark.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk-dark.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk-darker.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk-darker.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/gtk.scssc
 differ
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     2018-04-27 
14:30:27.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css     2018-05-16 
15:48:44.000000000 +0200
@@ -2476,6 +2476,8 @@
     infobar.info selection, infobar.question selection, infobar.warning 
selection, infobar.error selection {
       color: #8fa876;
       background-color: #ffffff; }
+    infobar.info:disabled label, infobar.info:disabled image, 
infobar.question:disabled label, infobar.question:disabled image, 
infobar.warning:disabled label, infobar.warning:disabled image, 
infobar.error:disabled label, infobar.error:disabled image {
+      color: rgba(255, 255, 255, 0.5); }
   infobar.warning {
     background-color: #f27835; }
   infobar.error {
@@ -2872,6 +2874,11 @@
 TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook 
.prelight-page .button:active {
   color: #8fa876; }
 
+vte-terminal {
+  -TerminalScreen-background-darkness: 0.9;
+  background-color: #3f3f3f;
+  color: #fff; }
+
 .nautilus-canvas-item {
   border-radius: 2px; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css   2018-04-27 
14:30:28.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css   2018-05-16 
15:48:44.000000000 +0200
@@ -2475,6 +2475,8 @@
     infobar.info selection, infobar.question selection, infobar.warning 
selection, infobar.error selection {
       color: #9ab87c;
       background-color: #ffffff; }
+    infobar.info:disabled label, infobar.info:disabled image, 
infobar.question:disabled label, infobar.question:disabled image, 
infobar.warning:disabled label, infobar.warning:disabled image, 
infobar.error:disabled label, infobar.error:disabled image {
+      color: rgba(255, 255, 255, 0.5); }
   infobar.warning {
     background-color: #f27835; }
   infobar.error {
@@ -2871,6 +2873,11 @@
 TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook 
.prelight-page .button:active {
   color: #9ab87c; }
 
+vte-terminal {
+  -TerminalScreen-background-darkness: 0.9;
+  background-color: #3f3f3f;
+  color: #fff; }
+
 .nautilus-canvas-item {
   border-radius: 2px; }
 
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  2018-04-27 14:30:29.000000000 
+0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk.css  2018-05-16 15:48:45.000000000 
+0200
@@ -2479,6 +2479,8 @@
     infobar.info selection, infobar.question selection, infobar.warning 
selection, infobar.error selection {
       color: #9ab87c;
       background-color: #ffffff; }
+    infobar.info:disabled label, infobar.info:disabled image, 
infobar.question:disabled label, infobar.question:disabled image, 
infobar.warning:disabled label, infobar.warning:disabled image, 
infobar.error:disabled label, infobar.error:disabled image {
+      color: rgba(255, 255, 255, 0.5); }
   infobar.warning {
     background-color: #f27835; }
   infobar.error {
@@ -2875,6 +2877,11 @@
 TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook 
.prelight-page .button:active {
   color: #9ab87c; }
 
+vte-terminal {
+  -TerminalScreen-background-darkness: 0.9;
+  background-color: #3f3f3f;
+  color: #fff; }
+
 .nautilus-canvas-item {
   border-radius: 2px; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-Y/gtk-3.0/sass/_applications.scss 
new/mint-themes/src/Mint-Y/gtk-3.0/sass/_applications.scss
--- old/mint-themes/src/Mint-Y/gtk-3.0/sass/_applications.scss  2018-05-06 
18:39:48.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/sass/_applications.scss  2018-05-16 
15:48:16.000000000 +0200
@@ -91,6 +91,15 @@
 }
 
 //
+// MATE Terminal
+//
+vte-terminal {
+  -TerminalScreen-background-darkness: 0.9;
+  background-color: #3f3f3f;
+  color: #fff;
+}
+
+//
 // Nautilus
 //
 .nautilus-canvas-item {
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        2018-04-27 
14:29:24.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss        2018-05-16 
15:44:24.000000000 +0200
@@ -2754,6 +2754,10 @@
     }
 
     *:link { @extend %link_selected; }
+
+    &:disabled {
+      label, image { color: transparentize($selected_fg_color, 0.5); }
+    }
   }
 
   &.warning { background-color: $warning_color; }


Reply via email to