Add wofi style

This commit is contained in:
Nyx 2025-03-26 22:19:00 -05:00
parent 1be30fb3e1
commit a39a47640e

46
.config/wofi/style.css Normal file
View file

@ -0,0 +1,46 @@
* {
font-family: "JetBrainsMono Nerd Font Mono", monospace;
}
window {
background-color: #3B4252ac;
}
#input {
margin: 5px;
border-radius: 0px;
border: none;
background-color: #3B4252ac;
color: white;
}
#inner-box {
background-color: #383C4Aac;
}
#outer-box {
margin: 2px;
padding: 10px;
background-color: #383C4Aac;
}
#scroll {
margin: 5px;
}
#text {
padding: 4px;
color: white;
}
#entry:nth-child(even){
background-color: #404552ac;
}
#entry:selected {
background-color: #4C566Aac;
}
#text:selected {
background: transparent;
}