34 lines
436 B
Plaintext
34 lines
436 B
Plaintext
|
|
* {
|
||
|
|
font: "OpenDyslexic Nerd Font 12";
|
||
|
|
foreground: #04FFF7;
|
||
|
|
background: rgba(23,0,47,0.75);
|
||
|
|
}
|
||
|
|
|
||
|
|
inputbar {
|
||
|
|
children: [prompt,entry];
|
||
|
|
}
|
||
|
|
|
||
|
|
element.alternate.normal {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
element.normal.normal {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
element.selected.normal {
|
||
|
|
background-color: #9733EE;
|
||
|
|
border-radius: 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
window {
|
||
|
|
y-offset: 50;
|
||
|
|
location: center;
|
||
|
|
anchor: center;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
listview {
|
||
|
|
lines: 5;
|
||
|
|
}
|