diff --git a/themes/Arch-Colors/lxqt-panel.qss b/themes/Arch-Colors/lxqt-panel.qss index 606f5e0..d2999b3 100644 --- a/themes/Arch-Colors/lxqt-panel.qss +++ b/themes/Arch-Colors/lxqt-panel.qss @@ -193,6 +193,7 @@ Wing menu plugin #WingMenuPlugin QWidget{ background: #041b27; + color: #d7e3e6; font:normal; } #WingMenuPlugin QToolButton{ diff --git a/themes/Clearlooks/lxqt-panel.qss b/themes/Clearlooks/lxqt-panel.qss index 2e1322c..df1bc02 100644 --- a/themes/Clearlooks/lxqt-panel.qss +++ b/themes/Clearlooks/lxqt-panel.qss @@ -335,6 +335,7 @@ Wing menu plugin #WingMenuPlugin QWidget{ background:#e3e2e1; + color: #1a1a1a; } #WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{ background: #edeceb; diff --git a/themes/Valendas/lxqt-panel.qss b/themes/Valendas/lxqt-panel.qss index d7f53f5..f36919a 100644 --- a/themes/Valendas/lxqt-panel.qss +++ b/themes/Valendas/lxqt-panel.qss @@ -176,7 +176,7 @@ Wing menu plugin } #WingMenuPlugin QWidget{ color:#ebebeb; - background-color:rgba(5, 0, 0, 25%); + background-color:rgba(5, 0, 0, 35%); } #WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item { font:normal; diff --git a/themes/ambiance/lxqt-panel.qss b/themes/ambiance/lxqt-panel.qss index 0771c32..68616bd 100644 --- a/themes/ambiance/lxqt-panel.qss +++ b/themes/ambiance/lxqt-panel.qss @@ -319,6 +319,7 @@ Wing menu plugin #WingMenuPlugin QWidget{ background: #43423c; + color: #f2f1f0; } #WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{ diff --git a/themes/dark/lxqt-panel.qss b/themes/dark/lxqt-panel.qss index 1422ae9..db2d8f8 100644 --- a/themes/dark/lxqt-panel.qss +++ b/themes/dark/lxqt-panel.qss @@ -461,7 +461,8 @@ Wing menu plugin */ #WingMenuPlugin QWidget{ - background: rgba(0, 0, 0, 40%); + background: rgba(0, 0, 0, 60%); + color: #f2f1f0; } #WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item { font:normal; @@ -477,6 +478,7 @@ Wing menu plugin background:transparent; border-left:1px solid #4c4c4c; border-right:1px solid #4c4c4c; + color: #f2f1f0; } #WingMenuPlugin ApplicationsView:hover { /*oppress blue border with Oxygen or Breeze widget style*/ border-left:1px solid #4c4c4c; diff --git a/themes/kvantum/lxqt-panel.qss b/themes/kvantum/lxqt-panel.qss index 8fcdb20..438874b 100644 --- a/themes/kvantum/lxqt-panel.qss +++ b/themes/kvantum/lxqt-panel.qss @@ -412,6 +412,7 @@ Wing menu plugin #WingMenuPlugin QWidget{ background: #383838; + color: white; } #WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item { color: white;