first themes docs
This commit is contained in:
parent
581eca06d6
commit
2d2e7f97e4
1 changed files with 32 additions and 0 deletions
32
doc/themes.rst
Normal file
32
doc/themes.rst
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
======================
|
||||||
|
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/
|
||||||
|
|
Loading…
Reference in a new issue