This commit is contained in:
adi1090x
2020-12-25 23:07:02 +05:30
commit 46154c5283
690 changed files with 109869 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bg;
text-color: @fg;
font: "Terminus 9";
}
window {
width: 320px;
padding: 25px;
border: 1px;
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @ac;
}