I am trying to create a custom color schema
I have copied over the "Paris" schema ... (copied the entire paris directory):
C:\Program Files\PHPRunner5.0\templates\styles\Paris
and saved in a new directory called:
C:\Program Files\PHPRunner5.0\templates\styles\skalskiARP
I modified the style.css to add some new classes for my header.php file.
I also created a subdirectory to the above, called header_footer_images that contains some images used in the header file.
I can see this new color schema in the "choose theme" area of PHP runner.
when i choose my new colo schema and generate the application, my output/include directory continues to contain the "old" paris style.css file ... when i replace this file with my "new" style.css the header looks fine... but it seems like shouldn't have to over-write this style.css file every time i generate my project...
i must be missing something.
What exactly are the steps to creating a new color schema (as a sidenote, i am just using the default layout.
thanks in advance for any help,
karen