Skip to content

Commit 84baa88

Browse files
authored
Merge pull request #83 from DFanso/dev
Update header styles and .gitignore
2 parents d7e49ab + cfa6146 commit 84baa88

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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)