This commit is contained in:
opalvault
2022-01-06 00:06:04 -08:00
parent 9616eae7dd
commit 6f29d506ef
84 changed files with 6934 additions and 0 deletions

52
.config/wofi/style.css Normal file
View File

@@ -0,0 +1,52 @@
window {
margin: 0px;
opacity: 0.95;
#border: 2px solid #414868;
border-radius: 5px;
background-color: #24283b;
font-family: Iosevka Regular;
font-size: 12px;
}
#input {
margin: 5px;
color: #c0caf5;
background-color: #000000;
}
#input image {
color: #c0caf5;
}
#inner-box {
margin: 5px;
border: none;
background-color: #000000;
}
#outer-box {
margin: 5px;
border: none;
background-color: #000000;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #c0caf5;
}
#entry:selected {
background-color: #414868;
font-weight: regular;
}
#text:selected {
background-color: #414868;
font-weight: regular;
}