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__      = "evening"
31
32;--------------------------------------------------------------------------
33;------ guaranteed dokuwiki color placeholders that every plugin can use
34; main text and background colors
35__text__           = "#9cc"
36__background__     = "#357"
37; alternative text and background colors
38__text_alt__       = "#aee"
39__background_alt__ = "#135"
40; neutral text and background colors
41__text_neu__       = "#000"
42__background_neu__ = "#dee"
43; border color
44__border__         = "#000"
45;--------------------------------------------------------------------------
46
47; other text and background colors
48__text_other__      = "#bbc"
49__background_other__ = "#433"
50;__text_other__      = "#433"
51;__background_other__ = "#dee"
52
53; border color
54__border_alt__      = "#8ab"
55
56; these are used for links
57__extern__          = "#999"
58__existing__        = "#797"
59__missing__         = "#d33"
60
61; highlighting search snippets
62__highlight__       = "#ff9"
63
64;--------------------------------------------------------------------------
65;------ for keeping old templates and plugins compatible to the old pattern
66; (to be deleted at the next or after next release)
67__white__      = "#fff"
68__lightgray__  = "#f5f5f5"
69__mediumgray__ = "#ccc"
70__darkgray__   = "#666"
71__black__      = "#000"
72
73; these are the shades of blue
74__lighter__   = "#f7f9fa"
75__light__     = "#eef3f8"
76__medium__    = "#dee7ec"
77__dark__      = "#8cacbb"
78__darker__    = "#638c9c"
79