Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppTheme ¶
type AppTheme struct {
Primary string
Secondary string
Accent string
Text string
Subtle string
Error string
Warning string
Success string
Background string
Surface string
}
func TerminalTheme ¶
func TerminalTheme() AppTheme
type ApplicationState ¶
type ApplicationState int
const ( StateWelcome ApplicationState = iota StateSelectWindowManager StateSelectTerminal StateMissingWMInstructions StateDetectingDeps StateDependencyReview StateGentooUseFlags StateGentooGCCCheck StateAuthMethodChoice StateFingerprintAuth StatePasswordPrompt StateInstallingPackages StateConfigConfirmation StateDeployingConfigs StateInstallComplete StateFinalComplete StateError )
type ExistingConfigInfo ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) GetLogChan ¶ added in v0.5.0
type Styles ¶
type Styles struct {
Title lipgloss.Style
Normal lipgloss.Style
Bold lipgloss.Style
Subtle lipgloss.Style
Warning lipgloss.Style
Error lipgloss.Style
StatusBar lipgloss.Style
Key lipgloss.Style
SpinnerStyle lipgloss.Style
Success lipgloss.Style
HighlightButton lipgloss.Style
SelectedOption lipgloss.Style
CodeBlock lipgloss.Style
}
Click to show internal directories.
Click to hide internal directories.