dotfiles/.config/polybar/rofi/confirm.rasi
2021-07-11 16:54:17 +03:00

21 lines
362 B
Plaintext

* {
background-color: #282A3A;
text-color: #7e8294;
font: "Segoe UI 10";
}
window {
width: 250px;
padding: 0px;
border: 0px 0px -1px 0px;
margin: 0px 50px;
location: north;
left: 50%;
margin-left:-50%;
}
entry {
expand: true;
text-color: #7e8294;
}