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