.dotfiles/my_theme/scripts/rofi/message.rasi

25 lines
433 B
Plaintext

/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bg;
text-color: @fg;
font: "Iosevka Nerd Font 12";
}
window {
width: 320px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @bg1;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @bg2;
}