Look in the layout.master file of the skin, you can specify the jqueryui theme on the <portal:StyleSheetCombiner control
If you don't want anyone to be able to choose the jqueryui them you can remove the <portal:JQueryUIThemePicker control completely.
If you want the admin users to be able to use the them switcher but you don't want other users to be able to use it, you can specify allowed roles on the control like this:
<portal:JQueryUIThemePicker ID="tp1" runat="server" AutoPostback="true" RenderAsListItem="true" AllowedRoles="Admins;Content Administrators;" />
Hope it helps,
Joe