Role Theme Switcher
This module allows you to assign a different theme to specific user roles, including anonymous users. You can configure which theme is displayed based on a role's priority, enabling distinct themes for different user experiences.
Useful Drupal module to assign separate themes for different roles (including anonymous) in your system.
Often you want to separate Drupal administrative interface from frontend. You can do this assigning appropriate theme for you as user. What to do if you want to show different theme for non-authorized user?
With this module, you can select a theme per role to display. The list of roles can be ordered to manage the case when a user has several roles. Theme are displayed from the top to the bottom of the list.
Please note:
*Drupal 8*
If no theme is selected for a given role, the default site theme will be used. You can administer themes per role at Admin > Appearance > Role Theme Switcher.
*Drupal 7*
Role_Theme_Switcher overwrites theme, which is set as default in Home->Administer->Site building->Themes. So if you do not want to overwrite this setting - you should set for your role in Role Theme Switcher a "default" theme, thus assigning to role a theme set as "default" in Themes list.
Contributors:
idflood - patch for Drupal7
onopoc - README.txt
nextpulse - patch for Drupal6
owahab - Enhanced settings storage