Functional, needs some polish

This commit is contained in:
2026-01-23 09:55:03 -06:00
parent fddf514853
commit 86ab7e55f3
7 changed files with 160 additions and 211 deletions

View File

@@ -49,7 +49,7 @@ type App struct {
func NewApp() *App {
a := &App{
style: tcell.StyleDefault.Foreground(tcell.ColorYellow),
style: tcell.StyleDefault.Foreground(tcell.ColorLime),
}
err := a.init()
cobra.CheckErr(err)