From d489f7da8e4fadec8663f92595e1f358542212c6 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Fri, 14 Feb 2025 07:38:27 +0000 Subject: [PATCH] now fancy is prettier, too --- src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss b/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss index 839728c..f06b4e6 100644 --- a/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss +++ b/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss @@ -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);