rice/polybar-themes/sblocks/scripts/rofi/confirm.rasi

25 lines
433 B
Plaintext
Raw Normal View History

2021-11-14 22:51:43 -08:00
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bg;
text-color: @fga;
font: "Terminus 9";
}
window {
width: 210px;
padding: 25px;
border: 0px 0px 2px 0px;
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @ac;
}