add wofi configs

This commit is contained in:
dalahast 2020-05-26 11:43:39 +02:00
parent 64a8f35340
commit 62a95b42c7
2 changed files with 29 additions and 0 deletions

3
.config/wofi/config Normal file

@ -0,0 +1,3 @@
width=800px
allow_images=true
image_size=18

26
.config/wofi/style.css Normal file

@ -0,0 +1,26 @@
window {
margin: 5px;
background-color: #002b36;
}
#outer-box {
border: 2px solid #93a1a1;
}
#text {
color: #839496;
font-family: 'Anka/Coder';
margin-left: 10px;
}
#entry {
background-color: #002b36;
font-family: 'Anka/Coder';
}
#entry:selected {
background-color: #073642;
border: 0px;
}
#input {
background-color: #002b36;
font-family: 'Anka/Coder';
}