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