Skip to content

Commit

Permalink
Add matching background color to the table so it fills the terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
yogin committed Mar 4, 2021
1 parent 258e078 commit b8e568d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func NewService(conf *Config) *Service {
SetFixed(1, 0).
SetSelectable(true, false)
table.SetBorderPadding(0, 0, 1, 1)
table.SetBackgroundColor(tcell.ColorBlack.TrueColor())

app.SetRoot(table, true)

Expand Down

0 comments on commit b8e568d

Please sign in to comment.