calagator / calagator
- Source
- Commits
- Network (19)
- Issues (0)
- Downloads (10)
- Wiki (1)
- Graphs
-
Tree:
ab2c50a
Igal Koshevoy (author)
Sun Feb 22 12:55:00 -0800 2009
commit ab2c50a91e838522f18b8870c47f13d73ab9bd28
tree 593d357475654b60c48d8ec01346bce05e0d55d7
parent 04c11864eb84abd91a0244fd3cab3cc9c010d644
tree 593d357475654b60c48d8ec01346bce05e0d55d7
parent 04c11864eb84abd91a0244fd3cab3cc9c010d644
calagator / themes
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.txt | ||
| |
default/ |
themes/README.txt
= Themes This directory contains themes for this application. Each theme provides settings for defining the application's behavior and styling to specify it's appearance. == Initialization Themes are loaded during the startup process by first looking to see if the name of a theme was specified in the "THEME" environmental variable, else in the "config/theme.txt" file, else it falls back to the "default" theme. == Customizing See the files in the "themes/default" directory to see the files necessary to make a theme. See the "themes/default/settings.yml" file for settings that define how the application should behave. The "default" theme contains a simple theme that is easiest for you to derive your own from, while the other themes provide more advanced examples of what's possible.

