aboutsummaryrefslogtreecommitdiffstats
path: root/termui/show_bug.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-07-14 23:11:40 +0200
committerGitHub <noreply@github.com>2020-07-14 23:11:40 +0200
commit91f07d4753509054fbc8af14dd46b062c2138395 (patch)
tree643ad88de736e4c68b04e644cbbcd932c31d12a4 /termui/show_bug.go
parentb4158dbd9e7904ffe0cc9f068b5e9b5fb1f5e188 (diff)
parent9c3d25e776274c4a7050c2abffbebf8d74c44b6a (diff)
downloadgit-bug-91f07d4753509054fbc8af14dd46b062c2138395.tar.gz
Merge pull request #428 from wavexx/force_status_fgcolor
Set the Fg color of the status bar to White
Diffstat (limited to 'termui/show_bug.go')
-rw-r--r--termui/show_bug.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/termui/show_bug.go b/termui/show_bug.go
index 83d40ffa..23b82c73 100644
--- a/termui/show_bug.go
+++ b/termui/show_bug.go
@@ -92,6 +92,7 @@ func (sb *showBug) layout(g *gocui.Gui) error {
sb.childViews = append(sb.childViews, showBugInstructionView)
v.Frame = false
+ v.FgColor = gocui.ColorWhite
v.BgColor = gocui.ColorBlue
}