Files
arch-system-hyprland/03-user/dotfiles/.config/wofi/style.css
T
2026-07-02 15:56:21 +02:00

55 lines
669 B
CSS

window {
margin: 0px;
border: 2px solid #bd93f9;
background-color: rgba(40,42,54,.5);
border-radius: 13px;
font-family: "SF Pro Display";
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#outer-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
border-radius: 6px;
}
#entry:selected #text {
font-weight: bold;
}