feat: initial commit of Ela's Arch config. :)
This commit is contained in:
commit
9ed00ff30c
59 changed files with 2769 additions and 0 deletions
22
wofi/.config/wofi/style.css
Normal file
22
wofi/.config/wofi/style.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#window {
|
||||
font-family: "Fira Mono";
|
||||
background-color: #1a1b26;
|
||||
color: #c0caf5;
|
||||
}
|
||||
|
||||
#input {
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
padding: 5px;
|
||||
background-color: #1a1b26;
|
||||
color: #c0caf5;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
outline: none;
|
||||
background-color: #bb9af7;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue