forked from foxora/nix
142 lines
2.4 KiB
Text
142 lines
2.4 KiB
Text
configuration {
|
|
modes: [ combi ];
|
|
combi-modes: [ window, drun, run ];
|
|
}
|
|
|
|
@theme "colors"
|
|
|
|
window {
|
|
background-color: @background;
|
|
border-color: @color10;
|
|
border-radius: 12px;
|
|
border: 2;
|
|
padding: 16;
|
|
transparency: "real";
|
|
opacity: 90;
|
|
}
|
|
|
|
mainbox {
|
|
background-color: transparent;
|
|
opacity: 90;
|
|
border: 0;
|
|
}
|
|
|
|
message {
|
|
border: 2px 0px 0px;
|
|
border-color: @color14;
|
|
padding: 1px;
|
|
}
|
|
|
|
inputbar {
|
|
background-color: transparent;
|
|
text-color: @foreground;
|
|
spacing: 8;
|
|
}
|
|
textbox {
|
|
background-color: @background;
|
|
text-color: @foreground;
|
|
}
|
|
|
|
prompt {
|
|
background-color: transparent;
|
|
text-color: @color12;
|
|
}
|
|
|
|
entry {
|
|
placeholder: "~ rawr :3 ~ *pounces on u* <3 ~ >w< ~";
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
text-color: @color13;
|
|
}
|
|
|
|
case-indicator {
|
|
background-color: transparent;
|
|
text-color: @color12;
|
|
}
|
|
|
|
listview {
|
|
fixed-height: 0;
|
|
border: 2px 0px 0px;
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
spacing: 2px;
|
|
scrollbar: true;
|
|
padding: 2px 0px 0px;
|
|
}
|
|
|
|
element {
|
|
orientation: horizontal;
|
|
spacing: 8;
|
|
border: 0;
|
|
border-radius: 4;
|
|
}
|
|
|
|
element-icon {
|
|
size: 24;
|
|
}
|
|
|
|
element-text {
|
|
vertical-align: 0.5;
|
|
}
|
|
|
|
element.normal.normal {
|
|
background-color: transparent;
|
|
text-color: @foreground;
|
|
}
|
|
element.alternate.normal {
|
|
background-color: transparent;
|
|
text-color: @color06;
|
|
}
|
|
element.selected.normal {
|
|
background-color: @color13;
|
|
text-color: @background;
|
|
}
|
|
|
|
element.normal.urgent {
|
|
background-color: @color14;
|
|
text-color: @background;
|
|
}
|
|
element.alternate.urgent {
|
|
background-color: transparent;
|
|
text-color: @color14;
|
|
}
|
|
element.selected.urgent {
|
|
background-color: @color13;
|
|
text-color: @background;
|
|
}
|
|
|
|
element.normal.active {
|
|
background-color: @color12;
|
|
text-color: @background;
|
|
}
|
|
element.alternate.active {
|
|
background-color: @background;
|
|
text-color: @color14;
|
|
}
|
|
element.selected.active {
|
|
background-color: @color13;
|
|
text-color: @background;
|
|
}
|
|
|
|
element-text, element-icon {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
|
|
button.selected {
|
|
background-color: transparent;
|
|
text-color: @foreground;
|
|
}
|
|
|
|
scrollbar {
|
|
background-color: transparent;
|
|
handle-color: @color12;
|
|
width: 4px;
|
|
border: 0;
|
|
handle-width: 8px;
|
|
padding: 0;
|
|
}
|
|
mode-switcher {
|
|
border: 2px 0px 0px ;
|
|
border-color: @color14;
|
|
}
|