things
This commit is contained in:
1
shared/.config/wofi/config
Normal file
1
shared/.config/wofi/config
Normal file
@@ -0,0 +1 @@
|
||||
font=Hack Nerd Font Mono 11
|
||||
39
shared/.config/wofi/style.css
Normal file
39
shared/.config/wofi/style.css
Normal file
@@ -0,0 +1,39 @@
|
||||
window {
|
||||
margin: 0px;
|
||||
border: 1px solid #928374;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #ebdbb2;
|
||||
background-color: #1d2021;
|
||||
}
|
||||
|
||||
#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: #1d2021;
|
||||
}
|
||||
Reference in New Issue
Block a user