use ilovetui colors & styles

This commit is contained in:
Hadi
2026-05-26 16:12:10 +02:00
parent 0b395e018a
commit aa458c142f
37 changed files with 295 additions and 686 deletions
+3 -2
View File
@@ -44,7 +44,8 @@ func main() {
)
flag.CommandLine.SetOutput(os.Stdout)
flag.Usage = func() {
fmt.Println("Usage: spilltea [flags]\n")
fmt.Println("Usage: spilltea [flags]")
fmt.Println("")
flag.PrintDefaults()
}
flag.Parse()
@@ -121,7 +122,7 @@ func main() {
config.Global.App.UpstreamProxy = *flagUpstreamProxy
}
style.Init(config.Global)
style.Init()
icons.Init(config.Global)
keys.Init(config.Global)