-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathsettings.yaml
853 lines (852 loc) · 29.5 KB
/
settings.yaml
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
apiVersion: v1alpha1
kind: Setting
metadata:
name: theme-butterfly-setting
spec:
forms:
- group: base
label: 基本设置
formSchema:
- $formkit: text
name: metadata_name
label: 作者用户名
placeholder: 请填写作者的唯一标识(用户名)
value: admin
help: 后台管理页面(console)用户 -> 修改资料 -> 用户名,不可乱填否则侧边栏个人资料显示异常(示例:admin)
validation: required
- $formkit: text
name: icp
label: ICP 备案号
placeholder: 请填写 ICP 备案号信息
help: ICP 备案信息将展示在页脚中,不填不展示(示例:蜀ICP备xx号)
- $formkit: text
name: police
label: 公网安备号
placeholder: 请填写公网安备号信息
help: 公网安备信息将展示在页脚中,不填不展示(示例:京公xxx号)
- $formkit: date
name: site_birthday
label: 建站时间
placeholder: 示例 2022-01-01 00:00
help: 自定义博客的起始时间/安装时间,作为计算博客运行时间的参照值,不选择不显示
#主题设置
- group: style
label: 主题设置
formSchema:
- $formkit: select
name: mode
label: 主题模式
value: 'user'
placeholder: 请填写主题颜色
help: '设置博客的主题模式(自动/用户/浅色/深色),默认为用户模式,仅在用户模式下页面才有主题切换按钮,自动模式下根据时间自动切换'
options:
- value: 'auto'
label: 自动模式
- value: 'user'
label: 用户模式
- value: 'light'
label: 浅色模式
- value: 'dark'
label: 深色模式
- $formkit: select
name: font_family
label: 主题字体
value: 'CircularBody'
options:
- value: 'null'
label: "游览器默认字体"
- value: "CircularBody"
label: "CircularBody"
- value: "HarmonyOS_Regular"
label: "HarmonyOS_Regular"
- $formkit: text
name: body_background
label: 全局背景(浅色)
placeholder: 请填写 全局背景
value: '#f7f9fe'
help: 颜色值 默认值:#f7f9fe
validation: required
#加载设置
- group: loading
label: 加载设置
formSchema:
- $formkit: radio
name: type
label: 页面加载(Loading)
help: 内置多种加载样式
value: 'circle'
options:
- label: '转圈'
value: 'circle'
- label: '沙漏'
value: 'hourglass'
- label: '交叉线'
value: 'cross_line'
- label: '小圆点'
value: 'dot'
validation: required
- $formkit: group
label: 静态资源加载(js、css)
name: source
value:
custom: ''
type: site
site: '/themes/theme-butterfly/assets/'
npm: 'https://unpkg.com/halo-theme-butterfly/templates/assets/'
children:
- $formkit: radio
help: 从本站加载 npm-cdn 自定义链接 来加载静态文件(js、css)
label: 类型
name: type
id: _type
key: _type
value: site
validation: required
options:
- label: 本站
value: site
- label: npm
value: npm
- label: 自定义
value: custom
- $formkit: url
name: custom
key: _custom
id: _custom
if: $get(_type).value == custom
label: 自定义链接
placeholder: 请填写 自定义资源链接地址
help: 请确保链接下assets文件夹下主题静态资源文件一致,否则可能导致页面无法正常显示!
validation: required|url
- $formkit: radio
name: npm
key: _npm
id: _npm
if: $get(_type).value == npm
label: npm加速地址
help: 免费可用的npmJs-cdn加速地址
value: 'https://unpkg.com/halo-theme-butterfly/templates/assets/'
options:
- label: 'unpkg.com'
value: 'https://unpkg.com/halo-theme-butterfly/templates/assets/'
- label: 'cdn.jsdelivr.net'
value: 'https://cdn.jsdelivr.net/npm/halo-theme-butterfly/templates/assets/'
- label: 'jsd.onmicrosoft.cn'
value: 'https://jsd.onmicrosoft.cn/npm/halo-theme-butterfly/templates/assets/'
- label: 'fastly.jsdelivr.net'
value: 'https://fastly.jsdelivr.net/npm/halo-theme-butterfly@latest/templates/assets/'
validation: required
- $formkit: group
label: 图片加载
name: img
value:
preload: 'data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs='
err: 'data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs='
random_enable: true
random_link: 'https://api.yimian.xyz/img'
children:
- $formkit: attachment
name: preload
label: 预加载图
placeholder: 请填写 预加载图片
value: 'data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs='
help: 预加载图片,默认 data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=
validation: required
- $formkit: attachment
name: err
label: 加载失败图
placeholder: 请填写 加载失败图片
value: 'data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs='
help: 加载失败图片,默认 data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=
validation: required
- $formkit: radio
name: random_enable
label: 启用随机图片
help: 是否启用随机图API(必须先配置 API),开启后将使用随机图填充没有设置封面的,未开启时使用主题内置的封面图
value: true
validation: required
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: text
name: random_link
label: 随机图片链接
placeholder: 请正确填写 随机图片链接
value: 'https://api.yimian.xyz/img'
help: 自定义随机图API,用于填充没有设置封面的 ,免费 API 不会一直可用,请知悉
validation: required|url
#导航设置
- group: nav
label: 导航设置
formSchema:
- $formkit: group
name: font_color
label: 导航栏默认字体颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgba(238, 238, 238, 1)
dark: rgba(255, 255, 255, 0.7)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgba(238, 238, 238, 1)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgba(255, 255, 255, 0.7)
validation: required
- $formkit: group
name: active_font_color
label: 导航栏滚动悬浮字体颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgb(76, 73, 72)
dark: rgba(255, 255, 255, 0.7)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgb(76, 73, 72)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgba(255, 255, 255, 0.7)
validation: required
- $formkit: group
name: active_hover_font_color
label: 导航栏滚动悬浮鼠标移入字体颜色
help: 支持rgba颜色值和十六进制颜色值(默认主题色)
value:
light: var(--theme)
dark: var(--theme)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:var(--theme)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:var(--theme)
validation: required
- $formkit: group
name: active_background_color
label: 导航栏滚动悬浮背景颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgba(255, 255, 255, .8)
dark: rgba(18, 18, 18, .8)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgba(255, 255, 255, .8)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgba(18, 18, 18, .8)
validation: required
- $formkit: group
name: active_shadow
label: 导航栏滚动悬浮阴影
help: 支持rgba颜色值和十六进制颜色值
value:
light: 0 5px 6px -5px rgba(133, 133, 133, .6)
dark: 0 5px 6px -5px rgba(133, 133, 133, 0)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:0 5px 6px -5px rgba(133, 133, 133, .6)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:0 5px 6px -5px rgba(133, 133, 133, 0)
validation: required
- $formkit: group
name: dropdown_background_color
label: 导航栏二级下拉背景颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgba(255, 255, 255)
dark: rgba(18, 18, 18)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgba(255, 255, 255)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgba(18, 18, 18)
validation: required
- $formkit: group
name: dropdown_font_color
label: 导航栏二级下拉字体颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgba(76, 73, 72, 1)
dark: rgba(255, 255, 255, 0.7)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgba(76, 73, 72, 1)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgba(255, 255, 255, 0.7)
validation: required
- $formkit: group
name: dropdown_hover_font_color
label: 导航栏hover二级下拉字体颜色
help: 支持rgba颜色值和十六进制颜色值
value:
light: rgb(244 244 244)
dark: rgb(54 50 50)
children:
- $formkit: text
name: light
label: 浅色
value: ""
help: 默认值:rgb(244 244 244)
validation: required
- $formkit: text
name: dark
label: 暗色
value: ""
help: 默认值:rgb(54 50 50)
validation: required
#侧边栏设置
- group: aside
label: 侧边栏设置
formSchema:
- $formkit: radio
name: enable
label: 启用侧边栏(全局)
help: 是否启用侧边栏,关闭后所有页面都没有侧边栏(优先级高于页面元数据)
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: position
label: 侧边栏位置
help: 侧边栏展示位置,左边或右边
value: aside-right
options:
- label: 左边
value: aside-left
- label: 右边
value: aside-right
- $formkit: group
name: button
label: 侧边栏按钮
value:
name: '主题仓库'
link: 'https://github.com/dhjddcn/halo-theme-butterfly'
children:
- $formkit: text
name: name
label: 名称
placeholder: 请填写 按钮名称
help: 支持html代码片段
value: ""
validation: required
- $formkit: text
name: link
label: 链接
placeholder: 请填写 按钮链接
value: ""
validation: required
- $formkit: repeater
name: social
label: 社交账号
value:
- name: 'Github'
icon: '<i class="fa-brands fa-github"></i>'
link: 'https://github.com/dhjddcn'
children:
- $formkit: text
name: name
label: 名称
placeholder: 请填写 账号名称
value: ""
validation: required
- $formkit: text
name: icon
label: 图标
placeholder: 请填写 图标
value: ""
validation: required
- $formkit: text
name: link
label: 链接
placeholder: 请填写 链接
value: ""
validation: required
- $formkit: textarea
rows: 5
name: notice
label: 侧边栏公告
placeholder: 请填写 侧边栏公告内容
value: '好博客,一定要 分享出去 呀~'
help: 侧边栏公告内容, 支持 html 代码片段
- $formkit: radio
name: enable_category
label: 启用侧边栏分类
help: 是否启用侧边栏分类(只随机展示 5 个分类,不支持二级分类)
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_tags
label: 启用侧边栏标签
help: 是否启用侧边栏标签(只随机展示 25 个标签)
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_custom
label: 启用侧边栏自定义模块
help: 是否启用自定义模块
value: false
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_webInfo
label: 启用侧边栏网站资讯
help: 是否启用侧边栏网站资讯
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
#卡片设置
- group: card
label: 卡片设置
formSchema:
- $formkit: text
name: radius
label: 卡片圆角
placeholder: 请填写 卡片圆角
value: 15px
help: 卡片圆角,像素或百分比,默认值: 15px
validation: required
- $formkit: text
name: shadow
label: 卡片阴影
placeholder: 请填写 卡片阴影
value: 0 3px 8px 6px rgba(7,17,27,0.05)
help: 卡片阴影,默认值: 0 3px 8px 6px rgba(7,17,27,0.05)
validation: required
#首页设置
- group: index
label: 首页设置
formSchema:
- $formkit: radio
name: enable_above
label: 启用第一屏
help: 启用首页第一屏
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: attachment
name: above_background
label: 第一屏背景图
placeholder: 请填写 第一屏背景图
value: 'https://unpkg.com/halo-theme-butterfly/docs/above.png'
help: 如果全局背景图设置为图片链接,则此处背景图将不生效
validation: required
- $formkit: textarea
rows: 5
name: typewriter_custom_text
label: 打字机文案
placeholder: 请填写 打字机文案
help: 首页第一屏打字机文案 (注:多个文案用 |&| 分割)
value: '欢迎使用Butterfly主题,一个简洁、优雅的主题~'
validation: required
- $formkit: radio
name: enable_typewriter_random_text
label: 启用随机打字机文案
help: 是否启用随文案API(必须先配置 API),启用后将显示随机API文案,禁用时显示打字机文案
value: false
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: text
name: typewriter_random_api
label: 随机文案链接(api)
placeholder: 请正确填写 随机文案链接(api)
value: 'https://api.btstu.cn/yan/api.php'
help: 自定义随机文案API(推荐使用一言,返回格式设置为TEXT格式,json需要配置取值格式),免费 API 不会一直可用,请知悉
- $formkit: text
name: typewriter_api_value_format
label: 随机文案api取值格式
value: ''
help: 如果使用的随机文案API返回格式不是TEXT格式,Json请自定义取值格式,如:data.content
- $formkit: radio
name: post_layout
label: 文章布局方式
help: 文章布局方式 提供(列表、平铺)两种,仅首页生效
value: list
options:
- label: 列表
value: list
- label: 平铺
value: tile
#文章设置
- group: post
label: 文章设置
formSchema:
- $formkit: radio
name: enable_above
label: 启用第一屏
help: 启用首页第一屏
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
#归档设置
- group: archives
label: 归档设置
formSchema:
- $formkit: radio
name: enable_above
label: 启用第一屏
help: 启用首页第一屏
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: attachment
name: above_background
label: 第一屏背景图
placeholder: 请填写 第一屏背景图
value: 'https://unpkg.com/halo-theme-butterfly/docs/above.png'
help: 如果全局背景图设置为图片链接,则此处背景图将不生效
validation: required
#标签设置
- group: tags
label: 标签设置
formSchema:
- $formkit: radio
name: enable_above
label: 启用第一屏
help: 启用首页第一屏
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: attachment
name: above_background
label: 第一屏背景图
placeholder: 请填写 第一屏背景图
value: 'https://unpkg.com/halo-theme-butterfly/docs/above.png'
help: 如果全局背景图设置为图片链接,则此处背景图将不生效
validation: required
#分类设置
- group: categories
label: 分类设置
formSchema:
- $formkit: radio
name: enable_above
label: 启用第一屏
help: 启用首页第一屏
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: attachment
name: above_background
label: 第一屏背景图
placeholder: 请填写 第一屏背景图
value: 'https://unpkg.com/halo-theme-butterfly/docs/above.png'
help: 如果全局背景图设置为图片链接,则此处背景图将不生效
validation: required
#渲染设置
- group: render
label: 渲染设置
formSchema:
- $formkit: radio
name: enable_h_icon
label: 启用标题图标(全局)
help: 启用h1~h6标题左边图标(元数据可配置)
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code
id: enable_code
key: enable_code
label: 启用代码块
help: 如果安装其他代码块插件,请关闭此功能!!!
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code_title
if: $get(enable_code).value
label: 启用代码标题
help: 启用代码块的标题,默认显示语言类型,也可自定义标题
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code_hr
if: $get(enable_code).value
label: 启用代码标题分割线
help: 启用代码标题和内容之间的分割线,不展示时会更加简洁
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code_line
if: $get(enable_code).value
label: 启用代码行号
help: 启用代码块行号功能
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code_copy
if: $get(enable_code).value
label: 启用代码复制
help: 启用代码块复制按钮
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: radio
name: enable_code_expander
if: $get(enable_code).value
label: 启用代码折叠
help: 启用代码折叠功能
value: true
options:
- label: 启用
value: true
- label: 禁用
value: false
- $formkit: select
name: code_theme_light
if: $get(enable_code).value
label: 代码块主题(浅色)随着系统主题变化
value: one-light
options:
- value: "one-dark"
label: "one-dark"
- value: "one-light"
label: "one-light"
- value: "a11y-dark"
label: "a11y-dark"
- value: "atom-dark"
label: "atom-dark"
- value: "base16-ateliersulphurpool.light"
label: "base16-ateliersulphurpool.light"
- value: "cb"
label: "cb"
- value: "coldark-cold"
label: "coldark-cold"
- value: "coldark-dark"
label: "coldark-dark"
- value: "coy-without-shadows"
label: "coy-without-shadows"
- value: "darcula"
label: "darcula"
- value: "dracula"
label: "dracula"
- value: "duotone-dark"
label: "duotone-dark"
- value: "duotone-earth"
label: "duotone-earth"
- value: "duotone-forest"
label: "duotone-forest"
- value: "duotone-light"
label: "duotone-light"
- value: "duotone-sea"
label: "duotone-sea"
- value: "duotone-space"
label: "duotone-space"
- value: "ghcolors"
label: "ghcolors"
- value: "gruvbox-dark"
label: "gruvbox-dark"
- value: "gruvbox-light"
label: "gruvbox-light"
- value: "holi-theme"
label: "holi-theme"
- value: "hopscotch"
label: "hopscotch"
- value: "lucario"
label: "lucario"
- value: "material-dark"
label: "material-dark"
- value: "material-light"
label: "material-light"
- value: "material-oceanic"
label: "material-oceanic"
- value: "night-owl"
label: "night-owl"
- value: "nord"
label: "nord"
- value: "pojoaque"
label: "pojoaque"
- value: "shades-of-purple"
label: "shades-of-purple"
- value: "solarized-dark-atom"
label: "solarized-dark-atom"
- value: "synthwave84"
label: "synthwave84"
- value: "vs"
label: "vs"
- value: "vsc-dark-plus"
label: "vsc-dark-plus"
- value: "xonokai"
label: "xonokai"
- value: "z-touch"
label: "z-touch"
- $formkit: select
name: code_theme_dark
if: $get(enable_code).value
label: 代码块主题(深色)随着系统主题变化
value: one-dark
options:
- value: "one-dark"
label: "one-dark"
- value: "one-light"
label: "one-light"
- value: "a11y-dark"
label: "a11y-dark"
- value: "atom-dark"
label: "atom-dark"
- value: "base16-ateliersulphurpool.light"
label: "base16-ateliersulphurpool.light"
- value: "cb"
label: "cb"
- value: "coldark-cold"
label: "coldark-cold"
- value: "coldark-dark"
label: "coldark-dark"
- value: "coy-without-shadows"
label: "coy-without-shadows"
- value: "darcula"
label: "darcula"
- value: "dracula"
label: "dracula"
- value: "duotone-dark"
label: "duotone-dark"
- value: "duotone-earth"
label: "duotone-earth"
- value: "duotone-forest"
label: "duotone-forest"
- value: "duotone-light"
label: "duotone-light"
- value: "duotone-sea"
label: "duotone-sea"
- value: "duotone-space"
label: "duotone-space"
- value: "ghcolors"
label: "ghcolors"
- value: "gruvbox-dark"
label: "gruvbox-dark"
- value: "gruvbox-light"
label: "gruvbox-light"
- value: "holi-theme"
label: "holi-theme"
- value: "hopscotch"
label: "hopscotch"
- value: "lucario"
label: "lucario"
- value: "material-dark"
label: "material-dark"
- value: "material-light"
label: "material-light"
- value: "material-oceanic"
label: "material-oceanic"
- value: "night-owl"
label: "night-owl"
- value: "nord"
label: "nord"
- value: "pojoaque"
label: "pojoaque"
- value: "shades-of-purple"
label: "shades-of-purple"
- value: "solarized-dark-atom"
label: "solarized-dark-atom"
- value: "synthwave84"
label: "synthwave84"
- value: "vs"
label: "vs"
- value: "vsc-dark-plus"
label: "vsc-dark-plus"
- value: "xonokai"
label: "xonokai"
- value: "z-touch"
label: "z-touch"