How to integrate a new ionic theme to an existing ionic app?

i’m working on an ionic v1 (and angular 1) project which is completed using basic ionic UI. I came across various themes on ionic marketplace. How do i integrate a new ionic theme to my existing app. What changes do i need to make.

That depends very much on the Theme you are trying to use. Do you have a specific one in mind?

Hi Sujan, i want to import this theme https://market.ionic.io/themes/ionic-restaurant. the folder structure is different as the app was generated using yeoman generator.I i Could you help me how to style and what needs to be changed in directives and components. Thank you

Take the template and add you code to it - makes more sense to do it this way around instead of the other way as this template is very “complete”.