commit 6cee11e662494b4e6e5af8ca38c6776713b09762 parent df56e8f1317d482023803c2a9ff78dd027de4a04 Author: Jake Koroman <jakekoroman@gmail.com> Date: Sun, 28 Jul 2024 16:08:36 -0400 add wofi configs. Diffstat:
A | .config/wofi/config/config | | | 2 | ++ |
A | .config/wofi/themes/solarized.css | | | 39 | +++++++++++++++++++++++++++++++++++++++ |
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/.config/wofi/config/config b/.config/wofi/config/config @@ -0,0 +1,2 @@ +term=foot +columns=3 diff --git a/.config/wofi/themes/solarized.css b/.config/wofi/themes/solarized.css @@ -0,0 +1,39 @@ +window { +margin: 0px; +border: 1px solid #928374; +background-color: #002b36; +} + +#input { +margin: 5px; +border: none; +color: #839496; +background-color: #073642; +} + +#inner-box { +margin: 5px; +border: none; +background-color: #002b36; +} + +#outer-box { +margin: 5px; +border: none; +background-color: #002b36; +} + +#scroll { +margin: 0px; +border: none; +} + +#text { +margin: 5px; +border: none; +color: #839496; +} + +#entry:selected { +background-color: #073642; +}