feat!: use pure lipgloss and drop adaptive colors

This commit is contained in:
Ayman Bagabas
2024-08-22 11:00:14 -07:00
committed by bashbunni
parent 111fcdb9a8
commit e0fce973e1
8 changed files with 129 additions and 100 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ type Model struct {
// New returns a new model with sensible defaults.
func New(items []Item, delegate ItemDelegate, width, height int) Model {
styles := DefaultStyles()
styles := DefaultStyles(true)
sp := spinner.New()
sp.Spinner = spinner.Line