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
22; This section is used to configure some placeholder values used in
23; the stylesheets. Changing this file is the simplest method to
24; give your wiki a new look.
25[replacements]
26
27; the theme color
28__theme__      = "_purple"
29
30;--------------------------------------------------------------------------
31;------ guaranteed dokuwiki color placeholders that every plugin can use
32; main text and background colors
33__text__           = "#000"
34__background__     = "#fff"
35; alternative text and background colors
36__text_alt__       = "#32009e"
37__background_alt__ = "#e5d9ff"
38; neutral text and background colors
39__text_neu__       = "#6f6f6f"
40__background_neu__ = "#f2f2f2"
41; border color
42__border__         = "#9361ff"
43;--------------------------------------------------------------------------
44
45; other text and background colors
46__text_other__       = "#c8c8c8"
47__background_other__ = "#d5c2ff"
48
49; these are used for links
50__extern__    = "#003f9e"
51__existing__  = "#009e08"
52__missing__   = "#9e0028"
53
54; highlighting search snippets
55__highlight__ = "#ffdb9e"
56
57
58;--------------------------------------------------------------------------
59;------ for keeping old templates and plugins compatible to the old pattern
60; (to be deleted at the next or after next release)
61__white__      = "#fff"
62__lightgray__  = "#f5f5f5"
63__mediumgray__ = "#ccc"
64__darkgray__   = "#666"
65__black__      = "#000"
66
67; these are the shades of blue
68__lighter__   = "#f7f9fa"
69__light__     = "#eef3f8"
70__medium__    = "#dee7ec"
71__dark__      = "#8cacbb"
72__darker__    = "#638c9c"
73