Reputation: 207
Can I change the default theme in jstree to my own, css will be the same, i just need to change the png file for sprites?
Here is what I tried:
"core" : {
"themes" : {
"name" : 'oxford',
"url" : true,
"dir" : "additional/jstree_theme",
"stripes" : true,
"icons" : false
}
"plugins" : ["themes", "ui", "search", "types", "checkbox" ]
Upvotes: 1
Views: 1168
Reputation: 207
It doesn't need to use url and dir, just set css manually in html
Upvotes: 1