mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update my tiling setup, yeah i know, will be more
This commit is contained in:
parent
ec5940b911
commit
e87d92384c
4 changed files with 87 additions and 24 deletions
38
config/wofi/style.css
Normal file
38
config/wofi/style.css
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
window {
|
||||
margin: 0px;
|
||||
background-color: #15161e;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
background-color: #15161e;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #1a1b26;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #1a1b26;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #c0caf5;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #15161e;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue