Skip to content

Commit

Permalink
Merge pull request #349 from buckley310/bold
Browse files Browse the repository at this point in the history
make foreground color bold
  • Loading branch information
justjanne authored Apr 20, 2022
2 parents fc16af7 + d61489e commit 8abe07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerline.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (p *powerline) color(prefix string, code uint8) string {
}

func (p *powerline) fgColor(code uint8) string {
return p.color("38", code)
return p.color("1;38", code)
}

func (p *powerline) bgColor(code uint8) string {
Expand Down

0 comments on commit 8abe07a

Please sign in to comment.