25 lines
402 B
Plaintext
Executable File
25 lines
402 B
Plaintext
Executable File
@import "colors.rasi"
|
|
|
|
*{
|
|
background-color: @background;
|
|
text-color: @foreground;
|
|
font: "Iosevka 10";
|
|
}
|
|
|
|
window {
|
|
width: 350px;
|
|
padding: 20px;
|
|
border: 2px;
|
|
border-radius: 0px;
|
|
border-color: @selected;
|
|
location: center;
|
|
x-offset: 0;
|
|
y-offset: -4%;
|
|
}
|
|
|
|
entry {
|
|
expand: true;
|
|
width: 200px;
|
|
text-color: @selected;
|
|
}
|