summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-20 22:17:33 +0800
committerOpportunityLiu <[email protected]>2019-06-20 22:17:33 +0800
commit5d8c5b6d686b802c48ff52bfe72f188c92509f49 (patch)
tree3cb4530aece842837575de9d5d484c98822eee41 /scripts
parentd383b118b3614f9ce330c3bb4f241ed1f6851690 (diff)
[skip ci] chang title color
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 75b05efe3..d3deefc56 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -25,7 +25,7 @@ param (
' /_/\_\_|_| |_|\__ \|_|\_\____| getter '
' '
' ')
- Write-Host $([string]::Join("`n", $logo)) -BackgroundColor White -ForegroundColor DarkBlue
+ Write-Host $([string]::Join("`n", $logo)) -ForegroundColor Green
}
if ($IsLinux -or $IsMacOS) {