Skip to content

Commit 059aded

Browse files
committed
Fixed text color for placeholder for empty favorites
1 parent d2d0313 commit 059aded

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

themes/Arch-Colors/lxqt-panel.qss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Wing menu plugin
193193

194194
#WingMenuPlugin QWidget{
195195
background: #041b27;
196+
color: #d7e3e6;
196197
font:normal;
197198
}
198199
#WingMenuPlugin QToolButton{

themes/Clearlooks/lxqt-panel.qss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ Wing menu plugin
335335

336336
#WingMenuPlugin QWidget{
337337
background:#e3e2e1;
338+
color: #1a1a1a;
338339
}
339340
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{
340341
background: #edeceb;

themes/Valendas/lxqt-panel.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Wing menu plugin
176176
}
177177
#WingMenuPlugin QWidget{
178178
color:#ebebeb;
179-
background-color:rgba(5, 0, 0, 25%);
179+
background-color:rgba(5, 0, 0, 35%);
180180
}
181181
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
182182
font:normal;

themes/ambiance/lxqt-panel.qss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ Wing menu plugin
319319

320320
#WingMenuPlugin QWidget{
321321
background: #43423c;
322+
color: #f2f1f0;
322323
}
323324

324325
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{

themes/dark/lxqt-panel.qss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ Wing menu plugin
461461
*/
462462

463463
#WingMenuPlugin QWidget{
464-
background: rgba(0, 0, 0, 40%);
464+
background: rgba(0, 0, 0, 60%);
465+
color: #f2f1f0;
465466
}
466467
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
467468
font:normal;
@@ -477,6 +478,7 @@ Wing menu plugin
477478
background:transparent;
478479
border-left:1px solid #4c4c4c;
479480
border-right:1px solid #4c4c4c;
481+
color: #f2f1f0;
480482
}
481483
#WingMenuPlugin ApplicationsView:hover { /*oppress blue border with Oxygen or Breeze widget style*/
482484
border-left:1px solid #4c4c4c;

themes/kvantum/lxqt-panel.qss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ Wing menu plugin
412412

413413
#WingMenuPlugin QWidget{
414414
background: #383838;
415+
color: white;
415416
}
416417
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
417418
color: white;

0 commit comments

Comments
 (0)