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]
9styles/layout.css = screen
10
11; This section is used to configure some placeholder values used in
12; the stylesheets. Changing this file is the simplest method to
13; give your wiki a new look.
14[replacements]
15
16;--------------------------------------------------------------------------
17;------ guaranteed dokuwiki color placeholders that every plugin can use
18; main text and background colors
19__text__           = "#000"
20__background__     = "#fff"
21; alternative text and background colors
22__text_alt__       = "#638c9c"
23__background_alt__ = "#dee7ec"
24; neutral text and background colors
25__text_neu__       = "#666"
26__background_neu__ = "#f5f5f5"
27; border color
28__border__         = "#8cacbb"
29;--------------------------------------------------------------------------
30
31; other text and background colors
32__text_other__       = "#ccc"
33__background_other__ = "#f7f9fa"
34
35; these are used for links
36__extern__    = "#436976"
37__existing__  = "#090"
38__missing__   = "#f30"
39
40; highlighting search snippets
41__highlight__ = "#ff9"
42
43
44;--------------------------------------------------------------------------
45;------ for keeping old templates and plugins compatible to the old pattern
46; (to be deleted at the next or after next release)
47__white__      = "#fff"
48__lightgray__  = "#f5f5f5"
49__mediumgray__ = "#ccc"
50__darkgray__   = "#666"
51__black__      = "#000"
52
53; these are the shades of blue
54__lighter__   = "#f7f9fa"
55__light__     = "#eef3f8"
56__medium__    = "#dee7ec"
57__dark__      = "#8cacbb"
58__darker__    = "#638c9c"
59