update colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-29 19:58:52 +02:00
parent 54f7d29d8a
commit b94478316b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -45,7 +45,7 @@ func main() {
command = exec.Command("sudo", "wg-quick", "up", argIface)
} else {
fb.Foreground = r.Color("black1")
fb.Background = r.Color("blue")
fb.Background = r.Color("green")
command = exec.Command("sudo", "wg-quick", "down", argIface)
}