Finally add all dotfiles correctly

This commit is contained in:
2025-07-19 14:24:57 -07:00
parent dc8976a1cd
commit 7cadf88d89
60 changed files with 7509 additions and 0 deletions

46
wofi/style.css Normal file
View File

@@ -0,0 +1,46 @@
window {
margin: 0px;
border: 2px solid #3c3836;
background-color: #282828;
font-family: "Fira Code", "JetBrains Mono", monospace;
font-size: 14px;
}
#input {
margin: 5px;
border: none;
color: #ebdbb2;
background-color: #3c3836;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282828;
}
#outer-box {
margin: 5px;
border: none;
background-color: #282828;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #ebdbb2;
}
#entry:selected {
background-color: #458588;
color: #fbf1c7;
}
#entry:selected #text {
color: #fbf1c7;
}