first commit
This commit is contained in:
parent
23cd85e180
commit
78e23eb303
22 changed files with 1704 additions and 0 deletions
40
.config/wofi/style.css
Normal file
40
.config/wofi/style.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
* {
|
||||
font-family: JetBrainsMono;
|
||||
color: #e5e9f0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#window {
|
||||
background: rgba(41, 46, 66, 0.5);
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid #E779E7;
|
||||
}
|
||||
|
||||
#input {
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#img {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #2e3440;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue