1; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2; for limitations of the ini format used here
3
4; Define the stylesheets your template uses here. The second value
5; defines for which output media the style should be loaded. Currently
6; print, screen and rtl are supported. rtl styles are loaded additionally
7; to screen styles if a right-to-left language is selected (eg. hebrew)
8[stylesheets]
9style.css	= screen
10
11;rtl.css        = rtl
12;print.css      = print
13
14; This section is used to configure some placeholder values used in
15; the stylesheets. Changing this file is the simplest method to
16; give your wiki a new look.
17[replacements]
18
19;--------------------------------------------------------------------------
20;------ guaranteed dokuwiki color placeholders that every plugin can use
21; main text and background colors
22__text__           = "#000"
23__background__     = "#fff"
24; alternative text and background colors
25__text_alt__       = "#638c9c"
26__background_alt__ = "#dee7ec"
27; neutral text and background colors
28__text_neu__       = "#666"
29__background_neu__ = "#f5f5f5"
30; border color
31__border__         = "#8cacbb"
32;--------------------------------------------------------------------------
33
34; other text and background colors
35__text_other__       = "#ccc"
36__background_other__ = "#f7f9fa"
37
38; these are used for links
39__extern__    = "#436976"
40__existing__  = "#090"
41__missing__   = "#f30"
42
43; highlighting search snippets
44__highlight__ = "#ff9"
45
46
47;--------------------------------------------------------------------------
48;------ for keeping old templates and plugins compatible to the old pattern
49; (to be deleted at the next or after next release)
50__white__      = "#fff"
51__lightgray__  = "#f5f5f5"
52__mediumgray__ = "#ccc"
53__darkgray__   = "#666"
54__black__      = "#000"
55
56; these are the shades of blue
57__lighter__   = "#f7f9fa"
58__light__     = "#eef3f8"
59__medium__    = "#dee7ec"
60__dark__      = "#8cacbb"
61__darker__    = "#638c9c"
62