sway-wm/.config/wofi/wofi.css

35 lines
656 B
CSS
Raw Normal View History

2025-07-30 17:08:19 +02:00
* {
2025-08-03 11:36:34 +02:00
font-family: 'UbuntuMono Nerd Font', sans-serif;
font-size: 15px;
2025-07-30 17:08:19 +02:00
}
2025-08-03 11:36:34 +02:00
window {
background-color: #222133;
border-radius: 0;
padding: 0;
spacing: 0;
border-width: 0;
}
#text {
color: #cccccc;
}
#entry:selected {
background-color: #664477;
color: #cccccc;
}
#entry:selected * {
background-color: #664477;
color: #cccccc;
}
entry {
background-color: #222133;
color: #cccccc;
border: none;
border-radius: 0;
}