Initial commit of fresh adi1090x themes and old qpansl before git tweaks
This commit is contained in:
25
qpanels/menu/deepin/confirm.rasi
Normal file
25
qpanels/menu/deepin/confirm.rasi
Normal file
@@ -0,0 +1,25 @@
|
||||
/* Confirm Dialog */
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: #000000;
|
||||
text-color: #FFFFFF;
|
||||
font: "MesloLGS NF 9";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 200px;
|
||||
padding: 20px;
|
||||
border: 1px;
|
||||
border-radius: 0px;
|
||||
border-color: @bd;
|
||||
location: center;
|
||||
y-offset: -2em;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user