Files
archcraft-berry/files/rofi/themes/confirm.rasi
T
2023-01-12 12:50:35 +05:30

27 lines
560 B
Plaintext

/* Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> */
@import "colors.rasi"
* {
background-color: @background;
text-color: @foreground;
font: "JetBrains Mono Medium 10";
}
window {
width: 230px;
padding: 25px;
border: 1px;
border-radius: 14px;
border-color: @selected;
location: center;
x-offset: 0;
y-offset: -4%;
}
entry {
expand: true;
width: 150px;
text-color: @selected;
}