-
Notifications
You must be signed in to change notification settings - Fork 8
/
settings.yml
80 lines (80 loc) · 1.55 KB
/
settings.yml
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
hljs_theme:
description: "Select the theme you want code blocks to use. You can visit <a target='_blank' href='https://highlightjs.org/static/demo/'>the hljs demo page</a> to preview the themes"
default: github
type: enum
choices:
- a11y-dark
- a11y-light
- agate
- androidstudio
- an-old-hope
- arduino-light
- arta
- ascetic
- atom-one-dark
- atom-one-dark-reasonable
- atom-one-light
- brown-paper
- codepen-embed
- color-brewer
- dark
- default
- devibeans
- docco
- far
- felipec
- foundation
- github
- github-dark
- github-dark-dimmed
- gml
- googlecode
- gradient-dark
- gradient-light
- grayscale
- hybrid
- idea
- intellij-light
- ir-black
- isbl-editor-dark
- isbl-editor-light
- kimbie-dark
- kimbie-light
- lightfair
- lioshi
- magula
- mono-blue
- monokai
- monokai-sublime
- night-owl
- nnfx-dark
- nnfx-light
- nord
- obsidian
- panda-syntax-dark
- panda-syntax-light
- paraiso-dark
- paraiso-light
- pojoaque
- purebasic
- qtcreator-dark
- qtcreator-light
- rainbow
- routeros
- school-book
- shades-of-purple
- srcery
- stackoverflow-dark
- stackoverflow-light
- sunburst
- tokyo-night-dark
- tokyo-night-light
- tomorrow-night-blue
- tomorrow-night-bright
- vs2015
- vs
- xcode
- xt256
hljs_dark_match:
default: false
description: "Load dark color scheme if available"