diff --git a/home/jonas/wofi/config.nix b/home/jonas/wofi/config.nix index 5988c68..90646e5 100644 --- a/home/jonas/wofi/config.nix +++ b/home/jonas/wofi/config.nix @@ -31,6 +31,10 @@ #inner-box { /* background-color: #383C4A99; */ background-color: transparent; + border-radius: 15px; + border-color: rgba(4C566A99); + border-width: 2px; + border-style: solid; } #outer-box { @@ -54,7 +58,10 @@ } #entry:selected { - background-color: #4C566A99; + border-radius: 15px; + border-color: rgba(4C566A99); + border-width: 2px; + border-style: solid; } #text:selected {