Files

83 lines
1.3 KiB
Plaintext

@import "colors.rasi"
* {
background-color: @background;
border-color: @background;
spacing: 2;
}
configuration
{
hover-select: true;
me-select-entry: "";
me-accept-entry: [ MousePrimary, MouseSecondary, MouseDPrimary ];
kb-cancel: "Escape,MousePrimary";
}
#window {
location: North West;
background-color: @background;
border-color: @foreground;
border: 1;
padding: 2.5ch;
y-offset: 0px;
x-offset: 10px;
border-radius: 10px;
}
#mainbox {
border: 0;
padding: 0;
background-color: transparent;
}
entry {
background-color: transparent;
}
listview {
background-color: transparent;
}
element {
padding: 2px 7px;
border-radius: 10px;
}
prompt {
text-color: @foreground;
padding: 0 6px 0 0;
}
entry {
text-color: @foreground;
placeholder-color: @foregroundAlt;
padding: 0 6px 0 0;
}
textbox-prompt-colon {
text-color: @foreground;
padding: 0 6px 0 0;
}
element-text {
text-color: inherit;
}
element selected.normal {
background-color: @foreground;
text-color: @background;
}
element normal.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.normal {
background-color: @backgroundAlt;
text-color: @foreground;
}
scrollbar {
background-color: @background;
handle-color: @foreground;
}