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