Alexander Bondarenko
Alexander Bondarenko

Reputation: 207

How to change theme in jstree to own?

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

Answers (1)

Alexander Bondarenko
Alexander Bondarenko

Reputation: 207

It doesn't need to use url and dir, just set css manually in html

Upvotes: 1

Related Questions