11
11
12
12
// ========== Global ========== //
13
13
// Font and Line Height
14
- $global-font-family : system-ui , -apple-system , Segoe UI, Roboto, Emoji,
15
- Helvetica , Arial , sans-serif !default ;
14
+ $global-font-family :
15
+ system-ui ,
16
+ -apple-system ,
17
+ Segoe UI,
18
+ Roboto,
19
+ Emoji,
20
+ Helvetica ,
21
+ Arial ,
22
+ sans-serif !default ;
16
23
$global-font-size : 16px !default ;
17
24
$global-font-weight : 400 !default ;
18
25
$global-line-height : 1.5rem !default ;
@@ -115,16 +122,17 @@ $pagination-link-hover-color-dark: #fff !default;
115
122
116
123
// ========== Code ========== //
117
124
// Font family and size of the code
118
- $code-font-family : " Source Code Pro" , Menlo, Monaco, Consolas, " Liberation Mono" , " Courier New" , monospace !default ;
119
- $code-font-size : .875rem !default ;
125
+ $code-font-family : " Source Code Pro" , Menlo, Monaco, Consolas, " Liberation Mono" ,
126
+ " Courier New" , monospace !default ;
127
+ $code-font-size : 0.875rem !default ;
120
128
121
129
// Color of the code
122
- $code-color : #E74C3C !default ;
123
- $code-color-dark : #E5BF78 !default ;
130
+ $code-color : #e74c3c !default ;
131
+ $code-color-dark : #e5bf78 !default ;
124
132
125
133
// Color of the code background
126
134
$code-background-color : #f5f5f5 !default ;
127
- $code-background-color-dark : #272C34 !default ;
135
+ $code-background-color-dark : #272c34 !default ;
128
136
129
137
$code-info-color : #9c9c9c !default ;
130
138
$code-info-color-dark : #b1b0b0 !default ;
@@ -183,7 +191,8 @@ $code-type-list:
183
191
" language-yml" " YAML" ,
184
192
" language-yaml" " YAML" ,
185
193
" language-wgsl" " WGSL" ,
186
- !default ;
194
+ " language-elisp" " ELisp" ,
195
+ " language-lisp" " Lisp" !default ;
187
196
188
197
// Color map of the code highlight
189
198
$code-highlight-color-map : (
@@ -259,7 +268,7 @@ $code-highlight-color-map: (
259
268
/* GenericStrong */ " gs" : #e72d40 ,
260
269
/* GenericSubheading */ " gu" : #e72d40 ,
261
270
/* GenericTraceback */ " gt" : #e72d40 ,
262
- /* TextWhitespace */ " w" : #bbbbbb ,
271
+ /* TextWhitespace */ " w" : #bbbbbb
263
272
) !default ;
264
273
$code-highlight-color-map-dark : (
265
274
/* Parentheses */ " p" : #a9a9b3 ,
@@ -334,7 +343,7 @@ $code-highlight-color-map-dark: (
334
343
/* GenericStrong */ " gs" : #f16372 ,
335
344
/* GenericSubheading */ " gu" : #f16372 ,
336
345
/* GenericTraceback */ " gt" : #f16372 ,
337
- /* TextWhitespace */ " w" : #bbbbbb ,
346
+ /* TextWhitespace */ " w" : #bbbbbb
338
347
) !default ;
339
348
// ========== Code ========== //
340
349
@@ -352,6 +361,5 @@ $admonition-color-list:
352
361
" danger" #ff1744 rgba (68 , 138 , 255 , 0.1 ),
353
362
" bug" #f50057 rgba (255 , 23 , 68 , 0.1 ),
354
363
" example" #651fff rgba (101 , 31 , 255 , 0.1 ),
355
- " quote" #9e9e9e rgba (159 , 159 , 159 , 0.1 ),
356
- !default ;
364
+ " quote" #9e9e9e rgba (159 , 159 , 159 , 0.1 ) !default ;
357
365
// ========== Admonition ========== //
0 commit comments