111 lines
1.8 KiB
Text
111 lines
1.8 KiB
Text
configuration {
|
|
dpi: 0;
|
|
me-select-entry: "Control+MousePrimary";
|
|
me-accept-entry: "MousePrimary";
|
|
}
|
|
|
|
* {
|
|
blue: #009ad1;
|
|
orange: #d14200;
|
|
text: #efefef;
|
|
text-alt: #c2c2c2;
|
|
bg: #333333;
|
|
|
|
spacing: 0;
|
|
background-color: transparent;
|
|
|
|
font: "DroidSansMono Nerd Font Mono, 14, FontAwesome5Free, 14";
|
|
highlight: bold;
|
|
text-color: @text;
|
|
}
|
|
|
|
window {
|
|
transparency: "real";
|
|
y-offset: -1.5em;
|
|
x-offset: -0.5em;
|
|
width: 27em;
|
|
background-color: transparent;
|
|
}
|
|
|
|
inputbar {
|
|
enabled: false;
|
|
border: 1px;
|
|
border-color: @orange;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
margin: 0 5px;
|
|
background-color: @bg;
|
|
}
|
|
|
|
prompt {
|
|
text-color: @text;
|
|
}
|
|
|
|
textbox-prompt-colon {
|
|
expand: false;
|
|
str: ":";
|
|
text-color: @text-alt;
|
|
}
|
|
|
|
entry {
|
|
margin: 0 0.0em;
|
|
}
|
|
|
|
listview {
|
|
padding: 0.2em;
|
|
spacing: 0.2em;
|
|
dynamic: true;
|
|
scrollbar: false;
|
|
lines: 1;
|
|
columns: 5;
|
|
background-color: transparent;
|
|
}
|
|
|
|
element {
|
|
padding: 0.6em;
|
|
text-color: @text-alt;
|
|
highlight: bold #95ee8f; /* green */
|
|
background-color: @bg;
|
|
border-radius: 5px;
|
|
border: 1px;
|
|
border-color: @orange;
|
|
}
|
|
element-icon {
|
|
size: 1em;
|
|
padding: 0 0.6em 0 0;
|
|
}
|
|
|
|
element selected {
|
|
border: 0 0 0 1px;
|
|
background-color: @blue;
|
|
text-color: @text;
|
|
}
|
|
|
|
element urgent, element selected urgent {
|
|
text-color: @red;
|
|
}
|
|
|
|
element active, element selected active {
|
|
text-color: @purple;
|
|
}
|
|
|
|
message, error-message {
|
|
margin: 0 0 0.6em;
|
|
padding: 1%;
|
|
border-radius: 5px;
|
|
background-color: @emphasis;
|
|
}
|
|
error-message {
|
|
margin: 0;
|
|
padding: 0.6em;
|
|
border-color: @red;
|
|
border: 3px;
|
|
}
|
|
mode-switcher {
|
|
margin: 0.1em 0 0 0;
|
|
}
|
|
button selected {
|
|
padding: 0.3em;
|
|
border-radius: 5px;
|
|
background-color: @emphasis;
|
|
}
|