1[stylesheets]
2
3css/comp.less                          = all
4css/links.less                         = all
5css/basic.less                         = all
6css/fixes.less                         = all
7css/editor.less                        = all
8css/mobile.less                        = screen
9
10[replacements]
11
12
13;-----------------------------------------------------------------------------------------------------------------
14;
15; Step one in making your wiki look great, choose the right colors:
16; It is recommended that you change the 3 values below to your liking, or choose from one of the preset themes
17;
18; 'primary' defines the base color of your website, this will be the color of the drawer on the left.
19; 'primary_dark' defines a darker shade of your primary color
20; 'accent' defines a bright color that contrasts your primary color, and is as a color for important actions
21;
22;------------------------------------------------------------------------------------------------------------------
23
24; CHOOSE FROM THE THEMES BELOW (uncomment the ';' before each color preset)
25
26
27
28; Blue grey - Red
29  __primary__         = "#455A64"             ; @ini_primary
30  __primary_dark__    = "#1C313A"             ; @ini_primary_dark
31  __accent__          = "#C62828"             ; @ini_accent
32
33; Blue grey - Yellow
34;  __primary__         = "#455A64"             ; @ini_primary
35;  __primary_dark__    = "#1C313A"             ; @ini_primary_dark
36;  __accent__          = "#FBC02D"             ; @ini_accent
37
38; Light grey - Red
39;  __primary__         = "#607D8B"             ; @ini_primary
40;  __primary_dark__    = "#34515E"             ; @ini_primary_dark
41;  __accent__          = "#C62828"             ; @ini_accent
42
43; Deep blue - Orange
44;  __primary__         = "#1a237e"             ; @ini_primary
45;  __primary_dark__    = "#181F69"             ; @ini_primary_dark
46;  __accent__          = "#FB8C00"             ; @ini_accent
47
48; Blue - Orange
49;  __primary__         = "#1976D2"             ; @ini_primary
50;  __primary_dark__    = "#003C8F"             ; @ini_primary_dark
51;  __accent__          = "#FBC02D"             ; @ini_accent
52
53; Blue - Pink
54;  __primary__         = "#3F61b5"             ; @ini_primary
55;  __primary_dark__    = "#303f9f"             ; @ini_primary_dark
56;  __accent__          = "#ff4081"             ; @ini_accent
57
58; Green - Yellow
59;  __primary__         = "#009688"             ; @ini_primary
60;  __primary_dark__    = "#00675B"             ; @ini_primary_dark
61;  __accent__          = "#FBC02D"             ; @ini_accent
62
63
64
65; OR CREATE YOUR OWN CUSTOME THEME BELOW
66
67; Custom
68;  __primary__         = "#262626"             ; @ini_primary
69;  __primary_dark__    = "#000000"             ; @ini_primary_dark
70;  __accent__          = "#fca800"             ; @ini_accent
71
72
73
74
75
76
77
78
79
80
81
82;--------------------------------------------------------------------------
83; guaranteed dokuwiki color placeholders that every plugin can use
84; Warning: not fully used by this theme
85
86; main text and background colors
87__text__           = "#333"                 ; @ini_text
88__background__     = "#fff"                 ; @ini_background
89; alternative text and background colors
90__text_alt__       = "#999"                 ; @ini_text_alt
91__background_alt__ = "#eee"                 ; @ini_background_alt
92; neutral text and background colors
93__text_neu__       = "#666"                 ; @ini_text_neu
94__background_neu__ = "#ddd"                 ; @ini_background_neu
95; border color
96__border__         = "#ccc"                 ; @ini_border
97
98; background for code, pre tags
99__code_background__ = "#eff0f1"             ; @ini_code_background
100
101; highlighted text (e.g. search snippets)
102__highlight__      = "#ff9"                 ; @ini_highlight
103
104; Link styling
105__link__           = "#3986dd"              ; @ini_link
106__existing__       = "#3986dd"              ; @ini_existing
107__missing__        = "#d30"                 ; @ini_missing
108
109; widths
110__site_width__     = "64em"                 ; @ini_site_width
111__sidebar_width__  = "16em"                 ; @ini_sidebar_width
112