dotfiles/cfg/rofi/applets/android/confirm.rasi
VincentKnightTesting 9d8732c3ac Added the good stuff
2022-03-09 01:08:41 -06:00

25 lines
456 B
Plaintext

/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @background;
text-color: @foreground;
font: "Iosevka Nerd Font 12";
}
window {
width: 225px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @accent;
location: center;
y-offset: -20px;
}
entry {
expand: true;
text-color: @accent;
}