Hi,
Great to hear you like the software!
To change the appearance of net2ftp, you can edit the CSS files (skin1-blue.css, skin2-grey.css, ...).
There is also skin-related code in /includes/skins.inc.php:
- Function getSkinArray() contains the list of skins (name, CSS file, icon set)
- Function getSkinColors() contains skin-specific colors (for example the color of the row cursor on the Browse screen)
Initially I wanted to put all the skin code in the CSS files, but the row cursor onMouseOver effect on the Browse screen proved to be too slow... so I had to find an alternative.
We're currently looking into a templating solution like Smarty, which would make it possible to change the entire look of a page -- but it's still in very early development ;-)
If you have any other question, let me know.
David