Skip to content

Commit

Permalink
make foreground color bold
Browse files Browse the repository at this point in the history
  • Loading branch information
buckley310 committed Apr 12, 2022
1 parent b8eeb5a commit d61489e
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 d61489e

Please sign in to comment.