Skip to content

Commit

Permalink
Fixed text color for placeholder for empty favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch committed Aug 7, 2022
1 parent d2d0313 commit 059aded
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions themes/Arch-Colors/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Wing menu plugin

#WingMenuPlugin QWidget{
background: #041b27;
color: #d7e3e6;
font:normal;
}
#WingMenuPlugin QToolButton{
Expand Down
1 change: 1 addition & 0 deletions themes/Clearlooks/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Wing menu plugin

#WingMenuPlugin QWidget{
background:#e3e2e1;
color: #1a1a1a;
}
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{
background: #edeceb;
Expand Down
2 changes: 1 addition & 1 deletion themes/Valendas/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/ambiance/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Wing menu plugin

#WingMenuPlugin QWidget{
background: #43423c;
color: #f2f1f0;
}

#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item{
Expand Down
4 changes: 3 additions & 1 deletion themes/dark/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
1 change: 1 addition & 0 deletions themes/kvantum/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Wing menu plugin

#WingMenuPlugin QWidget{
background: #383838;
color: white;
}
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
color: white;
Expand Down

0 comments on commit 059aded

Please sign in to comment.