rofi/1080p/applets/android/message.rasi

25 lines
512 B
Plaintext
Raw Normal View History

2020-11-24 07:58:01 -05:00
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @background;
text-color: @foreground;
2022-07-07 21:03:36 -04:00
font: "Iosevka Nerd Font 12";
2020-11-24 07:58:01 -05:00
}
window {
2022-07-07 21:03:36 -04:00
width: 360px;
padding: 25px;
border: 0px;
2020-11-24 07:58:01 -05:00
border-radius: 12px;
border-color: @accent;
location: center;
y-offset: -20px;
}
entry {
2022-07-07 21:03:36 -04:00
expand: true;
text-color: @accent;
2020-11-24 07:58:01 -05:00
}