Starting with version 1.0.74-stable our new themes are designed with Bootstrap 3. Our templating and styling system allows you to easily make GSP-Panel match your website with very little code modification. Additionally you can modify the template files to change the entire layout instead of just the color scheme. Below are methods to do these two types of templating.
templates\mytheme ├─── css │ |─ bootstrap.css | |─ sb-admin.css │ |─ etc |─── images |─ [copied from templates\bootstrap\images]
It's highly recommend not to modify any files located in the default theme folder. If you would like to modify a template file you should create your own template folder using the steps above and copy the file to it, then make the changes. Please note that you do NOT need to copy all the template files, just the ones you wish to modify.