dotfiles/.config/wofi/style.css

51 lines
557 B
CSS
Raw Normal View History

2023-03-16 00:28:53 +00:00
* {
border-radius: 4px;
font-family: monospace;
}
2023-09-21 15:47:51 +00:00
window {
opacity: 0.85;
}
2023-03-16 00:28:53 +00:00
#input {
margin: 2px;
2023-09-21 15:47:51 +00:00
background-color: #4d4754;
2023-03-16 00:28:53 +00:00
color: #c7c6c3;
}
#inner-box {
background-color: #14171d;
}
#outer-box {
padding: 2px;
2023-09-21 15:47:51 +00:00
background-color: #14171d;
2023-03-16 00:28:53 +00:00
}
#scroll {
margin: 2px;
}
#text {
padding: 2px;
color: #c7c6c3;
}
#entry {
border-radius: 0px;
}
#entry:nth-child(even){
background-color: #2c2b3b;
}
#entry:selected {
border-radius: 2px;
background-color: #789ebf;
}
#text:selected {
background: transparent;
color: #14171d;
}