add wofi
This commit is contained in:
parent
80e2a0ea21
commit
402eed13f1
2
dot_config/wofi/config
Normal file
2
dot_config/wofi/config
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
insensitive=true
|
||||||
|
allow_markup=true
|
49
dot_config/wofi/style.css
Normal file
49
dot_config/wofi/style.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user