This topic is locked

Creating a custom color schema

1/15/2009 6:17:00 PM
PHPRunner General questions
P
phpwalker author

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

J
Jane 1/16/2009

Karen,
please make sure there is no style.css in the generated <project name>/source/include directory.