dotfiles/dot_config/rofi/confirm.rasi

25 lines
405 B
Text
Raw Normal View History

2022-07-30 07:17:12 +02:00
/* Confirm Dialog */
@import "colors.rasi"
* {
2022-12-11 20:48:32 +01:00
background-color: @base;
text-color: @text;
font: "Berkeley Mono 10";
2022-07-30 07:17:12 +02:00
}
window {
2022-12-11 20:48:32 +01:00
width: 225px;
padding: 25px;
border: 0px;
border-radius: 0px;
border-color: @pink;
location: center;
y-offset: -2em;
2022-07-30 07:17:12 +02:00
}
entry {
2022-12-11 20:48:32 +01:00
expand: true;
text-color: @text;
2022-07-30 07:17:12 +02:00
}