Documentation
¶
Overview ¶
Package theme resolves and applies themes with precedence (project-specific > global > default), supporting both built-in and community color schemes with user overrides.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyResolved ¶
func ApplyResolved(r ResolvedTheme)
ApplyResolved applies a resolved theme to the styles system.
Types ¶
type ResolvedTheme ¶
ResolvedTheme represents a fully-determined theme configuration.
func ResolveTheme ¶
func ResolveTheme(cfg *config.Config, projectPath string) ResolvedTheme
ResolveTheme determines the effective theme for a project path. Priority: project.Theme > global UI.Theme > "default".
Click to show internal directories.
Click to hide internal directories.