update my tiling setup, yeah i know, will be more

This commit is contained in:
Smirnov Oleksandr 2023-11-05 00:03:38 +02:00
parent ec5940b911
commit e87d92384c
4 changed files with 87 additions and 24 deletions

38
config/wofi/style.css Normal file
View file

@ -0,0 +1,38 @@
window {
margin: 0px;
background-color: #15161e;
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #15161e;
}
#inner-box {
margin: 5px;
border: none;
background-color: #1a1b26;
}
#outer-box {
margin: 5px;
border: none;
background-color: #1a1b26;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #c0caf5;
}
#entry:selected {
background-color: #15161e;
}