dotfiles/.config/wofi/style.css
surtur b106f5d761
wofi: add dracula theme as a submodule
import dracula theme but keep some overrides
2021-11-14 18:30:36 +01:00

23 lines
250 B
CSS

@import url(".config/wofi/dracula-wofi/style.css");
window {
margin: 5px;
}
#scroll {
margin: 5px;
}
#text {
font-family: 'FiraCode';
}
#entry {
font-family: 'FiraCode';
}
#entry:selected {
border: 0px;
}
#input {
font-family: 'FiraCode';
}