add wofi configs
This commit is contained in:
parent
64a8f35340
commit
62a95b42c7
3
.config/wofi/config
Normal file
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
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';
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user