Compare commits

..

No commits in common. "ubuntu/questing" and "ubuntu/25.04.5" have entirely different histories.

4 changed files with 14 additions and 34 deletions

8
debian/changelog vendored
View File

@ -1,11 +1,3 @@
lubuntu-artwork (25.10.1) questing; urgency=medium
* Add hover styling to LXQt menu (contributed by Sean West, thank you!)
* Updated copyright file.
* Bump Standards-Version to 4.7.2, no changes necessary.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 08 Jun 2025 01:41:55 -0500
lubuntu-artwork (25.04.5) plucky; urgency=medium lubuntu-artwork (25.04.5) plucky; urgency=medium
* Flip wallpaper horizontally to reduce clutter. * Flip wallpaper horizontally to reduce clutter.

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool Build-Depends: debhelper-compat (= 13), icon-naming-utils, intltool
Standards-Version: 4.7.2 Standards-Version: 4.7.0
Homepage: https://lubuntu.me Homepage: https://lubuntu.me
Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork Vcs-Browser: https://git.lubuntu.me/Lubuntu/artwork
Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git Vcs-Git: https://git.lubuntu.me/Lubuntu/artwork.git

2
debian/copyright vendored
View File

@ -6,8 +6,6 @@ Files: *
Copyright: 2009-2017 Julien Lavergne <gilir@ubuntu.com> Copyright: 2009-2017 Julien Lavergne <gilir@ubuntu.com>
2018-2024 Simon Quigley <tsimonq2@ubuntu.com> 2018-2024 Simon Quigley <tsimonq2@ubuntu.com>
2023 Walter Lapchynski <wxl@ubuntu.com> 2023 Walter Lapchynski <wxl@ubuntu.com>
2025 Sean West
2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: GPL-2+ License: GPL-2+
Files: usr/share/plymouth/* Files: usr/share/plymouth/*

View File

@ -541,13 +541,8 @@ TrayIcon {
padding-right: 4px; padding-right: 4px;
} }
#FancyMenu QListView::item::hover {
color: rgb(210, 216, 224);
background: rgb(58, 63, 75);
}
#FancyMenu QListView::item::selected { #FancyMenu QListView::item::selected {
color: rgb(255, 255, 255); color: #D2D8E0;
background: rgb(79, 86, 101); background: rgb(79, 86, 101);
} }
@ -558,13 +553,8 @@ TrayIcon {
padding-right: 2px; padding-right: 2px;
} }
#FancyMenu #AppView::item::hover { #FancyMenu #AppView::item::selected {
color: #D2D8E0; color: #D2D8E0;
background: #3A597C;
}
#FancyMenu #AppView::item::selected {
color: #E6E9EE;
background: #3c8ce6; background: #3c8ce6;
} }