Compare commits

...

2 Commits

Author SHA1 Message Date
7e5b6bd943 changelogs are good to update 2025-02-14 07:39:25 +00:00
d489f7da8e now fancy is prettier, too 2025-02-14 07:38:27 +00:00
2 changed files with 13 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lubuntu-artwork (25.04.3) plucky; urgency=medium
* Improved theming for favorites area on Fancy Menu.
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 14 Feb 2025 07:38:38 +0000
lubuntu-artwork (25.04.2) plucky; urgency=medium
* Added theming for Fancy Menu.

View File

@ -538,6 +538,7 @@ TrayIcon {
color: #D2D8E0;
background-color: #2d313c;
padding-left: 4px;
padding-right: 4px;
}
#FancyMenu QListView::item::selected {
@ -548,6 +549,8 @@ TrayIcon {
#FancyMenu #AppView::item {
color: #D2D8E0;
background: rgb(64, 69, 82);
padding-left: 2px;
padding-right: 2px;
}
#FancyMenu #AppView::item::selected {
@ -585,6 +588,10 @@ LXQtFancyMenuWindow {
color: #D2D8E0;
}
#FancyMenu QLabel {
color: #D2D8E0;
}
#FancyMenu QLineEdit {
background: rgb(64, 69, 82);