From e61ddbae043f3d81831f7946e33aacc667f20978 Mon Sep 17 00:00:00 2001 From: Sean West <3216121+seanewest@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:41:22 -0500 Subject: [PATCH] added fancymenu hover styling --- .../lxqt/themes/Lubuntu Arc/lxqt-panel.qss | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) 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 f06b4e6..329d5eb 100644 --- a/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss +++ b/src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss @@ -300,7 +300,7 @@ TrayIcon { * Main menu */ -#MainMenu, +#MainMenu, #FancyMenu { color: #D2D8E0; margin: 2px; @@ -541,21 +541,31 @@ TrayIcon { padding-right: 4px; } +#FancyMenu QListView::item::hover { + color: rgb(210, 216, 224); + background: rgb(58, 63, 75); +} + #FancyMenu QListView::item::selected { - color: #D2D8E0; + color: rgb(255, 255, 255); background: rgb(79, 86, 101); } #FancyMenu #AppView::item { - color: #D2D8E0; + color: #D2D8E0; background: rgb(64, 69, 82); padding-left: 2px; padding-right: 2px; } -#FancyMenu #AppView::item::selected { +#FancyMenu #AppView::item::hover { color: #D2D8E0; - background: #3c8ce6; + background: #3A597C; +} + +#FancyMenu #AppView::item::selected { + color: #E6E9EE; + background: #3c8ce6; } #FancyMenu QToolButton { @@ -564,7 +574,7 @@ TrayIcon { height: 32px; qproperty-iconSize: 26px; border: 1px solid transparent; -} +} #FancyMenu QToolButton:hover, #FancyMenu QToolButton:focus { @@ -575,7 +585,7 @@ TrayIcon { border: 1px solid transparent; } -LXQtFancyMenuWindow { +LXQtFancyMenuWindow { background: #2d313c; } @@ -585,7 +595,7 @@ LXQtFancyMenuWindow { } #FancyMenu QListView { - color: #D2D8E0; + color: #D2D8E0; } #FancyMenu QLabel {