Initial commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
* {
|
||||
bg-light: rgba(180, 180, 180, 80%);
|
||||
bg-dark: rgba(70, 70, 90, 20%);
|
||||
border: rgba(70, 70, 90, 100%);
|
||||
font: "CaskaydiaMono Nerd Font 16";
|
||||
}
|
||||
|
||||
window, inputbar, listview, element {
|
||||
border: 2px;
|
||||
border-color: @border;
|
||||
border-radius: 8px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
configuration {
|
||||
display-run: "cmd";
|
||||
display-drun: "apps";
|
||||
click-to-exit: true;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 25%;
|
||||
background-color: @bg-light;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @bg-dark;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
entry, prompt, case-indicator, element-text {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
prompt {
|
||||
padding: 2px 10px ;
|
||||
margin: 0px 20px 0px 0px;
|
||||
border: 0px 2px 0px 0px;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
entry {
|
||||
vertical-align: 0.5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 7;
|
||||
background-color: @bg-light;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: lightskyblue;
|
||||
}
|
||||
Reference in New Issue
Block a user