remote command color
This commit is contained in:
2
main.go
2
main.go
@@ -928,7 +928,7 @@ const (
|
|||||||
totalSetupSteps = 5
|
totalSetupSteps = 5
|
||||||
remoteWindowSize = 10
|
remoteWindowSize = 10
|
||||||
remoteIndent = " "
|
remoteIndent = " "
|
||||||
remoteLineColor = ""
|
remoteLineColor = "\033[94m"
|
||||||
headerColor = "\033[1;37m"
|
headerColor = "\033[1;37m"
|
||||||
localTimeColor = "\033[0;32m"
|
localTimeColor = "\033[0;32m"
|
||||||
statusActiveColor = "\033[92m"
|
statusActiveColor = "\033[92m"
|
||||||
|
|||||||
Reference in New Issue
Block a user