@ -3,17 +3,38 @@ configuration {
location: 0;
location: 0;
lines:8;
lines:8;
display-run: "Search";
display-run: "Search";
font: "Iosevka 16";
}
}
* {
* {
color0: #011634;
color1: #9D7066;
color2: #C77A64;
color3: #418A6B;
color4: #D09069;
color5: #3B6C8C;
color6: #64909D;
color7: #c2c8ca;
color8: #878c8d;
color9: #9D7066;
color10: #C77A64;
color11: #418A6B;
color12: #D09069;
color13: #3B6C8C;
color14: #64909D;
color15: #c2c8ca;
background-color: #282C33;
background-color: #282C33;
border-color: #2e343f;
border-color: #2e343f;
text-color: #ffb25a;
text-color: #ffb25a;
spacing: 0;
spacing: 0;
width: 40%;
width: 40%;
}
}
window {
background-color: #00000000;
font: "Iosevka 12";
}
inputbar {
inputbar {
text-color: @color6;
border: 0 0 1px 0;
border: 0 0 1px 0;
children: [entry];
children: [entry];
}
}
@ -31,9 +52,13 @@ textbox {
}
}
entry {
entry {
text-color: @color6;
padding: 16px;
padding: 16px;
}
}
message {
text-color: @color15;
}
listview {
listview {
cycle: false;
cycle: false;
@ -47,5 +72,17 @@ element {
}
}
element selected {
element selected {
background-color: #2e343f;
background-color: #00000000;
border: 4px;
}
element normal.normal, element alternate.normal {
background-color: @color0;
text-color: @color15;
}
element selected.normal {
border-color: @color5;
text-color: @color10 ;
background-color: @color15;
}
}