tarch-configs/configs/bspwm/rofi/themes/askpass.rasi
Andrey Zimin 1b1b70daed add nvim
2024-03-10 13:30:59 +03:00

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;
}