Skip to content

Commit 953e881

Browse files
author
Redwolf
authoredJan 24, 2018
Add Lubuntu Arc theme
1 parent c6b5b69 commit 953e881

27 files changed

+3110
-0
lines changed
 
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Notification {
2+
color: #D2D8E0;
3+
border: 0px solid rgba(0, 0, 0, 50%);
4+
background:rgba(47, 52, 63, 90%);
5+
margin: 0px;
6+
}
7+
8+
QLabel {
9+
color: #D2D8E0;
10+
}
11+
12+
#closeButton {
13+
border: none;
14+
padding: 2px;
15+
qproperty-icon: url(lxqt-notificationd/close.svg);
16+
}
17+
18+
#closeButton:hover {
19+
border: 0px solid rgba(0, 0, 0, 50%);
20+
padding: 2px;
21+
background:rgba(47, 52, 63, 90%);
22+
qproperty-icon: url(lxqt-notificationd/close-hover.png);
23+
}
24+
25+
#appLabel {
26+
font-weight: bold;
27+
}
Loading
Loading
Loading

‎src/usr/share/lxqt/themes/Lubuntu Arc/lxqt-panel.qss

+527
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
/*
2+
* Panel
3+
*/
4+
5+
#panel {
6+
background:rgba(47, 52, 63, 85%);
7+
border: 1px solid rgba(39, 44, 53, 85%);
8+
}
9+
10+
/*
11+
* Buttons
12+
*/
13+
14+
QToolButton::menu-indicator {
15+
image: none;
16+
}
17+
18+
#closeButton {
19+
qproperty-icon: url(lxqt-runner/close.svg);
20+
margin: 2px;
21+
}
22+
#closeButton:hover{
23+
border: 0px solid rgba(0, 0, 0, 50%);
24+
qproperty-icon: url(lxqt-runner/close-hover.svg);
25+
}
26+
27+
#actionButton {
28+
qproperty-icon: url(lxqt-runner/down.svg);
29+
color: rgba(41, 41, 41, 0%);
30+
margin: 2px;
31+
}
32+
#actionButton:hover{
33+
qproperty-icon: url(lxqt-runner/down-hover.svg);
34+
border: 0px solid rgba(0, 0, 0, 50%);
35+
margin: 2px;
36+
}
37+
38+
39+
40+
/*
41+
* Search results (For some reason the #commandList does no take the styles, just the background and the border can be changed)
42+
*/
43+
44+
QListView {
45+
border: 1px solid rgba(39, 44, 53, 85%);
46+
background:rgba(64, 69, 82, 85%);
47+
}
48+
49+
QListView::item:alternate {
50+
}
51+
52+
QListView::item:selected {
53+
}
54+
55+
QListView::item:selected:!active {
56+
}
57+
58+
QListView::item:selected:active {
59+
}
60+
61+
QListView::item:hover {
62+
}
63+
64+
65+
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wallpapers/size=1
2+
wallpapers/1/file=wallpaper.png
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.