Although I load the theme this way:
(load-theme 'solarized-light t t)
It still enables the theme ignoring the last parameter in load-theme which is NO-ENABLE and if non-nil should prevent the theme from being enabled when loaded.
Is this the expected behavior for solarized-theme?
If I try leuven theme, it works as expected. When the last parameter is t, it just loads the theme and does not enable it until I call enable-theme.