/usr/share/launchy/skins/QuickSilver2/style.qss is in launchy-skins 2.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #launchy {
}
#input {
font: 14px Sans, Verdana, Arial;
border-width: 0px;
background-color: rgb(255,255,255);
border-style: solid;
color: black;
qproperty-alignment: AlignLeft;
qproperty-geometry: rect(19 61 221 25);
}
#output {
font: 12px Sans, Verdana, Arial;
border-width: 0px;
background-color: rgba(255,255,255,0%);
border-style: solid;
color: black;
qproperty-alignment: AlignCenter;
qproperty-geometry: rect(56 19 184 20);
}
#outputIcon {
qproperty-geometry: rect(19 11 32 32);
}
#alternatives {
font: 12px Sans, Verdana, Arial;
border-width: 0px;
background-color: rgb(255,255,255);
border-style: solid;
color: black;
qproperty-geometry: rect(19 85 350 100);
}
|