This commit is contained in:
Joel Beckmeyer 2023-07-26 14:50:55 -04:00
parent 80e2a0ea21
commit 402eed13f1
2 changed files with 51 additions and 0 deletions

2
dot_config/wofi/config Normal file
View File

@ -0,0 +1,2 @@
insensitive=true
allow_markup=true

49
dot_config/wofi/style.css Normal file
View File

@ -0,0 +1,49 @@
* {
font-family: "Hack", monospace;
}
window {
background-color: #fbf1c7;
}
#input {
margin: 5px;
border: none;
background-color: #fbf1c7;
color: #3c3836;
}
#inner-box {
margin: 5px
border: none
background-color: #fbf1c7;
}
#outer-box {
margin: 2px;
padding: 2px;
background-color: #7c6f64;
}
#scroll {
color: #7c6f64;
}
#entry:nth-child(odd){
background-color: #fbf1c7;
color: #3c3836;
}
#entry:nth-child(even){
background-color: #f2e5bc;
color: #3c3836;
}
#entry:selected {
background-color: #d79921;
color: #fbf1c7;
}
#text:selected {
background: transparent;
}