33 lines
576 B
ReStructuredText
33 lines
576 B
ReStructuredText
|
======================
|
||
|
SemanticScuttle Themes
|
||
|
======================
|
||
|
SemanticScuttle may be changed visually by supplying custom "themes" that
|
||
|
modify the visual appearance.
|
||
|
|
||
|
|
||
|
Changing the current theme
|
||
|
==========================
|
||
|
In ``data/config.php``, set your theme like this:
|
||
|
|
||
|
$theme = 'darkmood';
|
||
|
|
||
|
|
||
|
Changeable files
|
||
|
================
|
||
|
|
||
|
CSS file
|
||
|
--------
|
||
|
FIXME, missing at the moment
|
||
|
|
||
|
|
||
|
Template files
|
||
|
--------------
|
||
|
The templates of the default file are located in
|
||
|
|
||
|
data/templates/default/
|
||
|
|
||
|
You may put your theme template files into
|
||
|
|
||
|
data/templates/$themename/
|
||
|
|