dotfiles/dot_config/rofi/confirm.rasi

26 lines
422 B
Text
Raw Normal View History

2022-07-30 07:17:12 +02:00
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bga;
text-color: @fg;
font: "Terminus 9";
}
window {
width: 225px;
padding: 25px;
border: 0px;
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @ac;
}