mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
95abb6fa6e
Add RegisterTheme, SetTheme, and ListThemes to the extension Context, allowing extensions to create custom themes at runtime and switch between them. Uses ThemeColor/ThemeColorConfig concrete structs (no interfaces) for Yaegi safety. Include neon-theme.go example extension demonstrating the API.