Files
dotfiles/roles/hyprland/files/wofi/style.css
2025-09-06 16:23:15 +02:00

53 lines
954 B
CSS

window {
margin: 0px;
border: 1px solid #61AFEF; /* One Dark blue */
background-color: #282C34; /* One Dark background */
}
#input {
margin: 5px;
border: none;
color: #ABB2BF; /* One Dark fg */
background-color: #3E4451; /* One Dark gutter/bg */
}
#inner-box {
margin: 5px;
border: none;
background-color: #282C34; /* match window bg */
}
#outer-box {
margin: 5px;
border: none;
background-color: #282C34; /* match window bg */
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
margin-left: 10px;
border: none;
color: #ABB2BF; /* One Dark fg */
}
#entry.activatable #text {
color: #282C34; /* invert to bg for activation */
}
#entry > * {
color: #ABB2BF; /* One Dark fg */
}
#entry:selected {
background-color: #3E4451; /* selected background */
}
#entry:selected #text {
font-weight: bold;
}