diff --git a/main.go b/main.go index 3316174..d200068 100644 --- a/main.go +++ b/main.go @@ -928,7 +928,7 @@ const ( totalSetupSteps = 5 remoteWindowSize = 10 remoteIndent = " " - remoteLineColor = "" + remoteLineColor = "\033[94m" headerColor = "\033[1;37m" localTimeColor = "\033[0;32m" statusActiveColor = "\033[92m"