diff --git a/.gitignore b/.gitignore index b089932..447b5b8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ commit-helper.json HACKTOBERFEST_SETUP.md PR_DESCRIPTION.md commit +test.txt diff --git a/cmd/cli/createMsg.go b/cmd/cli/createMsg.go index 5c08578..14bc4c5 100644 --- a/cmd/cli/createMsg.go +++ b/cmd/cli/createMsg.go @@ -63,8 +63,8 @@ func CreateCommitMsg() { } pterm.DefaultHeader.WithFullWidth(). - WithBackgroundStyle(pterm.NewStyle(pterm.BgDarkGray)). - WithTextStyle(pterm.NewStyle(pterm.FgLightWhite)). + WithBackgroundStyle(pterm.NewStyle(pterm.BgCyan)). + WithTextStyle(pterm.NewStyle(pterm.FgBlack, pterm.Bold)). Println("Commit Message Generator") pterm.Println()