Hi backdere - ecoder uses the open-souce project editarea for colour highlighting, so you might be better to check their documentation of ask your question there.
Good luck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Is there any way to create my own color schemes for the code?
How can I add a scheme for .php pages?
Thanks
Hi backdere - ecoder uses the open-souce project editarea for colour highlighting, so you might be better to check their documentation of ask your question there.
Good luck
The syntax highlight files are in "plug/editarea/reg_syntax/".
For example php.js is for the syntax highlighter.
The structure is pretty simple to understand and change.
If you look for the STYLES part you can just change the colors for each section.
If you make any modifications please share a screenshot and your js syntax file.
Have fun ;)