You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
619 B
51 lines
619 B
configuration {
|
|
show-icons: true;
|
|
location: 0;
|
|
lines:8;
|
|
display-run: "Search";
|
|
}
|
|
|
|
* {
|
|
background-color: #282C33;
|
|
border-color: #2e343f;
|
|
text-color: #ffb25a;
|
|
spacing: 0;
|
|
width: 40%;
|
|
}
|
|
|
|
inputbar {
|
|
border: 0 0 1px 0;
|
|
children: [entry];
|
|
}
|
|
|
|
prompt {
|
|
padding: 16px;
|
|
border: 0 1px 0 0;
|
|
}
|
|
|
|
textbox {
|
|
background-color: #2e343f;
|
|
border: 0 0 1px 0;
|
|
border-color: #282C33;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
entry {
|
|
padding: 16px;
|
|
}
|
|
|
|
|
|
listview {
|
|
cycle: false;
|
|
margin: 0 0 -1px 0;
|
|
scrollbar: false;
|
|
}
|
|
|
|
element {
|
|
border: 0 0 1px 0;
|
|
padding: 16px;
|
|
}
|
|
|
|
element selected {
|
|
background-color: #2e343f;
|
|
}
|
|
|