Working on the status bar

This commit is contained in:
2026-01-29 11:19:31 -06:00
parent c84fe6b807
commit abf21d8e1b
4 changed files with 144 additions and 81 deletions

View File

@@ -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)