Creating a package for pre-made theme

Hello all,

I am creating a package for a pre-made theme (I am not much of a designer), and I am not quite sure how to proceed in this instance. I tried to incorporate the theme directly into my project, but that turned out to be a soup sandwich. I have read a few posts that say the best way to accomplish this is by creating a theme package. Any help on this would be greatly appreciated as my app is almost complete except for the UI. The theme includes a custom style.scss(and compiled css version) and a custom JS file. Here is the directory structure of the theme folder:

── ajax ├── bootstrap │ ├── css │ ├── fonts │ └── js ├── css ├── cubeportfolio │ ├── css │ ├── img │ └── js ├── font-awesome │ ├── css │ ├── fonts │ ├── less │ └── scss ├── img │ ├── construction │ ├── estate │ ├── medical │ └── resto ├── js ├── mail ├── mailchimp ├── pe-icons │ └── fonts ├── rev-images ├── rs-plugin │ ├── assets │ ├── css │ ├── font │ ├── images │ │ └── gradient │ └── js ├── scss ├── shop-img ├── sky-form │ ├── captcha │ │ └── font │ ├── css │ ├── img │ ├── js │ └── php_files ├── themify-icons │ ├── SVG │ ├── fonts │ └── ie7 └── twit-api └── twitteroauth
1 Like

check teslescope
it has 2 themes as separate packages if I remember correctly

Thanks, that was a big help!