90 lines
1.3 KiB
Text
90 lines
1.3 KiB
Text
* {
|
|
width: 450px;
|
|
}
|
|
|
|
element-text, element-icon , mode-switcher {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
|
|
window {
|
|
height: 500px;
|
|
border: 1px;
|
|
border-radius: 1em;
|
|
border-color: @accent;
|
|
background-color: @base;
|
|
}
|
|
|
|
mainbox {
|
|
background-color: @base;
|
|
}
|
|
|
|
inputbar {
|
|
margin: 10px 5px 5px 5px;
|
|
children: [prompt, entry];
|
|
background-color: @base;
|
|
padding: 1px;
|
|
}
|
|
|
|
prompt {
|
|
background-color: transparent;
|
|
padding: 1px;
|
|
text-color: @text;
|
|
border-radius: 1.5em;
|
|
}
|
|
|
|
textbox-prompt-colon {
|
|
expand: true;
|
|
str: ":";
|
|
}
|
|
|
|
entry {
|
|
padding: 1px;
|
|
margin: 0px;
|
|
text-color: @text;
|
|
background-color: @base;
|
|
}
|
|
|
|
listview {
|
|
border: 0px 0px 0px;
|
|
margin: 5px 0px 0px 10px;
|
|
columns: 1;
|
|
lines: 10;
|
|
background-color: @base;
|
|
}
|
|
|
|
element {
|
|
padding: 1px;
|
|
background-color: @base;
|
|
text-color: @text;
|
|
}
|
|
|
|
element-icon {size: 12px;}
|
|
|
|
element.selected {
|
|
background-color: @surface1;
|
|
text-color: @accent;
|
|
}
|
|
|
|
scrollbar {
|
|
width: 4px ;
|
|
border: 0;
|
|
handle-color: @text;
|
|
handle-width: 8px ;
|
|
padding: 0;
|
|
}
|
|
|
|
mode-switcher {spacing: 0;}
|
|
|
|
button {
|
|
spacing: 0;
|
|
background-color: @surface0;
|
|
text-color: @subtext1;
|
|
vertical-align: 0.5;
|
|
horizontal-align: 0.5;
|
|
}
|
|
|
|
button.selected {
|
|
background-color: @base;
|
|
text-color: @accent;
|
|
}
|