Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package dracula-gtk-theme for
openSUSE:Factory checked in at 2026-05-21 18:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracula-gtk-theme (Old)
and /work/SRC/openSUSE:Factory/.dracula-gtk-theme.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracula-gtk-theme"
Thu May 21 18:29:39 2026 rev:11 rq:1354399 version:4.0.0+git146.2618a03
Changes:
--------
--- /work/SRC/openSUSE:Factory/dracula-gtk-theme/dracula-gtk-theme.changes
2026-01-14 16:21:56.470098476 +0100
+++
/work/SRC/openSUSE:Factory/.dracula-gtk-theme.new.2084/dracula-gtk-theme.changes
2026-05-21 18:31:45.265453381 +0200
@@ -1,0 +2,10 @@
+Thu May 14 07:12:58 UTC 2026 - [email protected]
+
+- Update to version 4.0.0+git146.2618a03:
+ * feat(gnome-shell): Improve appearance of search results
+ * feat(gnome-shell): Improve app grid view appearance
+ * feat(gnome-shell): Improve app switcher appearance
+ * fix(gnome): fix appearance of buttons in context menu in Papers app
+ * feat(cinnamon)!: Add styles for new menu design in cinnamon v6.6
+
+-------------------------------------------------------------------
Old:
----
gtk-4.0.0+git141.1892c79.tar.xz
New:
----
gtk-4.0.0+git146.2618a03.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dracula-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.NMq3pc/_old 2026-05-21 18:31:49.713636209 +0200
+++ /var/tmp/diff_new_pack.NMq3pc/_new 2026-05-21 18:31:49.725636701 +0200
@@ -20,7 +20,7 @@
%define _kf5_plasmadir /usr/share/plasma
Name: dracula-gtk-theme
-Version: 4.0.0+git141.1892c79
+Version: 4.0.0+git146.2618a03
Release: 0
Summary: A dark theme for GTK
License: GPL-3.0-only
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NMq3pc/_old 2026-05-21 18:31:50.101652156 +0200
+++ /var/tmp/diff_new_pack.NMq3pc/_new 2026-05-21 18:31:50.153654294 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/dracula/gtk.git</param>
- <param
name="changesrevision">1892c797926184066b9f740f5a7c3ab2772edc40</param></service></servicedata>
+ <param
name="changesrevision">2618a035409d65e0a1e4da1909ae1b5fd6a796fd</param></service></servicedata>
(No newline at EOF)
++++++ gtk-4.0.0+git141.1892c79.tar.xz -> gtk-4.0.0+git146.2618a03.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/cinnamon/_common.scss
new/gtk-4.0.0+git146.2618a03/cinnamon/_common.scss
--- old/gtk-4.0.0+git141.1892c79/cinnamon/_common.scss 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/cinnamon/_common.scss 2026-03-20
01:29:00.000000000 +0100
@@ -69,7 +69,7 @@
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
- border-radius: 3px;
+ border-radius: 6px;
@include entry(normal);
@@ -1415,6 +1415,164 @@
.menu-context-menu {
}
+// New menu (since Cinnamon 6.6)
+
+$appmenu_small_padding: 5px;
+$appmenu_padding: 10px;
+$appmenu_large_padding: 15px;
+$base_padding: 7px;
+$radius: 6px;
+
+%appmenu_button {
+ padding: $base_padding;
+ spacing: 5px;
+ border-radius: $radius;
+}
+.appmenu {
+
+ // this can be used to color the entire menu background but we aren't using
it here
+ &-background {
+ // using this to override the default padding on menus so widgets can span
edge
+ // to edge. The side effect is that some of our internal container widgets
+ // will need to have a border-radius added to them or the corners will
poke out
+ // the edges of the menu.
+ .popup-menu-content { padding: 0; }
+ }
+
+ &-main-box {
+ spacing: $appmenu_padding;
+ }
+
+ &-right-box {
+ spacing: $appmenu_small_padding;
+ padding: $appmenu_padding $appmenu_padding;
+ }
+
+ &-categories-applications-box {
+ spacing: $appmenu_large_padding;
+
+ &:top {
+ // Extra padding at the top of the categories/apps
+ // when the search box is at the bottom
+ padding-top: $appmenu_small_padding;
+ }
+ }
+
+ &-applications-box {
+ // Extra gap between the highlighted app and the scroll handle
+ padding-right: $appmenu_small_padding;
+ }
+
+ &-search-box {
+ spacing: $appmenu_padding;
+ }
+
+ &-sidebar {
+ padding: $appmenu_large_padding 0px;
+ background-color: darken($base_color, 3%);
+ border-radius: $radius 0 0 0;
+ @at-root .menu-top #{&} { border-radius: 0 0 0 $radius; }
+ @at-root .menu-bottom #{&} { border-radius: $radius 0 0 0; }
+ @at-root .menu-left #{&} { border-radius: 0; }
+ @at-root .menu-right #{&} { border-radius: 0; }
+ border-right-width: 1px;
+ border-color: $borders_color;
+
+ &-user-box {
+ .user-widget-label {
+ @extend %title_4;
+ color: $fg_color;
+ text-align: center;
+ }
+ }
+
+ .appmenu-system-button {
+ background-color: lighten($button_bg, 5%);
+ border: none;
+ &-lock:hover { background-color: lighten($button_bg, 15%); }
+ &-logout:hover { background-color: lighten($button_bg, 15%); }
+ &-shutdown { color: white; background-color: $destructive_color; }
+ &-shutdown:hover { color: white; background-color:
lighten($destructive_color, 5%); }
+ }
+ }
+
+ &-system-box {
+ spacing: $appmenu_padding;
+ }
+
+ &-sidebar-button {
+ @extend %appmenu_button;
+
+ padding: 4px $base_padding;
+ margin: 0 $appmenu_padding;
+
+ &:hover {
+ background-color: lighten($button_bg, 5%);
+ border-color: $borders_color;
+ }
+ }
+
+ &-system-button {
+ padding: $base_padding * 1.2;
+ border: 1px solid $borders_color;
+ border-radius: 9999px;
+ background-color: lighten($button_bg, 5%);
+ // &-shutdown { color: white; background-color: $osd_destructive_color; }
+ // &-lock:hover { background-color: lighten($bg_color2, 10%); }
+ // &-logout:hover { background-color: lighten($bg_color2, 10%); }
+ // &-shutdown:hover { color: white; background-color:
lighten($osd_destructive_color, 5%); }
+ }
+
+ &-application-button {
+ @extend %appmenu_button;
+
+ &-label { padding: 0; }
+ &-description {
+ @extend %caption;
+ color: $insensitive_fg_color;
+ }
+
+ &:highlighted { font-weight: bold; }
+
+ &-selected {
+ @extend %appmenu_button;
+ background-color: lighten($button_bg, 5%);
+
+ &:highlighted { font-weight: bold; }
+ }
+ }
+
+ &-category-button {
+ @extend %appmenu_button;
+
+ &-label { padding: 0; }
+
+ &:hover { background-color: lighten($button_bg, 5%); }
+
+ &-selected {
+ @extend %appmenu_button;
+
+ background-color: lighten($button_bg, 5%);
+ }
+
+ &-greyed {
+ @extend %appmenu_button;
+ color: $insensitive_fg_color;
+ font-style: italic;
+
+ StIcon { opacity: 0.5; }
+ }
+ }
+
+ &-search-entry-icon {
+ icon-size: 1em;
+ }
+}
+
+#appmenu-search-entry {
+ @extend %entry;
+}
+
//
// OSD
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/cinnamon/cinnamon-dark.css
new/gtk-4.0.0+git146.2618a03/cinnamon/cinnamon-dark.css
--- old/gtk-4.0.0+git141.1892c79/cinnamon/cinnamon-dark.css 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/cinnamon/cinnamon-dark.css 2026-03-20
01:29:00.000000000 +0100
@@ -73,28 +73,28 @@
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: rgba(67, 69, 91, 0.25); }
-.menu #notification StEntry, .popup-menu #notification StEntry,
#menu-search-entry, .run-dialog-entry, .prompt-dialog-password-entry {
+.menu #notification StEntry, .popup-menu #notification StEntry,
#menu-search-entry, #appmenu-search-entry, .run-dialog-entry,
.prompt-dialog-password-entry {
padding: 5px;
caret-size: 1px;
selection-background-color: rgba(189, 147, 249, 0.5);
selected-color: #f8f8f2;
transition-duration: 300ms;
- border-radius: 3px;
+ border-radius: 6px;
color: #f8f8f2;
background-color: #282a36;
border: 1px solid rgba(25, 26, 34, 0.9);
box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); }
- .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus,
#menu-search-entry:focus, .run-dialog-entry:focus,
.prompt-dialog-password-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover,
.run-dialog-entry:hover, .prompt-dialog-password-entry:hover {
+ .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus,
#menu-search-entry:focus, #appmenu-search-entry:focus, .run-dialog-entry:focus,
.prompt-dialog-password-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover,
#appmenu-search-entry:hover, .run-dialog-entry:hover,
.prompt-dialog-password-entry:hover {
color: #f8f8f2;
background-color: #282a36;
border: 1px solid rgba(189, 147, 249, 0.5);
box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); }
- .menu #notification StEntry:insensitive, .popup-menu #notification
StEntry:insensitive, #menu-search-entry:insensitive,
.run-dialog-entry:insensitive, .prompt-dialog-password-entry:insensitive {
+ .menu #notification StEntry:insensitive, .popup-menu #notification
StEntry:insensitive, #menu-search-entry:insensitive,
#appmenu-search-entry:insensitive, .run-dialog-entry:insensitive,
.prompt-dialog-password-entry:insensitive {
color: rgba(248, 248, 242, 0.45);
background-color: #242530;
border-color: 1px solid rgba(28, 29, 38, 0.945);
box-shadow: inset 0 2px 4px rgba(36, 37, 48, 0.05); }
- .menu #notification StEntry StIcon.capslock-warning, .popup-menu
#notification StEntry StIcon.capslock-warning, #menu-search-entry
StIcon.capslock-warning, .run-dialog-entry StIcon.capslock-warning,
.prompt-dialog-password-entry StIcon.capslock-warning {
+ .menu #notification StEntry StIcon.capslock-warning, .popup-menu
#notification StEntry StIcon.capslock-warning, #menu-search-entry
StIcon.capslock-warning, #appmenu-search-entry StIcon.capslock-warning,
.run-dialog-entry StIcon.capslock-warning, .prompt-dialog-password-entry
StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
padding: 0 4px; }
@@ -1127,6 +1127,93 @@
color: #f8f8f2; }
/* Context menu (at the moment only for favorites) */
+.appmenu-sidebar-button, .appmenu-application-button,
.appmenu-application-button-selected, .appmenu-category-button,
.appmenu-category-button-selected, .appmenu-category-button-greyed {
+ padding: 7px;
+ spacing: 5px;
+ border-radius: 6px; }
+
+.appmenu-background .popup-menu-content {
+ padding: 0; }
+.appmenu-main-box {
+ spacing: 10px; }
+.appmenu-right-box {
+ spacing: 5px;
+ padding: 10px 10px; }
+.appmenu-categories-applications-box {
+ spacing: 15px; }
+ .appmenu-categories-applications-box:top {
+ padding-top: 5px; }
+.appmenu-applications-box {
+ padding-right: 5px; }
+.appmenu-search-box {
+ spacing: 10px; }
+.appmenu-sidebar {
+ padding: 15px 0px;
+ background-color: #21232d;
+ border-radius: 6px 0 0 0;
+ border-right-width: 1px;
+ border-color: rgba(25, 26, 34, 0.9); }
+ .menu-top .appmenu-sidebar {
+ border-radius: 0 0 0 6px; }
+ .menu-bottom .appmenu-sidebar {
+ border-radius: 6px 0 0 0; }
+ .menu-left .appmenu-sidebar {
+ border-radius: 0; }
+ .menu-right .appmenu-sidebar {
+ border-radius: 0; }
+ .appmenu-sidebar-user-box .user-widget-label {
+ color: #f8f8f2;
+ text-align: center; }
+ .appmenu-sidebar .appmenu-system-button {
+ background-color: #373a4b;
+ border: none; }
+ .appmenu-sidebar .appmenu-system-button-lock:hover {
+ background-color: #4d5168; }
+ .appmenu-sidebar .appmenu-system-button-logout:hover {
+ background-color: #4d5168; }
+ .appmenu-sidebar .appmenu-system-button-shutdown {
+ color: white;
+ background-color: #F04A50; }
+ .appmenu-sidebar .appmenu-system-button-shutdown:hover {
+ color: white;
+ background-color: #f26267; }
+.appmenu-system-box {
+ spacing: 10px; }
+.appmenu-sidebar-button {
+ padding: 4px 7px;
+ margin: 0 10px; }
+ .appmenu-sidebar-button:hover {
+ background-color: #373a4b;
+ border-color: rgba(25, 26, 34, 0.9); }
+.appmenu-system-button {
+ padding: 8.4px;
+ border: 1px solid rgba(25, 26, 34, 0.9);
+ border-radius: 9999px;
+ background-color: #373a4b; }
+.appmenu-application-button-label {
+ padding: 0; }
+.appmenu-application-button-description {
+ color: rgba(248, 248, 242, 0.45); }
+.appmenu-application-button:highlighted {
+ font-weight: bold; }
+.appmenu-application-button-selected {
+ background-color: #373a4b; }
+ .appmenu-application-button-selected:highlighted {
+ font-weight: bold; }
+.appmenu-category-button-label {
+ padding: 0; }
+.appmenu-category-button:hover {
+ background-color: #373a4b; }
+.appmenu-category-button-selected {
+ background-color: #373a4b; }
+.appmenu-category-button-greyed {
+ color: rgba(248, 248, 242, 0.45);
+ font-style: italic; }
+ .appmenu-category-button-greyed StIcon {
+ opacity: 0.5; }
+.appmenu-search-entry-icon {
+ icon-size: 1em; }
+
.info-osd {
text-align: center;
font-weight: bold;
@@ -1587,7 +1674,7 @@
background-color: rgba(0, 0, 0, 0);
border-radius: 0px; }
-.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description,
.message-dialog-content .message-dialog-caption, .run-dialog-description,
.prompt-dialog-error-label, .prompt-dialog-info-label,
.prompt-dialog-null-label {
+.appmenu-application-button-description, .dialog-list .dialog-list-box
.dialog-list-item .dialog-list-item-description, .message-dialog-content
.message-dialog-caption, .run-dialog-description, .prompt-dialog-error-label,
.prompt-dialog-info-label, .prompt-dialog-null-label {
font-weight: 400;
font-size: 0.818em; }
@@ -1595,7 +1682,7 @@
font-weight: 800;
font-size: 1.364em; }
-.message-dialog-content .message-dialog-title.lightweight, .media-keys-osd,
.workspace-switch-osd {
+.appmenu-sidebar-user-box .user-widget-label, .message-dialog-content
.message-dialog-title.lightweight, .media-keys-osd, .workspace-switch-osd {
font-weight: 700;
font-size: 1.182em; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/cinnamon/cinnamon.css
new/gtk-4.0.0+git146.2618a03/cinnamon/cinnamon.css
--- old/gtk-4.0.0+git141.1892c79/cinnamon/cinnamon.css 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/cinnamon/cinnamon.css 2026-03-20
01:29:00.000000000 +0100
@@ -73,28 +73,28 @@
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: rgba(67, 69, 91, 0.25); }
-.menu #notification StEntry, .popup-menu #notification StEntry,
#menu-search-entry, .run-dialog-entry, .prompt-dialog-password-entry {
+.menu #notification StEntry, .popup-menu #notification StEntry,
#menu-search-entry, #appmenu-search-entry, .run-dialog-entry,
.prompt-dialog-password-entry {
padding: 5px;
caret-size: 1px;
selection-background-color: rgba(189, 147, 249, 0.5);
selected-color: #f8f8f2;
transition-duration: 300ms;
- border-radius: 3px;
+ border-radius: 6px;
color: #f8f8f2;
background-color: #282a36;
border: 1px solid rgba(25, 26, 34, 0.9);
box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); }
- .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus,
#menu-search-entry:focus, .run-dialog-entry:focus,
.prompt-dialog-password-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover,
.run-dialog-entry:hover, .prompt-dialog-password-entry:hover {
+ .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus,
#menu-search-entry:focus, #appmenu-search-entry:focus, .run-dialog-entry:focus,
.prompt-dialog-password-entry:focus, .menu #notification StEntry:hover,
.popup-menu #notification StEntry:hover, #menu-search-entry:hover,
#appmenu-search-entry:hover, .run-dialog-entry:hover,
.prompt-dialog-password-entry:hover {
color: #f8f8f2;
background-color: #282a36;
border: 1px solid rgba(189, 147, 249, 0.5);
box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); }
- .menu #notification StEntry:insensitive, .popup-menu #notification
StEntry:insensitive, #menu-search-entry:insensitive,
.run-dialog-entry:insensitive, .prompt-dialog-password-entry:insensitive {
+ .menu #notification StEntry:insensitive, .popup-menu #notification
StEntry:insensitive, #menu-search-entry:insensitive,
#appmenu-search-entry:insensitive, .run-dialog-entry:insensitive,
.prompt-dialog-password-entry:insensitive {
color: rgba(248, 248, 242, 0.45);
background-color: #242530;
border-color: 1px solid rgba(28, 29, 38, 0.945);
box-shadow: inset 0 2px 4px rgba(36, 37, 48, 0.05); }
- .menu #notification StEntry StIcon.capslock-warning, .popup-menu
#notification StEntry StIcon.capslock-warning, #menu-search-entry
StIcon.capslock-warning, .run-dialog-entry StIcon.capslock-warning,
.prompt-dialog-password-entry StIcon.capslock-warning {
+ .menu #notification StEntry StIcon.capslock-warning, .popup-menu
#notification StEntry StIcon.capslock-warning, #menu-search-entry
StIcon.capslock-warning, #appmenu-search-entry StIcon.capslock-warning,
.run-dialog-entry StIcon.capslock-warning, .prompt-dialog-password-entry
StIcon.capslock-warning {
icon-size: 16px;
warning-color: #F27835;
padding: 0 4px; }
@@ -1127,6 +1127,93 @@
color: #f8f8f2; }
/* Context menu (at the moment only for favorites) */
+.appmenu-sidebar-button, .appmenu-application-button,
.appmenu-application-button-selected, .appmenu-category-button,
.appmenu-category-button-selected, .appmenu-category-button-greyed {
+ padding: 7px;
+ spacing: 5px;
+ border-radius: 6px; }
+
+.appmenu-background .popup-menu-content {
+ padding: 0; }
+.appmenu-main-box {
+ spacing: 10px; }
+.appmenu-right-box {
+ spacing: 5px;
+ padding: 10px 10px; }
+.appmenu-categories-applications-box {
+ spacing: 15px; }
+ .appmenu-categories-applications-box:top {
+ padding-top: 5px; }
+.appmenu-applications-box {
+ padding-right: 5px; }
+.appmenu-search-box {
+ spacing: 10px; }
+.appmenu-sidebar {
+ padding: 15px 0px;
+ background-color: #21232d;
+ border-radius: 6px 0 0 0;
+ border-right-width: 1px;
+ border-color: rgba(25, 26, 34, 0.9); }
+ .menu-top .appmenu-sidebar {
+ border-radius: 0 0 0 6px; }
+ .menu-bottom .appmenu-sidebar {
+ border-radius: 6px 0 0 0; }
+ .menu-left .appmenu-sidebar {
+ border-radius: 0; }
+ .menu-right .appmenu-sidebar {
+ border-radius: 0; }
+ .appmenu-sidebar-user-box .user-widget-label {
+ color: #f8f8f2;
+ text-align: center; }
+ .appmenu-sidebar .appmenu-system-button {
+ background-color: #373a4b;
+ border: none; }
+ .appmenu-sidebar .appmenu-system-button-lock:hover {
+ background-color: #4d5168; }
+ .appmenu-sidebar .appmenu-system-button-logout:hover {
+ background-color: #4d5168; }
+ .appmenu-sidebar .appmenu-system-button-shutdown {
+ color: white;
+ background-color: #F04A50; }
+ .appmenu-sidebar .appmenu-system-button-shutdown:hover {
+ color: white;
+ background-color: #f26267; }
+.appmenu-system-box {
+ spacing: 10px; }
+.appmenu-sidebar-button {
+ padding: 4px 7px;
+ margin: 0 10px; }
+ .appmenu-sidebar-button:hover {
+ background-color: #373a4b;
+ border-color: rgba(25, 26, 34, 0.9); }
+.appmenu-system-button {
+ padding: 8.4px;
+ border: 1px solid rgba(25, 26, 34, 0.9);
+ border-radius: 9999px;
+ background-color: #373a4b; }
+.appmenu-application-button-label {
+ padding: 0; }
+.appmenu-application-button-description {
+ color: rgba(248, 248, 242, 0.45); }
+.appmenu-application-button:highlighted {
+ font-weight: bold; }
+.appmenu-application-button-selected {
+ background-color: #373a4b; }
+ .appmenu-application-button-selected:highlighted {
+ font-weight: bold; }
+.appmenu-category-button-label {
+ padding: 0; }
+.appmenu-category-button:hover {
+ background-color: #373a4b; }
+.appmenu-category-button-selected {
+ background-color: #373a4b; }
+.appmenu-category-button-greyed {
+ color: rgba(248, 248, 242, 0.45);
+ font-style: italic; }
+ .appmenu-category-button-greyed StIcon {
+ opacity: 0.5; }
+.appmenu-search-entry-icon {
+ icon-size: 1em; }
+
.info-osd {
text-align: center;
font-weight: bold;
@@ -1587,7 +1674,7 @@
background-color: rgba(0, 0, 0, 0);
border-radius: 0px; }
-.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description,
.message-dialog-content .message-dialog-caption, .run-dialog-description,
.prompt-dialog-error-label, .prompt-dialog-info-label,
.prompt-dialog-null-label {
+.appmenu-application-button-description, .dialog-list .dialog-list-box
.dialog-list-item .dialog-list-item-description, .message-dialog-content
.message-dialog-caption, .run-dialog-description, .prompt-dialog-error-label,
.prompt-dialog-info-label, .prompt-dialog-null-label {
font-weight: 400;
font-size: 0.818em; }
@@ -1595,7 +1682,7 @@
font-weight: 800;
font-size: 1.364em; }
-.message-dialog-content .message-dialog-title.lightweight, .media-keys-osd,
.workspace-switch-osd {
+.appmenu-sidebar-user-box .user-widget-label, .message-dialog-content
.message-dialog-title.lightweight, .media-keys-osd, .workspace-switch-osd {
font-weight: 700;
font-size: 1.182em; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/gnome-shell/_common.scss
new/gtk-4.0.0+git146.2618a03/gnome-shell/_common.scss
--- old/gtk-4.0.0+git141.1892c79/gnome-shell/_common.scss 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/gnome-shell/_common.scss 2026-03-20
01:29:00.000000000 +0100
@@ -708,7 +708,7 @@
.switcher-list .item-box {
padding: 8px;
- border-radius: 4px;
+ border-radius: 16px;
background-color: transparent;
}
@@ -1472,6 +1472,7 @@
&:selected {
background-color: transparentize($osd_fg_color, .9);
transition-duration: 200ms;
+ box-shadow: none !important;
}
&:active,
@@ -1577,25 +1578,23 @@
.app-well-app.app-folder,
.show-apps,
.grid-search-result,
- .overview-tile,
- .dash-item-container .overview-tile {
+ .overview-tile {
background-color: transparent;
border: none;
- & .overview-icon {
- @extend %icon_tile;
- }
+ @extend %icon_tile;
- &:hover .overview-icon,
- &:focus .overview-icon,
- &:selected .overview-icon {
+ &:hover,
+ &:focus,
+ &:selected {
background-color: lighten($bg_color, 7%);
transition-duration: 0ms;
border-image: none;
background-image: none;
+ box-shadow: none !important;
}
- &:active .overview-icon,
- &:checked .overview-icon {
+ &:active,
+ &:checked {
background-color: lighten($bg_color, 7%);
box-shadow: inset $depth2;
color: $fg_color;
@@ -1603,6 +1602,21 @@
}
+ // items on the dash
+ .dash-item-container {
+ .show-apps,
+ .overview-tile {
+ &, .overview-icon { @extend %icon_tile; }
+ &:hover .overview-icon,
+ &:focus .overview-icon,
+ &:selected .overview-icon,
+ &:active .overview-icon,
+ &:checked .overview-icon{
+ background-color: lighten($bg_color, 7%);
+ }
+ }
+ }
+
.app-well-app-running-dot, .app-grid-running-dot { //running apps indicator
width: 10px; height: 3px;
background-color: $purple;
@@ -1621,7 +1635,7 @@
}
/* App Folders */
-.app-well-app.app-folder, .app-folder .overview-icon {
+.app-well-app.app-folder, .app-folder {
background-color: lighten($bg_color, 5%);
border-radius: 18px;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/gnome-shell/gnome-shell.css
new/gtk-4.0.0+git146.2618a03/gnome-shell/gnome-shell.css
--- old/gtk-4.0.0+git141.1892c79/gnome-shell/gnome-shell.css 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/gnome-shell/gnome-shell.css 2026-03-20
01:29:00.000000000 +0100
@@ -612,7 +612,7 @@
.switcher-list .item-box {
padding: 8px;
- border-radius: 4px;
+ border-radius: 16px;
background-color: transparent; }
.switcher-list .item-box:outlined {
@@ -1232,7 +1232,8 @@
.list-search-result:hover, .search-provider-icon:selected,
.list-search-result:selected {
background-color: rgba(195, 199, 209, 0.1);
- transition-duration: 200ms; }
+ transition-duration: 200ms;
+ box-shadow: none !important; }
.search-provider-icon:active,
.list-search-result:active, .search-provider-icon:checked,
.list-search-result:checked {
@@ -1335,45 +1336,48 @@
.app-well-app.app-folder,
.show-apps,
.grid-search-result,
-.overview-tile,
-.dash-item-container .overview-tile {
+.overview-tile {
background-color: transparent;
border: none; }
- .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon,
.app-well-app:selected .overview-icon,
- .app-well-app.app-folder:hover .overview-icon,
- .app-well-app.app-folder:focus .overview-icon,
- .app-well-app.app-folder:selected .overview-icon,
- .show-apps:hover .overview-icon,
- .show-apps:focus .overview-icon,
- .show-apps:selected .overview-icon,
- .grid-search-result:hover .overview-icon,
- .grid-search-result:focus .overview-icon,
- .grid-search-result:selected .overview-icon,
- .overview-tile:hover .overview-icon,
- .overview-tile:focus .overview-icon,
- .overview-tile:selected .overview-icon,
- .dash-item-container .overview-tile:hover .overview-icon,
- .dash-item-container .overview-tile:focus .overview-icon,
- .dash-item-container .overview-tile:selected .overview-icon {
+ .app-well-app:hover, .app-well-app:focus, .app-well-app:selected,
+ .app-well-app.app-folder:hover,
+ .app-well-app.app-folder:focus,
+ .app-well-app.app-folder:selected,
+ .show-apps:hover,
+ .show-apps:focus,
+ .show-apps:selected,
+ .grid-search-result:hover,
+ .grid-search-result:focus,
+ .grid-search-result:selected,
+ .overview-tile:hover,
+ .overview-tile:focus,
+ .overview-tile:selected {
background-color: #373a4b;
transition-duration: 0ms;
border-image: none;
- background-image: none; }
- .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
- .app-well-app.app-folder:active .overview-icon,
- .app-well-app.app-folder:checked .overview-icon,
- .show-apps:active .overview-icon,
- .show-apps:checked .overview-icon,
- .grid-search-result:active .overview-icon,
- .grid-search-result:checked .overview-icon,
- .overview-tile:active .overview-icon,
- .overview-tile:checked .overview-icon,
- .dash-item-container .overview-tile:active .overview-icon,
- .dash-item-container .overview-tile:checked .overview-icon {
+ background-image: none;
+ box-shadow: none !important; }
+ .app-well-app:active, .app-well-app:checked,
+ .app-well-app.app-folder:active,
+ .app-well-app.app-folder:checked,
+ .show-apps:active,
+ .show-apps:checked,
+ .grid-search-result:active,
+ .grid-search-result:checked,
+ .overview-tile:active,
+ .overview-tile:checked {
background-color: #373a4b;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
color: #C3C7D1; }
+.dash-item-container .show-apps:hover .overview-icon, .dash-item-container
.show-apps:focus .overview-icon, .dash-item-container .show-apps:selected
.overview-icon, .dash-item-container .show-apps:active .overview-icon,
.dash-item-container .show-apps:checked .overview-icon,
+.dash-item-container .overview-tile:hover .overview-icon,
+.dash-item-container .overview-tile:focus .overview-icon,
+.dash-item-container .overview-tile:selected .overview-icon,
+.dash-item-container .overview-tile:active .overview-icon,
+.dash-item-container .overview-tile:checked .overview-icon {
+ background-color: #373a4b; }
+
.app-well-app-running-dot, .app-grid-running-dot {
width: 10px;
height: 3px;
@@ -1381,11 +1385,12 @@
border-radius: 5px !important;
margin-bottom: 0px; }
-.app-well-app .overview-icon,
-.app-well-app.app-folder .overview-icon,
-.show-apps .overview-icon,
-.grid-search-result .overview-icon,
-.overview-tile .overview-icon,
+.app-well-app,
+.app-well-app.app-folder,
+.show-apps,
+.grid-search-result,
+.overview-tile, .dash-item-container .show-apps, .dash-item-container
.show-apps .overview-icon,
+.dash-item-container .overview-tile,
.dash-item-container .overview-tile .overview-icon {
background-color: transparent;
color: #f8f8f2;
@@ -1396,7 +1401,7 @@
border-radius: 18px; }
/* App Folders */
-.app-well-app.app-folder, .app-folder .overview-icon {
+.app-well-app.app-folder, .app-folder {
background-color: #333545;
border-radius: 18px; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/gtk-4.0/gtk-dark.css
new/gtk-4.0.0+git146.2618a03/gtk-4.0/gtk-dark.css
--- old/gtk-4.0.0+git141.1892c79/gtk-4.0/gtk-dark.css 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/gtk-4.0/gtk-dark.css 2026-03-20
01:29:00.000000000 +0100
@@ -1125,20 +1125,26 @@
toggle-group toggle:checked, toggle-group toggle:checked label {
color: #f8f8f2; }
-button.accent-button, button.accent-button:backdrop {
+/*
+ * Gnome 48 accent color buttons
+ * Gnome papers - buttons in context menu
+*/
+button.accent-button, button.accent-button:backdrop, button.color-button,
button.color-button:backdrop {
min-height: 24px;
min-width: 24px;
- padding: 5px;
+ padding: 3px;
border-radius: 100%;
background: var(--accent-bg-color);
outline: none;
background-clip: content-box;
box-shadow: none;
border: none; }
-button.accent-button:hover {
- box-shadow: 0 0 0 3px #333545; }
-button.accent-button:checked, button.accent-button:checked:backdrop {
- box-shadow: 0 0 0 3px var(--accent-bg-color); }
+button.accent-button:hover, button.color-button:hover {
+ box-shadow: 0 0 0 3px #1d1f27;
+ background-color: var(--accent-bg-color); }
+button.accent-button:checked, button.accent-button:checked:backdrop,
button.color-button:checked, button.color-button:checked:backdrop {
+ box-shadow: 0 0 0 3px var(--accent-bg-color);
+ background-color: var(--accent-bg-color); }
/************
* Calendar *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gtk-4.0.0+git141.1892c79/gtk-4.0/gtk.css
new/gtk-4.0.0+git146.2618a03/gtk-4.0/gtk.css
--- old/gtk-4.0.0+git141.1892c79/gtk-4.0/gtk.css 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/gtk-4.0/gtk.css 2026-03-20
01:29:00.000000000 +0100
@@ -1125,20 +1125,26 @@
toggle-group toggle:checked, toggle-group toggle:checked label {
color: #f8f8f2; }
-button.accent-button, button.accent-button:backdrop {
+/*
+ * Gnome 48 accent color buttons
+ * Gnome papers - buttons in context menu
+*/
+button.accent-button, button.accent-button:backdrop, button.color-button,
button.color-button:backdrop {
min-height: 24px;
min-width: 24px;
- padding: 5px;
+ padding: 3px;
border-radius: 100%;
background: var(--accent-bg-color);
outline: none;
background-clip: content-box;
box-shadow: none;
border: none; }
-button.accent-button:hover {
- box-shadow: 0 0 0 3px #333545; }
-button.accent-button:checked, button.accent-button:checked:backdrop {
- box-shadow: 0 0 0 3px var(--accent-bg-color); }
+button.accent-button:hover, button.color-button:hover {
+ box-shadow: 0 0 0 3px #1d1f27;
+ background-color: var(--accent-bg-color); }
+button.accent-button:checked, button.accent-button:checked:backdrop,
button.color-button:checked, button.color-button:checked:backdrop {
+ box-shadow: 0 0 0 3px var(--accent-bg-color);
+ background-color: var(--accent-bg-color); }
/************
* Calendar *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gtk-4.0.0+git141.1892c79/gtk-4.0/widgets/_buttons.scss
new/gtk-4.0.0+git146.2618a03/gtk-4.0/widgets/_buttons.scss
--- old/gtk-4.0.0+git141.1892c79/gtk-4.0/widgets/_buttons.scss 2026-01-13
01:13:09.000000000 +0100
+++ new/gtk-4.0.0+git146.2618a03/gtk-4.0/widgets/_buttons.scss 2026-03-20
01:29:00.000000000 +0100
@@ -518,12 +518,16 @@
}
}
-// Gnome 48 accent color buttons
-button.accent-button {
+/*
+ * Gnome 48 accent color buttons
+ * Gnome papers - buttons in context menu
+*/
+
+button.accent-button, button.color-button {
&, &:backdrop {
min-height: 24px;
min-width: 24px;
- padding: 5px;
+ padding: 3px;
border-radius: 100%;
background: var(--accent-bg-color);
outline: none;
@@ -532,7 +536,15 @@
border: none;
}
- &:hover { box-shadow: 0 0 0 3px lighten($base_color, 5%); }
+ &:hover {
+ box-shadow: 0 0 0 3px darken($base_color, 5%);
+ background-color: var(--accent-bg-color);
+ }
- &:checked { &, &:backdrop { box-shadow: 0 0 0 3px var(--accent-bg-color); }}
+ &:checked {
+ &, &:backdrop {
+ box-shadow: 0 0 0 3px var(--accent-bg-color);
+ background-color: var(--accent-bg-color);
+ }
+ }
}
\ No newline at end of file
++++++ gtk.obsinfo ++++++
--- /var/tmp/diff_new_pack.NMq3pc/_old 2026-05-21 18:31:57.437953691 +0200
+++ /var/tmp/diff_new_pack.NMq3pc/_new 2026-05-21 18:31:57.445954021 +0200
@@ -1,5 +1,5 @@
name: gtk
-version: 4.0.0+git141.1892c79
-mtime: 1768263189
-commit: 1892c797926184066b9f740f5a7c3ab2772edc40
+version: 4.0.0+git146.2618a03
+mtime: 1773966540
+commit: 2618a035409d65e0a1e4da1909ae1b5fd6a796fd