You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add applyTheme API and apply theme immediately after save
- Add PluginCommand::ApplyTheme variant to plugin API
- Add op_fresh_apply_theme operation in Deno runtime
- Update apply_theme() to also persist theme to config file
- Update theme_editor.ts to use applyTheme API
This allows the theme editor to apply theme changes immediately
without requiring a restart.
0 commit comments