From 63b0bbd1659644a9633c34639750591473ddb7a6 Mon Sep 17 00:00:00 2001 From: Nick Goodall Date: Wed, 14 Jan 2026 13:28:32 +0000 Subject: [PATCH] remote command color --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"