Skip to content

Commit

Permalink
set ui background, fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Sep 25, 2018
1 parent 9f0e3dd commit 2d4baba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ func createUI() error {
AddItem(nil, 1, 0, false).
AddItem(exitButton, 0, 1, true), 3, 0, true,
)
flex.SetBorder(true).SetTitle("ShadowFox updater "+version).SetBorderPadding(1, 1, 1, 1)
flex.SetBorder(true).
SetTitle("ShadowFox updater "+version).
SetBorderPadding(1, 1, 1, 1).
SetBackgroundColor(tcell.ColorBlack)

if paths == nil {
text := tview.NewTextView().SetText(
Expand Down

0 comments on commit 2d4baba

Please sign in to comment.