Fixed the issue of dynamic (according to browser) theme switch not working properly.
The issue of auto dynamic theme switch is occurring because of poor state management and by using depricated even listener to window object
Refined the state management for the theme switch button, then added event listener to the window to dynamically switch the theme.