mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
14 lines
361 B
Diff
14 lines
361 B
Diff
|
diff --git a/powerline.go b/powerline.go
|
||
|
index 0b640ac..7778ebf 100644
|
||
|
--- a/powerline.go
|
||
|
+++ b/powerline.go
|
||
|
@@ -177,7 +177,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 {
|