100 current 2024-03-01 15:02:46 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 15:02:51 -05:00
parent c19997628c
commit d45e53cd03

View file

@ -1,4 +1,5 @@
{
{theme, ...}:
with theme.colors; {
programs.wofi = {
enable = true;
settings = {
@ -27,16 +28,16 @@
style = ''
* {
font-family: Iosevka Mono;
color: #e5e9f0;
color: #${text};
background: transparent;
}
#window {
background: rgba(41, 46, 66, 0.5);
background: #${muted};
margin: auto;
padding: 10px;
border-radius: 20px;
border: 5px solid #b072d1;
border: 5px solid #${rose};
}
#input {
@ -59,7 +60,7 @@
}
#entry:selected {
background-color: #2e3440;
background-color: #${gold};
}
#text {