What you could do is put your styles in the public folder of your forum and simply import the currently active one, while commenting the currently inactive ones out.
Example:
@import "/default-theme.less";
//@import "/summer-theme.less";
//@import "/holiday-theme.less";