Your default theme may be:
<link rel="stylesheet" type="text/css" href="/easyui/themes/default/easyui.css">
To change the theme, just change the <link>'s 'href' attribute with a simple call.
var link = $('#content').find('link:first'); // find the link
link.attr('href', '/easyui/themes/gray/easyui.css');