sway-config/.config/wofi/style.css
2025-12-24 22:08:36 +03:00

23 lines
468 B
CSS

#expander-box, #window, #input {
background-color: --wofi-color4;
border-radius: 0;
color: white;
font-family: FantasqueSansM Nerd Font;
font-size: 16px;
}
#window, #input {
border: 2px solid --wofi-color12;
}
#expander-box {
padding-left: 2px;
padding-right: 2px;
}
#entry:selected {
background-color: --wofi-color6;
border-top: 2px solid --wofi-color14;
border-bottom: 2px solid --wofi-color14;
border-radius: 0;
}