Skip to content

Commit d2d0313

Browse files
committed
Added transparency in "Black" and "Valendas"
1 parent fdd1c4f commit d2d0313

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

themes/Valendas/lxqt-panel.qss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,30 +176,30 @@ Wing menu plugin
176176
}
177177
#WingMenuPlugin QWidget{
178178
color:#ebebeb;
179-
background:#454545;
179+
background-color:rgba(5, 0, 0, 25%);
180180
}
181181
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
182182
font:normal;
183183
border:none;
184+
background-color:transparent;
184185
}
185186
#WingMenuPlugin ApplicationsView{
186-
background:#4f4f4f;
187187
border-left:1px solid grey;
188188
border-right:1px solid grey;
189189
}
190190

191191

192192
#WingMenuPlugin QToolButton:hover,#WingMenuPlugin QToolButton:checked,#WingMenuPlugin ApplicationsView::item:hover,#WingMenuPlugin ApplicationsView::item:selected {
193-
background-color: #c3d3c9;
193+
background-color:rgba(195, 211, 201, 65%);
194194
color: black;
195195

196196
}
197197

198198
#WingMenuPlugin QLineEdit {
199-
color:#dfdfdf;
199+
color:black;
200200
border: 1px solid transparent;
201201
border-radius:3px;
202-
background:#4f4f4f;
202+
background-color:rgba(195, 211, 201, 65%);
203203
max-width:200px;
204204
padding:3px 20px;
205205
}

themes/dark/lxqt-panel.qss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,12 @@ Wing menu plugin
461461
*/
462462

463463
#WingMenuPlugin QWidget{
464-
background: rgba(0, 0, 0, 80%);
464+
background: rgba(0, 0, 0, 40%);
465465
}
466-
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView::item{
467-
color: white;
466+
#WingMenuPlugin QToolButton,#WingMenuPlugin ApplicationsView,#WingMenuPlugin ApplicationsView::item {
468467
font:normal;
468+
border:none;
469+
background-color:transparent;
469470
}
470471
#WingMenuPlugin QToolButton:hover,#WingMenuPlugin QToolButton:checked,#WingMenuPlugin ApplicationsView::item:hover,#WingMenuPlugin ApplicationsView::item:selected {
471472
color: #f2f1f0;

0 commit comments

Comments
 (0)