start with upgdrade (broken right now)

This commit is contained in:
Robin Olsen
2026-03-18 11:23:10 +01:00
parent 0c01583ba3
commit 40d25cc716
45 changed files with 218 additions and 218 deletions

View File

@@ -1,7 +1,7 @@
package style
import (
"github.com/charmbracelet/lipgloss"
"charm.land/lipgloss/v2"
)
// Color palette

View File

@@ -1,12 +1,12 @@
package style
import (
"github.com/charmbracelet/huh"
"github.com/charmbracelet/lipgloss"
"charm.land/huh/v2"
"charm.land/lipgloss/v2"
)
func HuhCenterTheme() *huh.Theme {
theme := huh.ThemeBase16()
func HuhCenterTheme() *huh.Styles {
theme := huh.ThemeBase16(true)
theme.Focused.Base = lipgloss.NewStyle().Align(lipgloss.Center)