This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/wofi/.config/wofi/style.css

14 lines
205 B
CSS

window {
background-color: #1d1f21;
font-family: "Fantasque Sans Mono";
font-size: 1.5em;
}
input, entry {
background-color: #1d1f21;
}
#entry:selected {
background-color: #8abeb7;
}