Working on the status bar
This commit is contained in:
@@ -49,7 +49,7 @@ type App struct {
|
||||
|
||||
func NewApp() *App {
|
||||
a := &App{
|
||||
style: tcell.StyleDefault.Foreground(tcell.ColorLime),
|
||||
style: tcell.StyleDefault.Foreground(tcell.ColorOrange),
|
||||
}
|
||||
err := a.init()
|
||||
cobra.CheckErr(err)
|
||||
|
||||
Reference in New Issue
Block a user