2022-04-02 13:28:09 -05:00
|
|
|
window {
|
2022-04-02 13:44:55 -05:00
|
|
|
background-color: --wofi-color1;
|
|
|
|
color: --wofi-color5;
|
2025-01-17 17:40:22 -06: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 {
|
2022-04-02 13:44:55 -05:00
|
|
|
background-color: --wofi-color2;
|
2022-04-02 13:28:09 -05:00
|
|
|
}
|
|
|
|
|