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
12media.css      = screen
13rtl.css        = rtl
14print.css      = print
15
16; This section is used to configure some placeholder values used in
17; the stylesheets. Changing this file is the simplest method to
18; give your wiki a new look.
19[replacements]
20
21; the theme color
22__theme__      = "_blue"
23
24;--------------------------------------------------------------------------
25;------ guaranteed dokuwiki color placeholders that every plugin can use
26; main text and background colors
27__text__           = "#000"
28__background__     = "#fff"
29; alternative text and background colors
30__text_alt__       = "#003f9e"
31__background_alt__ = "#d9e8ff"
32; neutral text and background colors
33__text_neu__       = "#6f6f6f"
34__background_neu__ = "#f2f2f2"
35; border color
36__border__         = "#61a0ff"
37;--------------------------------------------------------------------------
38
39; other text and background colors
40__text_other__       = "#c8c8c8"
41__background_other__ = "#c2daff"
42
43; these are used for links
44__extern__    = "#003f9e"
45__existing__  = "#009e08"
46__missing__   = "#9e0028"
47
48; highlighting search snippets
49__highlight__ = "#ffdb9e"
50