Skip to content

Commit b71e8e7

Browse files
authored
Merge pull request #136 from cndjonno/master
added custom skins
2 parents c95f721 + f82f274 commit b71e8e7

15 files changed

+181
-1
lines changed

skins/Flat Modern Dark/author.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Skin Title: Flat Modern Dark
2+
Author: cndjonno
3+
Website: https://github.com/cndjonno/launchyskins
4+
5+
Version: 1.0
6+
Date: 2020-06-17

skins/Flat Modern Dark/frame.png

1.58 KB
Loading
123 Bytes
Loading
191 Bytes
Loading
170 Bytes
Loading

skins/Flat Modern Dark/spinner.mng

2.67 KB
Binary file not shown.

skins/Flat Modern Dark/style.qss

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
#launchy {
2+
}
3+
#workingAnimation {
4+
qproperty-geometry: rect(690 22 16 16);
5+
}
6+
#input {
7+
font: 24px Sans Verdana;
8+
border-width: 0px;
9+
background-color: rgba(0,244,120,0%);
10+
border-style: solid;
11+
color: white;
12+
qproperty-alignment: AlignLeft;
13+
qproperty-geometry: rect(40 45 256 40);
14+
}
15+
#output {
16+
font: 24px Sans Verdana;
17+
border-width: 0px;
18+
background-color: rgba(0,244,120,0%);
19+
border-style: solid;
20+
color: white;
21+
qproperty-alignment: AlignLeft;
22+
qproperty-geometry: rect(420 50 256 40);
23+
}
24+
25+
#outputIcon {
26+
qproperty-geometry: rect(316 36 64 64);
27+
qproperty-alignment: AlignCenter;
28+
}
29+
30+
#alternatives {
31+
font: 16px Sans Verdana;
32+
background-color: rgb(24,24,24);
33+
alternate-background-color: rgb(24,24,24);
34+
color: white;
35+
border-style: solid;
36+
border-width: 0px;
37+
qproperty-geometry: rect(35 90 660 200);
38+
}
39+
40+
#alternativesPath {
41+
font: 10px Sans Verdana;
42+
color: rgb(221,221,221);
43+
}
44+
45+
QScrollBar::handle:vertical {
46+
width: 6px;
47+
height: 6px;
48+
background: pink;
49+
image: url(scrollDownDark.png);
50+
}
51+
52+
QScrollBar#altScroll:vertical {
53+
image: url(scrollBackgroundDark.png);
54+
width: 16px;
55+
margin: 16px 0px 16px 0px;
56+
}
57+
58+
QScrollBar#altScroll::handle:vertical {
59+
background: rgb(97,97,97);
60+
}
61+
62+
QScrollBar#altScroll::sub-line:vertical {
63+
width: 16px;
64+
height: 16px;
65+
subcontrol-position: top;
66+
subcontrol-origin: margin;
67+
image: url(scrollUpDark.png);
68+
}
69+
70+
QScrollBar#altScroll::add-page:vertical {
71+
background: url(scrollBackgroundDark.png);
72+
}
73+
74+
QScrollBar#altScroll::sub-page:vertical {
75+
background: url(scrollBackroundDark.png);
76+
}
77+
78+
QScrollBar#altScroll::add-line:vertical {
79+
width: 16px;
80+
height: 16px;
81+
subcontrol-position: bottom;
82+
subcontrol-origin: margin;
83+
image: url(scrollDowndark.png);
84+
}

skins/Flat Modern Light/author.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Skin Title: Flat Modern Light
2+
Author: cndjonno
3+
Website: https://github.com/cndjonno/launchyskins
4+
5+
Version: 1.0
6+
Date: 2020-06-17

skins/Flat Modern Light/frame.png

1.59 KB
Loading
123 Bytes
Loading

0 commit comments

Comments
 (0)