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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
# medium, milligram and sepia are commented out as they require external fonts
{
light = {};
dark = {
cdark = ''#999'';
clight = ''#333'';
cmed = ''#566'';
clink = ''#1ad'';
# foreground
cfg = ''#cecbc4'';
cemph = ''#0b9'';
# background
cbg = ''#252220'';
cemphbg = ''#0b91'';
};
# sepia = {
# rem = ''14pt'';
# width = ''48rem'';
# font-p = ''1em/1.6 'Libertinus Serif', Times, serif'';
# font-h = ''1em/1.6 'Libertinus Sans', Helvetica, sans'';
# font-c = ''85%/1.4 monospace'';
# ornament = ''"∞ ∞ ∞"''; # ''"❦ ❦ ❦"''; "☙ ❧";
# cdark = ''#6c605c'';
# clight = ''#f3efea'';
# cmed = ''#a8928e'';
# clink = ''#bd0000'';
# # foreground | color
# cfg = ''#433'';
# cbg = ''#fefbf4'';
# # background
# cemph = ''#a35403'';
# cemphbg = ''#a3540310'';
# };
# milligram = {
# navpos = ''fixed'';
# rem = ''11pt'';
# width = ''800px'';
# font-p = ''300 1em/1.6 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif'';
# font-h = ''300 1em/1.3 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif'';
# font-c = ''86%/1.4 monospace'';
# ornament = ''"‹‹‹ ›››"'';
# border = ''1px solid var(--cmed)'';
# cdark = ''#6c605c'';
# clight = ''#f4f5f6'';
# cmed = ''#d1d1d1'';
# clink = ''#9b4dca'';
# # foreground
# cfg = ''#606c76'';
# cemph = ''#9b4dca'';
# # background
# cbg = ''#fff'';
# cemphbg = ''#9b4dca10'';
# };
pure = {
navpos = ''absolute'';
width = ''768px'';
rem = ''18px'';
font-p = ''1em/1.6 Helvetica,Arial,sans-serif'';
font-h = ''1em/1.6 Helvetica,Arial,sans-serif'';
font-c = ''86%/1.4 monospace'';
ornament = ''"‹‹‹ ›››"'';
border = ''1px solid var(--cmed)'';
cdark = ''#777'';
clight = ''#f8f8ff'';
cmed = ''#e6e6e6'';
clink = ''#3b8bba'';
# foreground
cfg = ''#777'';
cemph = ''#1f8dd6'';
# background
cbg = ''#fff'';
cemphbg = ''#1f8dd610'';
};
sakura = {
navpos = ''absolute'';
width = ''684px'';
rem = ''18px'';
font-p = ''1em/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif'';
font-h = ''1em/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif'';
font-c = ''.8em/1.4 monospace'';
ornament = ''""'';
border = ''1px solid var(--cmed)'';
cdark = ''#4a4a4a'';
clight = ''#f1f1f1'';
cmed = ''#d1d1d1'';
clink = ''#1d7484'';
# foreground
cfg = ''#4a4a4a'';
cemph = ''#982c61'';
# background
cbg = ''#f9f9f9'';
cemphbg = ''#982c6110'';
};
skeleton = {
navpos = ''absolute'';
rem = ''15px'';
width = ''800px'';
font-p = ''1em/1.6 "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif'';
font-h = ''1em/1.6 "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif'';
font-c = ''.9em/1.4 monospace'';
ornament = ''"───────"'';
border = ''1px solid var(--cmed)'';
cdark = ''#4a4a4a'';
clight = ''#f1f1f1'';
cmed = ''#e1e1e1'';
clink = ''#1eaedb'';
# foreground
cfg = ''#222'';
cemph = ''#0fa0ce'';
# background
cbg = ''#fff'';
cemphbg = ''#0fa0ce10'';
};
bootstrap = {
rem = ''16px'';
navpos = ''absolute'';
width = ''960px'';
font-p = ''1em/1.6 system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif'';
font-h = ''1em/1.6 "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif'';
font-c = ''.9em/1.4 SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'';
ornament = ''""'';
border = ''1px solid var(--cmed)'';
cdark = ''#343a40'';
clight = ''#f8f9fa'';
cmed = ''#6c757d'';
clink = ''#0d6efd'';
# foreground
cfg = ''#212529'';
cemph = ''#7952b3'';
# background
cbg = ''#fff'';
cemphbg = ''#7952b310'';
};
medium = {
rem = ''19px'';
navpos = ''absolute'';
width = ''720px'';
font-p = ''1em/1.6 'Lora', serif'';
font-h = ''.9em/1.4 'Archivo', sans !important'';
font-c = ''.9em/1.4 Consolas,"Liberation Mono","Courier New",monospace'';
ornament = ''""'';
border = ''1px solid var(--cmed)'';
cdark = ''#343a40'';
clight = ''#fafafa'';
cmed = ''#757575'';
clink = ''#1a8917'';
# foreground
cfg = ''#292929'';
cemph = ''#1a8917'';
# background
cbg = ''#fff'';
cemphbg = ''#1a891710'';
};
tufte = {
rem = ''15px'';
navpos = ''absolute'';
width = ''800px'';
font-p = ''1.4em/2 et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif'';
font-h = ''1.4em/1.5 et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif'';
font-c = ''.9em/1.4 Consolas,"Liberation Mono","Courier New",monospace'';
ornament = ''""'';
border = ''1px solid var(--cmed)'';
cdark = ''#111'';
clight = ''#fffff8'';
cmed = ''#b4d5fe'';
clink = ''#111'';
cemph = ''#111'';
# foreground
cfg = ''#111'';
# background
cbg = ''#fffff8'';
};
}
|