Skip to content

Commit cfa6146

Browse files
committed
Update header styles and .gitignore
Changed the commit message generator header to use a cyan background and bold black text for improved visibility. Added test.txt to .gitignore to prevent it from being tracked.
1 parent d7e49ab commit cfa6146

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ commit-helper.json
2727
HACKTOBERFEST_SETUP.md
2828
PR_DESCRIPTION.md
2929
commit
30+
test.txt

cmd/cli/createMsg.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ func CreateCommitMsg() {
6363
}
6464

6565
pterm.DefaultHeader.WithFullWidth().
66-
WithBackgroundStyle(pterm.NewStyle(pterm.BgDarkGray)).
67-
WithTextStyle(pterm.NewStyle(pterm.FgLightWhite)).
66+
WithBackgroundStyle(pterm.NewStyle(pterm.BgCyan)).
67+
WithTextStyle(pterm.NewStyle(pterm.FgBlack, pterm.Bold)).
6868
Println("Commit Message Generator")
6969

7070
pterm.Println()

0 commit comments

Comments
 (0)