Skip to content

Commit

Permalink
style(commit): 馃帹 better colors for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 16, 2020
1 parent 23ec3c9 commit f7c32d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devmoji/src/conventional-commits.ts
Expand Up @@ -75,7 +75,7 @@ export class ConventionalCommits {
if (scope) ret += Cli.chalk(`(${scope})`, chalk.bold)
if (breaking) ret += "!"
ret += ":"
ret = Cli.chalk(ret, chalk.grey)
ret = Cli.chalk(ret, chalk.blue)
ret = ret + ` ${emoji}`
const ws = match.search(/\s*$/)
if (ws > 0) ret += match.substring(ws)
Expand Down

0 comments on commit f7c32d4

Please sign in to comment.