dotfiles/templates/.config/wofi/style.css

21 lines
343 B
CSS
Raw Normal View History

2022-04-02 13:28:09 -05:00
window {
background-color: --wofi-color1;
color: --wofi-color5;
2023-05-12 22:13:12 -05:00
font-family: '${host['system-mono-font']}';
2022-04-02 13:28:09 -05:00
}
#input {
background-color: --wofi-color0;
color: --wofi-color5;
border-color: --wofi-color1;
}
#input:selected {
border-color: --wofi-color2;
}
#entry:selected {
background-color: --wofi-color2;
2022-04-02 13:28:09 -05:00
}