You may find the theme documenation useful. The included themes are apple, classic, default, checkbox & themeroller - the latter two also need their respective plugins to function correctly.
1.
$(
function
() {
2.
$(
"#demo_1"
).tree({
3.
ui : {
4.
theme_name :
"classic"
5.
}
6.
});
7.
});
1.
$(
function
() {
2.
$(
"#demo_2"
).tree({
3.
ui : {
4.
theme_name :
"apple"
5.
}
6.
});
7.
});