Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-08-16 15:50:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and      /work/SRC/openSUSE:Factory/.elementary-theme.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elementary-theme"

Fri Aug 16 15:50:23 2019 rev:14 rq:723827 version:5.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes        
2019-07-18 15:20:27.980143568 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.22127/elementary-theme.changes 
    2019-08-16 15:51:05.561582453 +0200
@@ -1,0 +2,16 @@
+Fri Aug  9 10:38:50 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 5.2.5:
+  * Use Black 500 from the official palette for the Dark style
+    (#510)
+  * Remove background color from disabled Gtk.Button in dark
+    stylesheet (#408)
+  * Adjust Granite.StorageBar when using dark style (#500)
+  * Add undershoot to popovers (#522)
+  * Style keycaps in menus (#524)
+  * Make Entry and SpinButton Progess more subtle (#521)
+  * Fix the border color of insensitive suggested button in dark
+    mode (#514)
+  * Apps.css: support epiphany floating-bar (#520)
+
+-------------------------------------------------------------------

Old:
----
  stylesheet-5.2.4.tar.gz

New:
----
  stylesheet-5.2.5.tar.gz

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

Other differences:
------------------
++++++ elementary-theme.spec ++++++
--- /var/tmp/diff_new_pack.VVE49d/_old  2019-08-16 15:51:07.085581894 +0200
+++ /var/tmp/diff_new_pack.VVE49d/_new  2019-08-16 15:51:07.085581894 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           elementary-theme
-Version:        5.2.4
+Version:        5.2.5
 Release:        0
 Summary:        The Elementary GTK theme
 License:        GPL-3.0-only

++++++ stylesheet-5.2.4.tar.gz -> stylesheet-5.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/elementary/gtk-3.0/apps.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/apps.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/apps.css    2019-06-19 
14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/apps.css    2019-08-03 
20:32:37.000000000 +0200
@@ -62,6 +62,24 @@
         );
 }
 
+.floating-bar {
+    background-color: alpha (#222, 0.9);
+    border-radius: 3px;
+    border-width: 0;
+    box-shadow:
+        0 1px 3px alpha (#000, 0.12),
+        0 1px 2px alpha (#000, 0.24);
+    color: #fff;
+    padding: 2px 0;
+    margin: 6px;
+    text-shadow: 0 1px 2px alpha (#000, 0.6);
+}
+
+.floating-bar label {
+    color: #fff;
+    text-shadow: 0 1px 2px alpha (#000, 0.6);
+}
+
 /********
 * Files *
 ********/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stylesheet-5.2.4/elementary/gtk-3.0/granite-widgets-dark.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/granite-widgets-dark.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/granite-widgets-dark.css    
2019-06-19 14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/granite-widgets-dark.css    
2019-08-03 20:32:37.000000000 +0200
@@ -88,6 +88,45 @@
     box-shadow: none;
 }
 
+/**************
+* Storage Bar *
+**************/
+
+.storage-bar .fill-block {
+    background-image:
+        linear-gradient(
+            to bottom,
+            @BLACK_300,
+            @BLACK_500
+        );
+    box-shadow:
+        inset 0 0 0 1px alpha(#ccc, 0.05),
+        inset 0 1px 0 0 alpha(#ccc, 0.15),
+        inset 0 -1px 0 0 alpha(#ccc, 0.05);
+}
+
+.storage-bar .fill-block.empty-block,
+.storage-bar .fill-block.unused {
+    background-image:
+        linear-gradient(
+            to bottom,
+            mix(@BLACK_100, @BLACK_300, 0.5),
+            @BLACK_300
+        );
+}
+
+.storage-bar .fill-block.audio {
+    border-color: alpha(@ORANGE_900, 0.65);
+}
+
+.storage-bar .fill-block.files {
+    border-color: alpha(@BLUEBERRY_900, 0.65);
+}
+
+.storage-bar .fill-block.photo {
+    border-color: alpha(@BANANA_900, 0.4);
+}
+
 /***************
 * Fancy Scales *
 ***************/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-dark.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-dark.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-dark.css        2019-06-19 
14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-dark.css        2019-08-03 
20:32:37.000000000 +0200
@@ -20,7 +20,7 @@
 @import url("brand-dark.css");
 
 /* Default color scheme */
-@define-color base_color #3d4248;
+@define-color base_color mix(@BLACK_500, @BLACK_300, 0.5);
 @define-color bg_color shade (@base_color, 0.96);
 @define-color bg_highlight_color shade (@bg_color, 1.4);
 @define-color border_color alpha (@BLACK_900, 0.25);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-widgets-dark.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-widgets-dark.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-widgets-dark.css        
2019-06-19 14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-widgets-dark.css        
2019-08-03 20:32:37.000000000 +0200
@@ -293,6 +293,13 @@
         inset 0 -1px 0 0 alpha (#fff, 0.01);
 }
 
+menuitem .keycap,
+modelbutton .keycap {
+    background: alpha (#000, 0.15);
+    box-shadow: 0 1px 0 0 alpha (#000, 0.25);
+    color: alpha(@text_color, 0.75);
+}
+
 /***********
 * Toolbars *
 ***********/
@@ -572,8 +579,8 @@
 * Suggested Action Button *
 **************************/
 
-button.suggested-action,
-.suggested-action.button {
+button.suggested-action:not(:disabled),
+.suggested-action.button:not(:disabled) {
     border: 1px solid shade (@selected_bg_color, 0.35);
 }
 
@@ -626,11 +633,15 @@
 **********************/
 
 .button:disabled,
+.text-button:disabled,
 .suggested-action.button:disabled,
-.destructive-action.button:disabled {
+.destructive-action.button:disabled,
+.suggested-action.text-button:disabled,
+.destructive-action.text-button:disabled {
     background-image: none;
     background-color: transparent;
     border-color: alpha (#000, 0.2);
+    box-shadow: none;
 }
 
 .toolbar .button:disabled {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-widgets.css 
new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-widgets.css
--- old/stylesheet-5.2.4/elementary/gtk-3.0/gtk-widgets.css     2019-06-19 
14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/elementary/gtk-3.0/gtk-widgets.css     2019-08-03 
20:32:37.000000000 +0200
@@ -170,6 +170,22 @@
     text-shadow: 0 1px @text_shadow_color;
 }
 
+menuitem .keycap,
+modelbutton .keycap {
+    background: alpha (#000, 0.08);
+    border: none;
+    box-shadow: 0 1px 0 0 alpha (#000, 0.15);
+    color: alpha(@text_color, 0.78);
+    margin: 0 0 1px;
+    padding: 1px 6px 0;
+    text-shadow: none;
+}
+
+menuitem:disabled .keycap,
+modelbutton:disabled .keycap {
+    opacity: 0.7;
+}
+
 /**************
  * Separators *
  *************/
@@ -549,30 +565,33 @@
 spinbutton progress {
     background-image:
         linear-gradient(
-            to bottom,
-            mix(
-                @colorAccent,
-                @base_color,
-                0.4
-            ),
-            mix(
+            to top,
+            @colorAccent,
+            alpha (
                 @colorAccent,
-                @base_color,
                 0.5
-            )
+            ) 1px,
+            alpha (
+                @base_color,
+                0
+            ) 7px
         );
-    border: 1px solid @colorAccent;
     border-radius: 2.5px;
-    box-shadow:
-        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
-        inset 0 0 0 1px alpha (@inset_dark_color, 0.3);
     margin: -4px;
 }
 
-entry progress:not(.pulse) {
+entry progress:not(.pulse):dir(ltr) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
-    border-right: 0;
+}
+
+entry progress:not(.pulse):dir(rtl) {
+    border-top-left-radius: 0;
+    border-bottom-left-radius: 0;
+}
+
+spinbutton progress {
+    margin: -4px -6px;
 }
 
 progressbar.osd progress,
@@ -3751,6 +3770,22 @@
     background-image: none;
 }
 
+popover undershoot.top {
+    background:
+        linear-gradient(
+            @bg_color 0%,
+            alpha(@bg_color, 0) 50%
+        );
+}
+
+popover undershoot.bottom {
+    background:
+        linear-gradient(
+            alpha(@bg_color, 0) 50%,
+            @bg_color 100%
+        );
+}
+
 .popover > .location-bar,
 .popover.osd > .toolbar,
 .popover.osd > .inline-toolbar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/meson.build 
new/stylesheet-5.2.5/meson.build
--- old/stylesheet-5.2.4/meson.build    2019-06-19 14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/meson.build    2019-08-03 20:32:37.000000000 +0200
@@ -1,6 +1,6 @@
 project(
     'io.elementary.stylesheet',
-    version: '5.2.4'
+    version: '5.2.5'
 )
 
 install_subdir(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.4/package.json 
new/stylesheet-5.2.5/package.json
--- old/stylesheet-5.2.4/package.json   2019-06-19 14:26:30.000000000 +0200
+++ new/stylesheet-5.2.5/package.json   2019-08-03 20:32:37.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "@elementaryos/stylesheet",
-  "version": "5.2.4",
+  "version": "5.2.5",
   "description": "The Gtk+ Stylesheet for elementary OS",
   "main": "index.theme",
   "scripts": {


Reply via email to