We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7e49ab + cfa6146 commit 84baa88Copy full SHA for 84baa88
2 files changed
.gitignore
@@ -27,3 +27,4 @@ commit-helper.json
27
HACKTOBERFEST_SETUP.md
28
PR_DESCRIPTION.md
29
commit
30
+test.txt
cmd/cli/createMsg.go
@@ -63,8 +63,8 @@ func CreateCommitMsg() {
63
}
64
65
pterm.DefaultHeader.WithFullWidth().
66
- WithBackgroundStyle(pterm.NewStyle(pterm.BgDarkGray)).
67
- WithTextStyle(pterm.NewStyle(pterm.FgLightWhite)).
+ WithBackgroundStyle(pterm.NewStyle(pterm.BgCyan)).
+ WithTextStyle(pterm.NewStyle(pterm.FgBlack, pterm.Bold)).
68
Println("Commit Message Generator")
69
70
pterm.Println()
0 commit comments