TracThemeEngine adds a simple API and GUI for packaging and configuring Trac themes.
Configuration
trac.ini
All configuration options go in the [theme] section.
theme : optional, default: "default"
Theme name to use. Name is case-insensitive.
enable_css : optional, default: false
Enable or disable the CSS customizations.
color.* : optional
Stored values for simple CSS overrides. Note that changing this will not take effect until you save them in the admin panel.
Web interface
Theme
Use the arrows to select your theme from the installed options and then click the button to activate it.
Example:
To enable the PyDotOrg theme:
[theme]
theme = pydotorg
[components]
themeengine.* = enabled
pydotorgtheme.* = enabled
Product's homepage
Requirements:
· Python
· Trac