@arborium/arborium 2.8.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arborium.iife.js +2 -2
- package/dist/arborium.iife.js.map +1 -1
- package/dist/arborium.js +267 -238
- package/dist/arborium.js.map +1 -1
- package/dist/arborium_host.js +3 -3
- package/dist/arborium_host_bg.wasm +0 -0
- package/dist/plugins-manifest.d.ts +1 -1
- package/dist/themes/alabaster.css +41 -8
- package/dist/themes/ayu-dark.css +40 -9
- package/dist/themes/ayu-light.css +40 -9
- package/dist/themes/base-rustdoc.css +39 -4
- package/dist/themes/base.css +156 -16
- package/dist/themes/catppuccin-frappe.css +41 -8
- package/dist/themes/catppuccin-latte.css +41 -8
- package/dist/themes/catppuccin-macchiato.css +41 -8
- package/dist/themes/catppuccin-mocha.css +41 -8
- package/dist/themes/cobalt2.css +42 -8
- package/dist/themes/dayfox.css +41 -8
- package/dist/themes/desert256.css +61 -9
- package/dist/themes/dracula.css +40 -7
- package/dist/themes/ef-melissa-dark.css +42 -8
- package/dist/themes/github-dark.css +40 -7
- package/dist/themes/github-light.css +40 -7
- package/dist/themes/gruvbox-dark.css +41 -8
- package/dist/themes/gruvbox-light.css +41 -8
- package/dist/themes/kanagawa-dragon.css +40 -7
- package/dist/themes/light-owl.css +63 -9
- package/dist/themes/lucius-light.css +41 -7
- package/dist/themes/melange-dark.css +41 -7
- package/dist/themes/melange-light.css +41 -7
- package/dist/themes/monokai.css +40 -7
- package/dist/themes/nord.css +40 -7
- package/dist/themes/one-dark.css +41 -8
- package/dist/themes/rose-pine-moon.css +42 -8
- package/dist/themes/rustdoc-ayu.css +39 -6
- package/dist/themes/rustdoc-dark.css +39 -6
- package/dist/themes/rustdoc-light.css +39 -6
- package/dist/themes/solarized-dark.css +42 -8
- package/dist/themes/solarized-light.css +42 -8
- package/dist/themes/tokyo-night.css +41 -8
- package/dist/themes/zenburn.css +41 -8
- package/dist/utils.d.ts +11 -0
- package/package.json +1 -1
package/dist/themes/base.css
CHANGED
|
@@ -4,19 +4,41 @@
|
|
|
4
4
|
/* Default: light mode */
|
|
5
5
|
a-at { color: var(--arb-at-light); font-weight: var(--arb-at-light-weight, normal); font-style: var(--arb-at-light-style, normal); text-decoration: var(--arb-at-light-decoration, none); }
|
|
6
6
|
a-co { color: var(--arb-co-light); font-weight: var(--arb-co-light-weight, normal); font-style: var(--arb-co-light-style, normal); text-decoration: var(--arb-co-light-decoration, none); }
|
|
7
|
+
a-cb { color: var(--arb-cb-light); font-weight: var(--arb-cb-light-weight, normal); font-style: var(--arb-cb-light-style, normal); text-decoration: var(--arb-cb-light-decoration, none); }
|
|
7
8
|
a-cr { color: var(--arb-cr-light); font-weight: var(--arb-cr-light-weight, normal); font-style: var(--arb-cr-light-style, normal); text-decoration: var(--arb-cr-light-decoration, none); }
|
|
8
9
|
a-fb { color: var(--arb-fb-light); font-weight: var(--arb-fb-light-weight, normal); font-style: var(--arb-fb-light-style, normal); text-decoration: var(--arb-fb-light-decoration, none); }
|
|
9
10
|
a-f { color: var(--arb-f-light); font-weight: var(--arb-f-light-weight, normal); font-style: var(--arb-f-light-style, normal); text-decoration: var(--arb-f-light-decoration, none); }
|
|
11
|
+
a-fm { color: var(--arb-fm-light); font-weight: var(--arb-fm-light-weight, normal); font-style: var(--arb-fm-light-style, normal); text-decoration: var(--arb-fm-light-decoration, none); }
|
|
10
12
|
a-k { color: var(--arb-k-light); font-weight: var(--arb-k-light-weight, normal); font-style: var(--arb-k-light-style, normal); text-decoration: var(--arb-k-light-decoration, none); }
|
|
13
|
+
a-kc { color: var(--arb-kc-light); font-weight: var(--arb-kc-light-weight, normal); font-style: var(--arb-kc-light-style, normal); text-decoration: var(--arb-kc-light-decoration, none); }
|
|
14
|
+
a-ko { color: var(--arb-ko-light); font-weight: var(--arb-ko-light-weight, normal); font-style: var(--arb-ko-light-style, normal); text-decoration: var(--arb-ko-light-decoration, none); }
|
|
15
|
+
a-kd { color: var(--arb-kd-light); font-weight: var(--arb-kd-light-weight, normal); font-style: var(--arb-kd-light-style, normal); text-decoration: var(--arb-kd-light-decoration, none); }
|
|
16
|
+
a-ke { color: var(--arb-ke-light); font-weight: var(--arb-ke-light-weight, normal); font-style: var(--arb-ke-light-style, normal); text-decoration: var(--arb-ke-light-decoration, none); }
|
|
17
|
+
a-kf { color: var(--arb-kf-light); font-weight: var(--arb-kf-light-weight, normal); font-style: var(--arb-kf-light-style, normal); text-decoration: var(--arb-kf-light-decoration, none); }
|
|
18
|
+
a-ki { color: var(--arb-ki-light); font-weight: var(--arb-ki-light-weight, normal); font-style: var(--arb-ki-light-style, normal); text-decoration: var(--arb-ki-light-decoration, none); }
|
|
19
|
+
a-kp { color: var(--arb-kp-light); font-weight: var(--arb-kp-light-weight, normal); font-style: var(--arb-kp-light-style, normal); text-decoration: var(--arb-kp-light-decoration, none); }
|
|
20
|
+
a-kr { color: var(--arb-kr-light); font-weight: var(--arb-kr-light-weight, normal); font-style: var(--arb-kr-light-style, normal); text-decoration: var(--arb-kr-light-decoration, none); }
|
|
21
|
+
a-kt { color: var(--arb-kt-light); font-weight: var(--arb-kt-light-weight, normal); font-style: var(--arb-kt-light-style, normal); text-decoration: var(--arb-kt-light-decoration, none); }
|
|
22
|
+
a-ky { color: var(--arb-ky-light); font-weight: var(--arb-ky-light-weight, normal); font-style: var(--arb-ky-light-style, normal); text-decoration: var(--arb-ky-light-decoration, none); }
|
|
11
23
|
a-o { color: var(--arb-o-light); font-weight: var(--arb-o-light-weight, normal); font-style: var(--arb-o-light-style, normal); text-decoration: var(--arb-o-light-decoration, none); }
|
|
12
24
|
a-pr { color: var(--arb-pr-light); font-weight: var(--arb-pr-light-weight, normal); font-style: var(--arb-pr-light-style, normal); text-decoration: var(--arb-pr-light-decoration, none); }
|
|
13
25
|
a-p { color: var(--arb-p-light); font-weight: var(--arb-p-light-weight, normal); font-style: var(--arb-p-light-style, normal); text-decoration: var(--arb-p-light-decoration, none); }
|
|
26
|
+
a-pb { color: var(--arb-pb-light); font-weight: var(--arb-pb-light-weight, normal); font-style: var(--arb-pb-light-style, normal); text-decoration: var(--arb-pb-light-decoration, none); }
|
|
27
|
+
a-pd { color: var(--arb-pd-light); font-weight: var(--arb-pd-light-weight, normal); font-style: var(--arb-pd-light-style, normal); text-decoration: var(--arb-pd-light-decoration, none); }
|
|
28
|
+
a-ps { color: var(--arb-ps-light); font-weight: var(--arb-ps-light-weight, normal); font-style: var(--arb-ps-light-style, normal); text-decoration: var(--arb-ps-light-decoration, none); }
|
|
14
29
|
a-s { color: var(--arb-s-light); font-weight: var(--arb-s-light-weight, normal); font-style: var(--arb-s-light-style, normal); text-decoration: var(--arb-s-light-decoration, none); }
|
|
30
|
+
a-ss { color: var(--arb-ss-light); font-weight: var(--arb-ss-light-weight, normal); font-style: var(--arb-ss-light-style, normal); text-decoration: var(--arb-ss-light-decoration, none); }
|
|
15
31
|
a-tg { color: var(--arb-tg-light); font-weight: var(--arb-tg-light-weight, normal); font-style: var(--arb-tg-light-style, normal); text-decoration: var(--arb-tg-light-decoration, none); }
|
|
16
|
-
a-
|
|
32
|
+
a-td { color: var(--arb-td-light); font-weight: var(--arb-td-light-weight, normal); font-style: var(--arb-td-light-style, normal); text-decoration: var(--arb-td-light-decoration, none); }
|
|
33
|
+
a-te { color: var(--arb-te-light); font-weight: var(--arb-te-light-weight, normal); font-style: var(--arb-te-light-style, normal); text-decoration: var(--arb-te-light-decoration, none); }
|
|
17
34
|
a-t { color: var(--arb-t-light); font-weight: var(--arb-t-light-weight, normal); font-style: var(--arb-t-light-style, normal); text-decoration: var(--arb-t-light-decoration, none); }
|
|
35
|
+
a-tb { color: var(--arb-tb-light); font-weight: var(--arb-tb-light-weight, normal); font-style: var(--arb-tb-light-style, normal); text-decoration: var(--arb-tb-light-decoration, none); }
|
|
36
|
+
a-tq { color: var(--arb-tq-light); font-weight: var(--arb-tq-light-weight, normal); font-style: var(--arb-tq-light-style, normal); text-decoration: var(--arb-tq-light-decoration, none); }
|
|
18
37
|
a-v { color: var(--arb-v-light); font-weight: var(--arb-v-light-weight, normal); font-style: var(--arb-v-light-style, normal); text-decoration: var(--arb-v-light-decoration, none); }
|
|
38
|
+
a-vb { color: var(--arb-vb-light); font-weight: var(--arb-vb-light-weight, normal); font-style: var(--arb-vb-light-style, normal); text-decoration: var(--arb-vb-light-decoration, none); }
|
|
39
|
+
a-vp { color: var(--arb-vp-light); font-weight: var(--arb-vp-light-weight, normal); font-style: var(--arb-vp-light-style, normal); text-decoration: var(--arb-vp-light-decoration, none); }
|
|
19
40
|
a-c { color: var(--arb-c-light); font-weight: var(--arb-c-light-weight, normal); font-style: var(--arb-c-light-style, normal); text-decoration: var(--arb-c-light-decoration, none); }
|
|
41
|
+
a-cd { color: var(--arb-cd-light); font-weight: var(--arb-cd-light-weight, normal); font-style: var(--arb-cd-light-style, normal); text-decoration: var(--arb-cd-light-decoration, none); }
|
|
20
42
|
a-m { color: var(--arb-m-light); font-weight: var(--arb-m-light-weight, normal); font-style: var(--arb-m-light-style, normal); text-decoration: var(--arb-m-light-decoration, none); }
|
|
21
43
|
a-l { color: var(--arb-l-light); font-weight: var(--arb-l-light-weight, normal); font-style: var(--arb-l-light-style, normal); text-decoration: var(--arb-l-light-decoration, none); }
|
|
22
44
|
a-da { color: var(--arb-da-light); font-weight: var(--arb-da-light-weight, normal); font-style: var(--arb-da-light-style, normal); text-decoration: var(--arb-da-light-decoration, none); }
|
|
@@ -29,31 +51,66 @@ a-tu { color: var(--arb-tu-light); font-weight: var(--arb-tu-light-weight, norma
|
|
|
29
51
|
a-tr { color: var(--arb-tr-light); font-weight: var(--arb-tr-light-weight, normal); font-style: var(--arb-tr-light-style, normal); text-decoration: var(--arb-tr-light-decoration, none); }
|
|
30
52
|
a-se { color: var(--arb-se-light); font-weight: var(--arb-se-light-weight, normal); font-style: var(--arb-se-light-style, normal); text-decoration: var(--arb-se-light-decoration, none); }
|
|
31
53
|
a-tt { color: var(--arb-tt-light); font-weight: var(--arb-tt-light-weight, normal); font-style: var(--arb-tt-light-style, normal); text-decoration: var(--arb-tt-light-decoration, none); }
|
|
32
|
-
a-
|
|
54
|
+
a-tx { color: var(--arb-tx-light); font-weight: var(--arb-tx-light-weight, normal); font-style: var(--arb-tx-light-style, normal); text-decoration: var(--arb-tx-light-decoration, none); }
|
|
55
|
+
a-sp { color: var(--arb-sp-light); font-weight: var(--arb-sp-light-weight, normal); font-style: var(--arb-sp-light-style, normal); text-decoration: var(--arb-sp-light-decoration, none); }
|
|
33
56
|
a-eb { color: var(--arb-eb-light); font-weight: var(--arb-eb-light-weight, normal); font-style: var(--arb-eb-light-style, normal); text-decoration: var(--arb-eb-light-decoration, none); }
|
|
57
|
+
a-er { color: var(--arb-er-light); font-weight: var(--arb-er-light-weight, normal); font-style: var(--arb-er-light-style, normal); text-decoration: var(--arb-er-light-decoration, none); }
|
|
34
58
|
a-ns { color: var(--arb-ns-light); font-weight: var(--arb-ns-light-weight, normal); font-style: var(--arb-ns-light-style, normal); text-decoration: var(--arb-ns-light-decoration, none); }
|
|
59
|
+
a-in { color: var(--arb-in-light); font-weight: var(--arb-in-light-weight, normal); font-style: var(--arb-in-light-style, normal); text-decoration: var(--arb-in-light-decoration, none); }
|
|
60
|
+
a-sc { color: var(--arb-sc-light); font-weight: var(--arb-sc-light-weight, normal); font-style: var(--arb-sc-light-style, normal); text-decoration: var(--arb-sc-light-decoration, none); }
|
|
61
|
+
a-rp { color: var(--arb-rp-light); font-weight: var(--arb-rp-light-weight, normal); font-style: var(--arb-rp-light-style, normal); text-decoration: var(--arb-rp-light-decoration, none); }
|
|
62
|
+
a-cn { color: var(--arb-cn-light); font-weight: var(--arb-cn-light-weight, normal); font-style: var(--arb-cn-light-style, normal); text-decoration: var(--arb-cn-light-decoration, none); }
|
|
63
|
+
a-ex { color: var(--arb-ex-light); font-weight: var(--arb-ex-light-weight, normal); font-style: var(--arb-ex-light-style, normal); text-decoration: var(--arb-ex-light-decoration, none); }
|
|
35
64
|
a-pp { color: var(--arb-pp-light); font-weight: var(--arb-pp-light-weight, normal); font-style: var(--arb-pp-light-style, normal); text-decoration: var(--arb-pp-light-decoration, none); }
|
|
36
65
|
a-ch { color: var(--arb-ch-light); font-weight: var(--arb-ch-light-weight, normal); font-style: var(--arb-ch-light-style, normal); text-decoration: var(--arb-ch-light-decoration, none); }
|
|
37
|
-
a-
|
|
38
|
-
a-
|
|
66
|
+
a-cs { color: var(--arb-cs-light); font-weight: var(--arb-cs-light-weight, normal); font-style: var(--arb-cs-light-style, normal); text-decoration: var(--arb-cs-light-decoration, none); }
|
|
67
|
+
a-vm { color: var(--arb-vm-light); font-weight: var(--arb-vm-light-weight, normal); font-style: var(--arb-vm-light-style, normal); text-decoration: var(--arb-vm-light-decoration, none); }
|
|
68
|
+
a-fd { color: var(--arb-fd-light); font-weight: var(--arb-fd-light-weight, normal); font-style: var(--arb-fd-light-style, normal); text-decoration: var(--arb-fd-light-decoration, none); }
|
|
69
|
+
a-tf { color: var(--arb-tf-light); font-weight: var(--arb-tf-light-weight, normal); font-style: var(--arb-tf-light-style, normal); text-decoration: var(--arb-tf-light-decoration, none); }
|
|
70
|
+
a-fc { color: var(--arb-fc-light); font-weight: var(--arb-fc-light-weight, normal); font-style: var(--arb-fc-light-style, normal); text-decoration: var(--arb-fc-light-decoration, none); }
|
|
71
|
+
a-km { color: var(--arb-km-light); font-weight: var(--arb-km-light-weight, normal); font-style: var(--arb-km-light-style, normal); text-decoration: var(--arb-km-light-decoration, none); }
|
|
72
|
+
a-dr { color: var(--arb-dr-light); font-weight: var(--arb-dr-light-weight, normal); font-style: var(--arb-dr-light-style, normal); text-decoration: var(--arb-dr-light-decoration, none); }
|
|
73
|
+
a-rx { color: var(--arb-rx-light); font-weight: var(--arb-rx-light-weight, normal); font-style: var(--arb-rx-light-style, normal); text-decoration: var(--arb-rx-light-decoration, none); }
|
|
39
74
|
|
|
40
75
|
/* System preference: dark */
|
|
41
76
|
@media (prefers-color-scheme: dark) {
|
|
42
77
|
a-at { color: var(--arb-at-dark); font-weight: var(--arb-at-dark-weight, normal); font-style: var(--arb-at-dark-style, normal); text-decoration: var(--arb-at-dark-decoration, none); }
|
|
43
78
|
a-co { color: var(--arb-co-dark); font-weight: var(--arb-co-dark-weight, normal); font-style: var(--arb-co-dark-style, normal); text-decoration: var(--arb-co-dark-decoration, none); }
|
|
79
|
+
a-cb { color: var(--arb-cb-dark); font-weight: var(--arb-cb-dark-weight, normal); font-style: var(--arb-cb-dark-style, normal); text-decoration: var(--arb-cb-dark-decoration, none); }
|
|
44
80
|
a-cr { color: var(--arb-cr-dark); font-weight: var(--arb-cr-dark-weight, normal); font-style: var(--arb-cr-dark-style, normal); text-decoration: var(--arb-cr-dark-decoration, none); }
|
|
45
81
|
a-fb { color: var(--arb-fb-dark); font-weight: var(--arb-fb-dark-weight, normal); font-style: var(--arb-fb-dark-style, normal); text-decoration: var(--arb-fb-dark-decoration, none); }
|
|
46
82
|
a-f { color: var(--arb-f-dark); font-weight: var(--arb-f-dark-weight, normal); font-style: var(--arb-f-dark-style, normal); text-decoration: var(--arb-f-dark-decoration, none); }
|
|
83
|
+
a-fm { color: var(--arb-fm-dark); font-weight: var(--arb-fm-dark-weight, normal); font-style: var(--arb-fm-dark-style, normal); text-decoration: var(--arb-fm-dark-decoration, none); }
|
|
47
84
|
a-k { color: var(--arb-k-dark); font-weight: var(--arb-k-dark-weight, normal); font-style: var(--arb-k-dark-style, normal); text-decoration: var(--arb-k-dark-decoration, none); }
|
|
85
|
+
a-kc { color: var(--arb-kc-dark); font-weight: var(--arb-kc-dark-weight, normal); font-style: var(--arb-kc-dark-style, normal); text-decoration: var(--arb-kc-dark-decoration, none); }
|
|
86
|
+
a-ko { color: var(--arb-ko-dark); font-weight: var(--arb-ko-dark-weight, normal); font-style: var(--arb-ko-dark-style, normal); text-decoration: var(--arb-ko-dark-decoration, none); }
|
|
87
|
+
a-kd { color: var(--arb-kd-dark); font-weight: var(--arb-kd-dark-weight, normal); font-style: var(--arb-kd-dark-style, normal); text-decoration: var(--arb-kd-dark-decoration, none); }
|
|
88
|
+
a-ke { color: var(--arb-ke-dark); font-weight: var(--arb-ke-dark-weight, normal); font-style: var(--arb-ke-dark-style, normal); text-decoration: var(--arb-ke-dark-decoration, none); }
|
|
89
|
+
a-kf { color: var(--arb-kf-dark); font-weight: var(--arb-kf-dark-weight, normal); font-style: var(--arb-kf-dark-style, normal); text-decoration: var(--arb-kf-dark-decoration, none); }
|
|
90
|
+
a-ki { color: var(--arb-ki-dark); font-weight: var(--arb-ki-dark-weight, normal); font-style: var(--arb-ki-dark-style, normal); text-decoration: var(--arb-ki-dark-decoration, none); }
|
|
91
|
+
a-kp { color: var(--arb-kp-dark); font-weight: var(--arb-kp-dark-weight, normal); font-style: var(--arb-kp-dark-style, normal); text-decoration: var(--arb-kp-dark-decoration, none); }
|
|
92
|
+
a-kr { color: var(--arb-kr-dark); font-weight: var(--arb-kr-dark-weight, normal); font-style: var(--arb-kr-dark-style, normal); text-decoration: var(--arb-kr-dark-decoration, none); }
|
|
93
|
+
a-kt { color: var(--arb-kt-dark); font-weight: var(--arb-kt-dark-weight, normal); font-style: var(--arb-kt-dark-style, normal); text-decoration: var(--arb-kt-dark-decoration, none); }
|
|
94
|
+
a-ky { color: var(--arb-ky-dark); font-weight: var(--arb-ky-dark-weight, normal); font-style: var(--arb-ky-dark-style, normal); text-decoration: var(--arb-ky-dark-decoration, none); }
|
|
48
95
|
a-o { color: var(--arb-o-dark); font-weight: var(--arb-o-dark-weight, normal); font-style: var(--arb-o-dark-style, normal); text-decoration: var(--arb-o-dark-decoration, none); }
|
|
49
96
|
a-pr { color: var(--arb-pr-dark); font-weight: var(--arb-pr-dark-weight, normal); font-style: var(--arb-pr-dark-style, normal); text-decoration: var(--arb-pr-dark-decoration, none); }
|
|
50
97
|
a-p { color: var(--arb-p-dark); font-weight: var(--arb-p-dark-weight, normal); font-style: var(--arb-p-dark-style, normal); text-decoration: var(--arb-p-dark-decoration, none); }
|
|
98
|
+
a-pb { color: var(--arb-pb-dark); font-weight: var(--arb-pb-dark-weight, normal); font-style: var(--arb-pb-dark-style, normal); text-decoration: var(--arb-pb-dark-decoration, none); }
|
|
99
|
+
a-pd { color: var(--arb-pd-dark); font-weight: var(--arb-pd-dark-weight, normal); font-style: var(--arb-pd-dark-style, normal); text-decoration: var(--arb-pd-dark-decoration, none); }
|
|
100
|
+
a-ps { color: var(--arb-ps-dark); font-weight: var(--arb-ps-dark-weight, normal); font-style: var(--arb-ps-dark-style, normal); text-decoration: var(--arb-ps-dark-decoration, none); }
|
|
51
101
|
a-s { color: var(--arb-s-dark); font-weight: var(--arb-s-dark-weight, normal); font-style: var(--arb-s-dark-style, normal); text-decoration: var(--arb-s-dark-decoration, none); }
|
|
102
|
+
a-ss { color: var(--arb-ss-dark); font-weight: var(--arb-ss-dark-weight, normal); font-style: var(--arb-ss-dark-style, normal); text-decoration: var(--arb-ss-dark-decoration, none); }
|
|
52
103
|
a-tg { color: var(--arb-tg-dark); font-weight: var(--arb-tg-dark-weight, normal); font-style: var(--arb-tg-dark-style, normal); text-decoration: var(--arb-tg-dark-decoration, none); }
|
|
53
|
-
a-
|
|
104
|
+
a-td { color: var(--arb-td-dark); font-weight: var(--arb-td-dark-weight, normal); font-style: var(--arb-td-dark-style, normal); text-decoration: var(--arb-td-dark-decoration, none); }
|
|
105
|
+
a-te { color: var(--arb-te-dark); font-weight: var(--arb-te-dark-weight, normal); font-style: var(--arb-te-dark-style, normal); text-decoration: var(--arb-te-dark-decoration, none); }
|
|
54
106
|
a-t { color: var(--arb-t-dark); font-weight: var(--arb-t-dark-weight, normal); font-style: var(--arb-t-dark-style, normal); text-decoration: var(--arb-t-dark-decoration, none); }
|
|
107
|
+
a-tb { color: var(--arb-tb-dark); font-weight: var(--arb-tb-dark-weight, normal); font-style: var(--arb-tb-dark-style, normal); text-decoration: var(--arb-tb-dark-decoration, none); }
|
|
108
|
+
a-tq { color: var(--arb-tq-dark); font-weight: var(--arb-tq-dark-weight, normal); font-style: var(--arb-tq-dark-style, normal); text-decoration: var(--arb-tq-dark-decoration, none); }
|
|
55
109
|
a-v { color: var(--arb-v-dark); font-weight: var(--arb-v-dark-weight, normal); font-style: var(--arb-v-dark-style, normal); text-decoration: var(--arb-v-dark-decoration, none); }
|
|
110
|
+
a-vb { color: var(--arb-vb-dark); font-weight: var(--arb-vb-dark-weight, normal); font-style: var(--arb-vb-dark-style, normal); text-decoration: var(--arb-vb-dark-decoration, none); }
|
|
111
|
+
a-vp { color: var(--arb-vp-dark); font-weight: var(--arb-vp-dark-weight, normal); font-style: var(--arb-vp-dark-style, normal); text-decoration: var(--arb-vp-dark-decoration, none); }
|
|
56
112
|
a-c { color: var(--arb-c-dark); font-weight: var(--arb-c-dark-weight, normal); font-style: var(--arb-c-dark-style, normal); text-decoration: var(--arb-c-dark-decoration, none); }
|
|
113
|
+
a-cd { color: var(--arb-cd-dark); font-weight: var(--arb-cd-dark-weight, normal); font-style: var(--arb-cd-dark-style, normal); text-decoration: var(--arb-cd-dark-decoration, none); }
|
|
57
114
|
a-m { color: var(--arb-m-dark); font-weight: var(--arb-m-dark-weight, normal); font-style: var(--arb-m-dark-style, normal); text-decoration: var(--arb-m-dark-decoration, none); }
|
|
58
115
|
a-l { color: var(--arb-l-dark); font-weight: var(--arb-l-dark-weight, normal); font-style: var(--arb-l-dark-style, normal); text-decoration: var(--arb-l-dark-decoration, none); }
|
|
59
116
|
a-da { color: var(--arb-da-dark); font-weight: var(--arb-da-dark-weight, normal); font-style: var(--arb-da-dark-style, normal); text-decoration: var(--arb-da-dark-decoration, none); }
|
|
@@ -66,32 +123,67 @@ a-bo { color: var(--arb-bo-light); font-weight: var(--arb-bo-light-weight, norma
|
|
|
66
123
|
a-tr { color: var(--arb-tr-dark); font-weight: var(--arb-tr-dark-weight, normal); font-style: var(--arb-tr-dark-style, normal); text-decoration: var(--arb-tr-dark-decoration, none); }
|
|
67
124
|
a-se { color: var(--arb-se-dark); font-weight: var(--arb-se-dark-weight, normal); font-style: var(--arb-se-dark-style, normal); text-decoration: var(--arb-se-dark-decoration, none); }
|
|
68
125
|
a-tt { color: var(--arb-tt-dark); font-weight: var(--arb-tt-dark-weight, normal); font-style: var(--arb-tt-dark-style, normal); text-decoration: var(--arb-tt-dark-decoration, none); }
|
|
69
|
-
a-
|
|
126
|
+
a-tx { color: var(--arb-tx-dark); font-weight: var(--arb-tx-dark-weight, normal); font-style: var(--arb-tx-dark-style, normal); text-decoration: var(--arb-tx-dark-decoration, none); }
|
|
127
|
+
a-sp { color: var(--arb-sp-dark); font-weight: var(--arb-sp-dark-weight, normal); font-style: var(--arb-sp-dark-style, normal); text-decoration: var(--arb-sp-dark-decoration, none); }
|
|
70
128
|
a-eb { color: var(--arb-eb-dark); font-weight: var(--arb-eb-dark-weight, normal); font-style: var(--arb-eb-dark-style, normal); text-decoration: var(--arb-eb-dark-decoration, none); }
|
|
129
|
+
a-er { color: var(--arb-er-dark); font-weight: var(--arb-er-dark-weight, normal); font-style: var(--arb-er-dark-style, normal); text-decoration: var(--arb-er-dark-decoration, none); }
|
|
71
130
|
a-ns { color: var(--arb-ns-dark); font-weight: var(--arb-ns-dark-weight, normal); font-style: var(--arb-ns-dark-style, normal); text-decoration: var(--arb-ns-dark-decoration, none); }
|
|
131
|
+
a-in { color: var(--arb-in-dark); font-weight: var(--arb-in-dark-weight, normal); font-style: var(--arb-in-dark-style, normal); text-decoration: var(--arb-in-dark-decoration, none); }
|
|
132
|
+
a-sc { color: var(--arb-sc-dark); font-weight: var(--arb-sc-dark-weight, normal); font-style: var(--arb-sc-dark-style, normal); text-decoration: var(--arb-sc-dark-decoration, none); }
|
|
133
|
+
a-rp { color: var(--arb-rp-dark); font-weight: var(--arb-rp-dark-weight, normal); font-style: var(--arb-rp-dark-style, normal); text-decoration: var(--arb-rp-dark-decoration, none); }
|
|
134
|
+
a-cn { color: var(--arb-cn-dark); font-weight: var(--arb-cn-dark-weight, normal); font-style: var(--arb-cn-dark-style, normal); text-decoration: var(--arb-cn-dark-decoration, none); }
|
|
135
|
+
a-ex { color: var(--arb-ex-dark); font-weight: var(--arb-ex-dark-weight, normal); font-style: var(--arb-ex-dark-style, normal); text-decoration: var(--arb-ex-dark-decoration, none); }
|
|
72
136
|
a-pp { color: var(--arb-pp-dark); font-weight: var(--arb-pp-dark-weight, normal); font-style: var(--arb-pp-dark-style, normal); text-decoration: var(--arb-pp-dark-decoration, none); }
|
|
73
137
|
a-ch { color: var(--arb-ch-dark); font-weight: var(--arb-ch-dark-weight, normal); font-style: var(--arb-ch-dark-style, normal); text-decoration: var(--arb-ch-dark-decoration, none); }
|
|
74
|
-
a-
|
|
75
|
-
a-
|
|
138
|
+
a-cs { color: var(--arb-cs-dark); font-weight: var(--arb-cs-dark-weight, normal); font-style: var(--arb-cs-dark-style, normal); text-decoration: var(--arb-cs-dark-decoration, none); }
|
|
139
|
+
a-vm { color: var(--arb-vm-dark); font-weight: var(--arb-vm-dark-weight, normal); font-style: var(--arb-vm-dark-style, normal); text-decoration: var(--arb-vm-dark-decoration, none); }
|
|
140
|
+
a-fd { color: var(--arb-fd-dark); font-weight: var(--arb-fd-dark-weight, normal); font-style: var(--arb-fd-dark-style, normal); text-decoration: var(--arb-fd-dark-decoration, none); }
|
|
141
|
+
a-tf { color: var(--arb-tf-dark); font-weight: var(--arb-tf-dark-weight, normal); font-style: var(--arb-tf-dark-style, normal); text-decoration: var(--arb-tf-dark-decoration, none); }
|
|
142
|
+
a-fc { color: var(--arb-fc-dark); font-weight: var(--arb-fc-dark-weight, normal); font-style: var(--arb-fc-dark-style, normal); text-decoration: var(--arb-fc-dark-decoration, none); }
|
|
143
|
+
a-km { color: var(--arb-km-dark); font-weight: var(--arb-km-dark-weight, normal); font-style: var(--arb-km-dark-style, normal); text-decoration: var(--arb-km-dark-decoration, none); }
|
|
144
|
+
a-dr { color: var(--arb-dr-dark); font-weight: var(--arb-dr-dark-weight, normal); font-style: var(--arb-dr-dark-style, normal); text-decoration: var(--arb-dr-dark-decoration, none); }
|
|
145
|
+
a-rx { color: var(--arb-rx-dark); font-weight: var(--arb-rx-dark-weight, normal); font-style: var(--arb-rx-dark-style, normal); text-decoration: var(--arb-rx-dark-decoration, none); }
|
|
76
146
|
}
|
|
77
147
|
|
|
78
148
|
/* Explicit light mode */
|
|
79
149
|
:root[data-theme="light"] {
|
|
80
150
|
a-at { color: var(--arb-at-light); font-weight: var(--arb-at-light-weight, normal); font-style: var(--arb-at-light-style, normal); text-decoration: var(--arb-at-light-decoration, none); }
|
|
81
151
|
a-co { color: var(--arb-co-light); font-weight: var(--arb-co-light-weight, normal); font-style: var(--arb-co-light-style, normal); text-decoration: var(--arb-co-light-decoration, none); }
|
|
152
|
+
a-cb { color: var(--arb-cb-light); font-weight: var(--arb-cb-light-weight, normal); font-style: var(--arb-cb-light-style, normal); text-decoration: var(--arb-cb-light-decoration, none); }
|
|
82
153
|
a-cr { color: var(--arb-cr-light); font-weight: var(--arb-cr-light-weight, normal); font-style: var(--arb-cr-light-style, normal); text-decoration: var(--arb-cr-light-decoration, none); }
|
|
83
154
|
a-fb { color: var(--arb-fb-light); font-weight: var(--arb-fb-light-weight, normal); font-style: var(--arb-fb-light-style, normal); text-decoration: var(--arb-fb-light-decoration, none); }
|
|
84
155
|
a-f { color: var(--arb-f-light); font-weight: var(--arb-f-light-weight, normal); font-style: var(--arb-f-light-style, normal); text-decoration: var(--arb-f-light-decoration, none); }
|
|
156
|
+
a-fm { color: var(--arb-fm-light); font-weight: var(--arb-fm-light-weight, normal); font-style: var(--arb-fm-light-style, normal); text-decoration: var(--arb-fm-light-decoration, none); }
|
|
85
157
|
a-k { color: var(--arb-k-light); font-weight: var(--arb-k-light-weight, normal); font-style: var(--arb-k-light-style, normal); text-decoration: var(--arb-k-light-decoration, none); }
|
|
158
|
+
a-kc { color: var(--arb-kc-light); font-weight: var(--arb-kc-light-weight, normal); font-style: var(--arb-kc-light-style, normal); text-decoration: var(--arb-kc-light-decoration, none); }
|
|
159
|
+
a-ko { color: var(--arb-ko-light); font-weight: var(--arb-ko-light-weight, normal); font-style: var(--arb-ko-light-style, normal); text-decoration: var(--arb-ko-light-decoration, none); }
|
|
160
|
+
a-kd { color: var(--arb-kd-light); font-weight: var(--arb-kd-light-weight, normal); font-style: var(--arb-kd-light-style, normal); text-decoration: var(--arb-kd-light-decoration, none); }
|
|
161
|
+
a-ke { color: var(--arb-ke-light); font-weight: var(--arb-ke-light-weight, normal); font-style: var(--arb-ke-light-style, normal); text-decoration: var(--arb-ke-light-decoration, none); }
|
|
162
|
+
a-kf { color: var(--arb-kf-light); font-weight: var(--arb-kf-light-weight, normal); font-style: var(--arb-kf-light-style, normal); text-decoration: var(--arb-kf-light-decoration, none); }
|
|
163
|
+
a-ki { color: var(--arb-ki-light); font-weight: var(--arb-ki-light-weight, normal); font-style: var(--arb-ki-light-style, normal); text-decoration: var(--arb-ki-light-decoration, none); }
|
|
164
|
+
a-kp { color: var(--arb-kp-light); font-weight: var(--arb-kp-light-weight, normal); font-style: var(--arb-kp-light-style, normal); text-decoration: var(--arb-kp-light-decoration, none); }
|
|
165
|
+
a-kr { color: var(--arb-kr-light); font-weight: var(--arb-kr-light-weight, normal); font-style: var(--arb-kr-light-style, normal); text-decoration: var(--arb-kr-light-decoration, none); }
|
|
166
|
+
a-kt { color: var(--arb-kt-light); font-weight: var(--arb-kt-light-weight, normal); font-style: var(--arb-kt-light-style, normal); text-decoration: var(--arb-kt-light-decoration, none); }
|
|
167
|
+
a-ky { color: var(--arb-ky-light); font-weight: var(--arb-ky-light-weight, normal); font-style: var(--arb-ky-light-style, normal); text-decoration: var(--arb-ky-light-decoration, none); }
|
|
86
168
|
a-o { color: var(--arb-o-light); font-weight: var(--arb-o-light-weight, normal); font-style: var(--arb-o-light-style, normal); text-decoration: var(--arb-o-light-decoration, none); }
|
|
87
169
|
a-pr { color: var(--arb-pr-light); font-weight: var(--arb-pr-light-weight, normal); font-style: var(--arb-pr-light-style, normal); text-decoration: var(--arb-pr-light-decoration, none); }
|
|
88
170
|
a-p { color: var(--arb-p-light); font-weight: var(--arb-p-light-weight, normal); font-style: var(--arb-p-light-style, normal); text-decoration: var(--arb-p-light-decoration, none); }
|
|
171
|
+
a-pb { color: var(--arb-pb-light); font-weight: var(--arb-pb-light-weight, normal); font-style: var(--arb-pb-light-style, normal); text-decoration: var(--arb-pb-light-decoration, none); }
|
|
172
|
+
a-pd { color: var(--arb-pd-light); font-weight: var(--arb-pd-light-weight, normal); font-style: var(--arb-pd-light-style, normal); text-decoration: var(--arb-pd-light-decoration, none); }
|
|
173
|
+
a-ps { color: var(--arb-ps-light); font-weight: var(--arb-ps-light-weight, normal); font-style: var(--arb-ps-light-style, normal); text-decoration: var(--arb-ps-light-decoration, none); }
|
|
89
174
|
a-s { color: var(--arb-s-light); font-weight: var(--arb-s-light-weight, normal); font-style: var(--arb-s-light-style, normal); text-decoration: var(--arb-s-light-decoration, none); }
|
|
175
|
+
a-ss { color: var(--arb-ss-light); font-weight: var(--arb-ss-light-weight, normal); font-style: var(--arb-ss-light-style, normal); text-decoration: var(--arb-ss-light-decoration, none); }
|
|
90
176
|
a-tg { color: var(--arb-tg-light); font-weight: var(--arb-tg-light-weight, normal); font-style: var(--arb-tg-light-style, normal); text-decoration: var(--arb-tg-light-decoration, none); }
|
|
91
|
-
a-
|
|
177
|
+
a-td { color: var(--arb-td-light); font-weight: var(--arb-td-light-weight, normal); font-style: var(--arb-td-light-style, normal); text-decoration: var(--arb-td-light-decoration, none); }
|
|
178
|
+
a-te { color: var(--arb-te-light); font-weight: var(--arb-te-light-weight, normal); font-style: var(--arb-te-light-style, normal); text-decoration: var(--arb-te-light-decoration, none); }
|
|
92
179
|
a-t { color: var(--arb-t-light); font-weight: var(--arb-t-light-weight, normal); font-style: var(--arb-t-light-style, normal); text-decoration: var(--arb-t-light-decoration, none); }
|
|
180
|
+
a-tb { color: var(--arb-tb-light); font-weight: var(--arb-tb-light-weight, normal); font-style: var(--arb-tb-light-style, normal); text-decoration: var(--arb-tb-light-decoration, none); }
|
|
181
|
+
a-tq { color: var(--arb-tq-light); font-weight: var(--arb-tq-light-weight, normal); font-style: var(--arb-tq-light-style, normal); text-decoration: var(--arb-tq-light-decoration, none); }
|
|
93
182
|
a-v { color: var(--arb-v-light); font-weight: var(--arb-v-light-weight, normal); font-style: var(--arb-v-light-style, normal); text-decoration: var(--arb-v-light-decoration, none); }
|
|
183
|
+
a-vb { color: var(--arb-vb-light); font-weight: var(--arb-vb-light-weight, normal); font-style: var(--arb-vb-light-style, normal); text-decoration: var(--arb-vb-light-decoration, none); }
|
|
184
|
+
a-vp { color: var(--arb-vp-light); font-weight: var(--arb-vp-light-weight, normal); font-style: var(--arb-vp-light-style, normal); text-decoration: var(--arb-vp-light-decoration, none); }
|
|
94
185
|
a-c { color: var(--arb-c-light); font-weight: var(--arb-c-light-weight, normal); font-style: var(--arb-c-light-style, normal); text-decoration: var(--arb-c-light-decoration, none); }
|
|
186
|
+
a-cd { color: var(--arb-cd-light); font-weight: var(--arb-cd-light-weight, normal); font-style: var(--arb-cd-light-style, normal); text-decoration: var(--arb-cd-light-decoration, none); }
|
|
95
187
|
a-m { color: var(--arb-m-light); font-weight: var(--arb-m-light-weight, normal); font-style: var(--arb-m-light-style, normal); text-decoration: var(--arb-m-light-decoration, none); }
|
|
96
188
|
a-l { color: var(--arb-l-light); font-weight: var(--arb-l-light-weight, normal); font-style: var(--arb-l-light-style, normal); text-decoration: var(--arb-l-light-decoration, none); }
|
|
97
189
|
a-da { color: var(--arb-da-light); font-weight: var(--arb-da-light-weight, normal); font-style: var(--arb-da-light-style, normal); text-decoration: var(--arb-da-light-decoration, none); }
|
|
@@ -104,32 +196,67 @@ a-bo { color: var(--arb-bo-light); font-weight: var(--arb-bo-light-weight, norma
|
|
|
104
196
|
a-tr { color: var(--arb-tr-light); font-weight: var(--arb-tr-light-weight, normal); font-style: var(--arb-tr-light-style, normal); text-decoration: var(--arb-tr-light-decoration, none); }
|
|
105
197
|
a-se { color: var(--arb-se-light); font-weight: var(--arb-se-light-weight, normal); font-style: var(--arb-se-light-style, normal); text-decoration: var(--arb-se-light-decoration, none); }
|
|
106
198
|
a-tt { color: var(--arb-tt-light); font-weight: var(--arb-tt-light-weight, normal); font-style: var(--arb-tt-light-style, normal); text-decoration: var(--arb-tt-light-decoration, none); }
|
|
107
|
-
a-
|
|
199
|
+
a-tx { color: var(--arb-tx-light); font-weight: var(--arb-tx-light-weight, normal); font-style: var(--arb-tx-light-style, normal); text-decoration: var(--arb-tx-light-decoration, none); }
|
|
200
|
+
a-sp { color: var(--arb-sp-light); font-weight: var(--arb-sp-light-weight, normal); font-style: var(--arb-sp-light-style, normal); text-decoration: var(--arb-sp-light-decoration, none); }
|
|
108
201
|
a-eb { color: var(--arb-eb-light); font-weight: var(--arb-eb-light-weight, normal); font-style: var(--arb-eb-light-style, normal); text-decoration: var(--arb-eb-light-decoration, none); }
|
|
202
|
+
a-er { color: var(--arb-er-light); font-weight: var(--arb-er-light-weight, normal); font-style: var(--arb-er-light-style, normal); text-decoration: var(--arb-er-light-decoration, none); }
|
|
109
203
|
a-ns { color: var(--arb-ns-light); font-weight: var(--arb-ns-light-weight, normal); font-style: var(--arb-ns-light-style, normal); text-decoration: var(--arb-ns-light-decoration, none); }
|
|
204
|
+
a-in { color: var(--arb-in-light); font-weight: var(--arb-in-light-weight, normal); font-style: var(--arb-in-light-style, normal); text-decoration: var(--arb-in-light-decoration, none); }
|
|
205
|
+
a-sc { color: var(--arb-sc-light); font-weight: var(--arb-sc-light-weight, normal); font-style: var(--arb-sc-light-style, normal); text-decoration: var(--arb-sc-light-decoration, none); }
|
|
206
|
+
a-rp { color: var(--arb-rp-light); font-weight: var(--arb-rp-light-weight, normal); font-style: var(--arb-rp-light-style, normal); text-decoration: var(--arb-rp-light-decoration, none); }
|
|
207
|
+
a-cn { color: var(--arb-cn-light); font-weight: var(--arb-cn-light-weight, normal); font-style: var(--arb-cn-light-style, normal); text-decoration: var(--arb-cn-light-decoration, none); }
|
|
208
|
+
a-ex { color: var(--arb-ex-light); font-weight: var(--arb-ex-light-weight, normal); font-style: var(--arb-ex-light-style, normal); text-decoration: var(--arb-ex-light-decoration, none); }
|
|
110
209
|
a-pp { color: var(--arb-pp-light); font-weight: var(--arb-pp-light-weight, normal); font-style: var(--arb-pp-light-style, normal); text-decoration: var(--arb-pp-light-decoration, none); }
|
|
111
210
|
a-ch { color: var(--arb-ch-light); font-weight: var(--arb-ch-light-weight, normal); font-style: var(--arb-ch-light-style, normal); text-decoration: var(--arb-ch-light-decoration, none); }
|
|
112
|
-
a-
|
|
113
|
-
a-
|
|
211
|
+
a-cs { color: var(--arb-cs-light); font-weight: var(--arb-cs-light-weight, normal); font-style: var(--arb-cs-light-style, normal); text-decoration: var(--arb-cs-light-decoration, none); }
|
|
212
|
+
a-vm { color: var(--arb-vm-light); font-weight: var(--arb-vm-light-weight, normal); font-style: var(--arb-vm-light-style, normal); text-decoration: var(--arb-vm-light-decoration, none); }
|
|
213
|
+
a-fd { color: var(--arb-fd-light); font-weight: var(--arb-fd-light-weight, normal); font-style: var(--arb-fd-light-style, normal); text-decoration: var(--arb-fd-light-decoration, none); }
|
|
214
|
+
a-tf { color: var(--arb-tf-light); font-weight: var(--arb-tf-light-weight, normal); font-style: var(--arb-tf-light-style, normal); text-decoration: var(--arb-tf-light-decoration, none); }
|
|
215
|
+
a-fc { color: var(--arb-fc-light); font-weight: var(--arb-fc-light-weight, normal); font-style: var(--arb-fc-light-style, normal); text-decoration: var(--arb-fc-light-decoration, none); }
|
|
216
|
+
a-km { color: var(--arb-km-light); font-weight: var(--arb-km-light-weight, normal); font-style: var(--arb-km-light-style, normal); text-decoration: var(--arb-km-light-decoration, none); }
|
|
217
|
+
a-dr { color: var(--arb-dr-light); font-weight: var(--arb-dr-light-weight, normal); font-style: var(--arb-dr-light-style, normal); text-decoration: var(--arb-dr-light-decoration, none); }
|
|
218
|
+
a-rx { color: var(--arb-rx-light); font-weight: var(--arb-rx-light-weight, normal); font-style: var(--arb-rx-light-style, normal); text-decoration: var(--arb-rx-light-decoration, none); }
|
|
114
219
|
}
|
|
115
220
|
|
|
116
221
|
/* Explicit dark mode */
|
|
117
222
|
:root[data-theme="dark"] {
|
|
118
223
|
a-at { color: var(--arb-at-dark); font-weight: var(--arb-at-dark-weight, normal); font-style: var(--arb-at-dark-style, normal); text-decoration: var(--arb-at-dark-decoration, none); }
|
|
119
224
|
a-co { color: var(--arb-co-dark); font-weight: var(--arb-co-dark-weight, normal); font-style: var(--arb-co-dark-style, normal); text-decoration: var(--arb-co-dark-decoration, none); }
|
|
225
|
+
a-cb { color: var(--arb-cb-dark); font-weight: var(--arb-cb-dark-weight, normal); font-style: var(--arb-cb-dark-style, normal); text-decoration: var(--arb-cb-dark-decoration, none); }
|
|
120
226
|
a-cr { color: var(--arb-cr-dark); font-weight: var(--arb-cr-dark-weight, normal); font-style: var(--arb-cr-dark-style, normal); text-decoration: var(--arb-cr-dark-decoration, none); }
|
|
121
227
|
a-fb { color: var(--arb-fb-dark); font-weight: var(--arb-fb-dark-weight, normal); font-style: var(--arb-fb-dark-style, normal); text-decoration: var(--arb-fb-dark-decoration, none); }
|
|
122
228
|
a-f { color: var(--arb-f-dark); font-weight: var(--arb-f-dark-weight, normal); font-style: var(--arb-f-dark-style, normal); text-decoration: var(--arb-f-dark-decoration, none); }
|
|
229
|
+
a-fm { color: var(--arb-fm-dark); font-weight: var(--arb-fm-dark-weight, normal); font-style: var(--arb-fm-dark-style, normal); text-decoration: var(--arb-fm-dark-decoration, none); }
|
|
123
230
|
a-k { color: var(--arb-k-dark); font-weight: var(--arb-k-dark-weight, normal); font-style: var(--arb-k-dark-style, normal); text-decoration: var(--arb-k-dark-decoration, none); }
|
|
231
|
+
a-kc { color: var(--arb-kc-dark); font-weight: var(--arb-kc-dark-weight, normal); font-style: var(--arb-kc-dark-style, normal); text-decoration: var(--arb-kc-dark-decoration, none); }
|
|
232
|
+
a-ko { color: var(--arb-ko-dark); font-weight: var(--arb-ko-dark-weight, normal); font-style: var(--arb-ko-dark-style, normal); text-decoration: var(--arb-ko-dark-decoration, none); }
|
|
233
|
+
a-kd { color: var(--arb-kd-dark); font-weight: var(--arb-kd-dark-weight, normal); font-style: var(--arb-kd-dark-style, normal); text-decoration: var(--arb-kd-dark-decoration, none); }
|
|
234
|
+
a-ke { color: var(--arb-ke-dark); font-weight: var(--arb-ke-dark-weight, normal); font-style: var(--arb-ke-dark-style, normal); text-decoration: var(--arb-ke-dark-decoration, none); }
|
|
235
|
+
a-kf { color: var(--arb-kf-dark); font-weight: var(--arb-kf-dark-weight, normal); font-style: var(--arb-kf-dark-style, normal); text-decoration: var(--arb-kf-dark-decoration, none); }
|
|
236
|
+
a-ki { color: var(--arb-ki-dark); font-weight: var(--arb-ki-dark-weight, normal); font-style: var(--arb-ki-dark-style, normal); text-decoration: var(--arb-ki-dark-decoration, none); }
|
|
237
|
+
a-kp { color: var(--arb-kp-dark); font-weight: var(--arb-kp-dark-weight, normal); font-style: var(--arb-kp-dark-style, normal); text-decoration: var(--arb-kp-dark-decoration, none); }
|
|
238
|
+
a-kr { color: var(--arb-kr-dark); font-weight: var(--arb-kr-dark-weight, normal); font-style: var(--arb-kr-dark-style, normal); text-decoration: var(--arb-kr-dark-decoration, none); }
|
|
239
|
+
a-kt { color: var(--arb-kt-dark); font-weight: var(--arb-kt-dark-weight, normal); font-style: var(--arb-kt-dark-style, normal); text-decoration: var(--arb-kt-dark-decoration, none); }
|
|
240
|
+
a-ky { color: var(--arb-ky-dark); font-weight: var(--arb-ky-dark-weight, normal); font-style: var(--arb-ky-dark-style, normal); text-decoration: var(--arb-ky-dark-decoration, none); }
|
|
124
241
|
a-o { color: var(--arb-o-dark); font-weight: var(--arb-o-dark-weight, normal); font-style: var(--arb-o-dark-style, normal); text-decoration: var(--arb-o-dark-decoration, none); }
|
|
125
242
|
a-pr { color: var(--arb-pr-dark); font-weight: var(--arb-pr-dark-weight, normal); font-style: var(--arb-pr-dark-style, normal); text-decoration: var(--arb-pr-dark-decoration, none); }
|
|
126
243
|
a-p { color: var(--arb-p-dark); font-weight: var(--arb-p-dark-weight, normal); font-style: var(--arb-p-dark-style, normal); text-decoration: var(--arb-p-dark-decoration, none); }
|
|
244
|
+
a-pb { color: var(--arb-pb-dark); font-weight: var(--arb-pb-dark-weight, normal); font-style: var(--arb-pb-dark-style, normal); text-decoration: var(--arb-pb-dark-decoration, none); }
|
|
245
|
+
a-pd { color: var(--arb-pd-dark); font-weight: var(--arb-pd-dark-weight, normal); font-style: var(--arb-pd-dark-style, normal); text-decoration: var(--arb-pd-dark-decoration, none); }
|
|
246
|
+
a-ps { color: var(--arb-ps-dark); font-weight: var(--arb-ps-dark-weight, normal); font-style: var(--arb-ps-dark-style, normal); text-decoration: var(--arb-ps-dark-decoration, none); }
|
|
127
247
|
a-s { color: var(--arb-s-dark); font-weight: var(--arb-s-dark-weight, normal); font-style: var(--arb-s-dark-style, normal); text-decoration: var(--arb-s-dark-decoration, none); }
|
|
248
|
+
a-ss { color: var(--arb-ss-dark); font-weight: var(--arb-ss-dark-weight, normal); font-style: var(--arb-ss-dark-style, normal); text-decoration: var(--arb-ss-dark-decoration, none); }
|
|
128
249
|
a-tg { color: var(--arb-tg-dark); font-weight: var(--arb-tg-dark-weight, normal); font-style: var(--arb-tg-dark-style, normal); text-decoration: var(--arb-tg-dark-decoration, none); }
|
|
129
|
-
a-
|
|
250
|
+
a-td { color: var(--arb-td-dark); font-weight: var(--arb-td-dark-weight, normal); font-style: var(--arb-td-dark-style, normal); text-decoration: var(--arb-td-dark-decoration, none); }
|
|
251
|
+
a-te { color: var(--arb-te-dark); font-weight: var(--arb-te-dark-weight, normal); font-style: var(--arb-te-dark-style, normal); text-decoration: var(--arb-te-dark-decoration, none); }
|
|
130
252
|
a-t { color: var(--arb-t-dark); font-weight: var(--arb-t-dark-weight, normal); font-style: var(--arb-t-dark-style, normal); text-decoration: var(--arb-t-dark-decoration, none); }
|
|
253
|
+
a-tb { color: var(--arb-tb-dark); font-weight: var(--arb-tb-dark-weight, normal); font-style: var(--arb-tb-dark-style, normal); text-decoration: var(--arb-tb-dark-decoration, none); }
|
|
254
|
+
a-tq { color: var(--arb-tq-dark); font-weight: var(--arb-tq-dark-weight, normal); font-style: var(--arb-tq-dark-style, normal); text-decoration: var(--arb-tq-dark-decoration, none); }
|
|
131
255
|
a-v { color: var(--arb-v-dark); font-weight: var(--arb-v-dark-weight, normal); font-style: var(--arb-v-dark-style, normal); text-decoration: var(--arb-v-dark-decoration, none); }
|
|
256
|
+
a-vb { color: var(--arb-vb-dark); font-weight: var(--arb-vb-dark-weight, normal); font-style: var(--arb-vb-dark-style, normal); text-decoration: var(--arb-vb-dark-decoration, none); }
|
|
257
|
+
a-vp { color: var(--arb-vp-dark); font-weight: var(--arb-vp-dark-weight, normal); font-style: var(--arb-vp-dark-style, normal); text-decoration: var(--arb-vp-dark-decoration, none); }
|
|
132
258
|
a-c { color: var(--arb-c-dark); font-weight: var(--arb-c-dark-weight, normal); font-style: var(--arb-c-dark-style, normal); text-decoration: var(--arb-c-dark-decoration, none); }
|
|
259
|
+
a-cd { color: var(--arb-cd-dark); font-weight: var(--arb-cd-dark-weight, normal); font-style: var(--arb-cd-dark-style, normal); text-decoration: var(--arb-cd-dark-decoration, none); }
|
|
133
260
|
a-m { color: var(--arb-m-dark); font-weight: var(--arb-m-dark-weight, normal); font-style: var(--arb-m-dark-style, normal); text-decoration: var(--arb-m-dark-decoration, none); }
|
|
134
261
|
a-l { color: var(--arb-l-dark); font-weight: var(--arb-l-dark-weight, normal); font-style: var(--arb-l-dark-style, normal); text-decoration: var(--arb-l-dark-decoration, none); }
|
|
135
262
|
a-da { color: var(--arb-da-dark); font-weight: var(--arb-da-dark-weight, normal); font-style: var(--arb-da-dark-style, normal); text-decoration: var(--arb-da-dark-decoration, none); }
|
|
@@ -142,11 +269,24 @@ a-bo { color: var(--arb-bo-light); font-weight: var(--arb-bo-light-weight, norma
|
|
|
142
269
|
a-tr { color: var(--arb-tr-dark); font-weight: var(--arb-tr-dark-weight, normal); font-style: var(--arb-tr-dark-style, normal); text-decoration: var(--arb-tr-dark-decoration, none); }
|
|
143
270
|
a-se { color: var(--arb-se-dark); font-weight: var(--arb-se-dark-weight, normal); font-style: var(--arb-se-dark-style, normal); text-decoration: var(--arb-se-dark-decoration, none); }
|
|
144
271
|
a-tt { color: var(--arb-tt-dark); font-weight: var(--arb-tt-dark-weight, normal); font-style: var(--arb-tt-dark-style, normal); text-decoration: var(--arb-tt-dark-decoration, none); }
|
|
145
|
-
a-
|
|
272
|
+
a-tx { color: var(--arb-tx-dark); font-weight: var(--arb-tx-dark-weight, normal); font-style: var(--arb-tx-dark-style, normal); text-decoration: var(--arb-tx-dark-decoration, none); }
|
|
273
|
+
a-sp { color: var(--arb-sp-dark); font-weight: var(--arb-sp-dark-weight, normal); font-style: var(--arb-sp-dark-style, normal); text-decoration: var(--arb-sp-dark-decoration, none); }
|
|
146
274
|
a-eb { color: var(--arb-eb-dark); font-weight: var(--arb-eb-dark-weight, normal); font-style: var(--arb-eb-dark-style, normal); text-decoration: var(--arb-eb-dark-decoration, none); }
|
|
275
|
+
a-er { color: var(--arb-er-dark); font-weight: var(--arb-er-dark-weight, normal); font-style: var(--arb-er-dark-style, normal); text-decoration: var(--arb-er-dark-decoration, none); }
|
|
147
276
|
a-ns { color: var(--arb-ns-dark); font-weight: var(--arb-ns-dark-weight, normal); font-style: var(--arb-ns-dark-style, normal); text-decoration: var(--arb-ns-dark-decoration, none); }
|
|
277
|
+
a-in { color: var(--arb-in-dark); font-weight: var(--arb-in-dark-weight, normal); font-style: var(--arb-in-dark-style, normal); text-decoration: var(--arb-in-dark-decoration, none); }
|
|
278
|
+
a-sc { color: var(--arb-sc-dark); font-weight: var(--arb-sc-dark-weight, normal); font-style: var(--arb-sc-dark-style, normal); text-decoration: var(--arb-sc-dark-decoration, none); }
|
|
279
|
+
a-rp { color: var(--arb-rp-dark); font-weight: var(--arb-rp-dark-weight, normal); font-style: var(--arb-rp-dark-style, normal); text-decoration: var(--arb-rp-dark-decoration, none); }
|
|
280
|
+
a-cn { color: var(--arb-cn-dark); font-weight: var(--arb-cn-dark-weight, normal); font-style: var(--arb-cn-dark-style, normal); text-decoration: var(--arb-cn-dark-decoration, none); }
|
|
281
|
+
a-ex { color: var(--arb-ex-dark); font-weight: var(--arb-ex-dark-weight, normal); font-style: var(--arb-ex-dark-style, normal); text-decoration: var(--arb-ex-dark-decoration, none); }
|
|
148
282
|
a-pp { color: var(--arb-pp-dark); font-weight: var(--arb-pp-dark-weight, normal); font-style: var(--arb-pp-dark-style, normal); text-decoration: var(--arb-pp-dark-decoration, none); }
|
|
149
283
|
a-ch { color: var(--arb-ch-dark); font-weight: var(--arb-ch-dark-weight, normal); font-style: var(--arb-ch-dark-style, normal); text-decoration: var(--arb-ch-dark-decoration, none); }
|
|
150
|
-
a-
|
|
151
|
-
a-
|
|
284
|
+
a-cs { color: var(--arb-cs-dark); font-weight: var(--arb-cs-dark-weight, normal); font-style: var(--arb-cs-dark-style, normal); text-decoration: var(--arb-cs-dark-decoration, none); }
|
|
285
|
+
a-vm { color: var(--arb-vm-dark); font-weight: var(--arb-vm-dark-weight, normal); font-style: var(--arb-vm-dark-style, normal); text-decoration: var(--arb-vm-dark-decoration, none); }
|
|
286
|
+
a-fd { color: var(--arb-fd-dark); font-weight: var(--arb-fd-dark-weight, normal); font-style: var(--arb-fd-dark-style, normal); text-decoration: var(--arb-fd-dark-decoration, none); }
|
|
287
|
+
a-tf { color: var(--arb-tf-dark); font-weight: var(--arb-tf-dark-weight, normal); font-style: var(--arb-tf-dark-style, normal); text-decoration: var(--arb-tf-dark-decoration, none); }
|
|
288
|
+
a-fc { color: var(--arb-fc-dark); font-weight: var(--arb-fc-dark-weight, normal); font-style: var(--arb-fc-dark-style, normal); text-decoration: var(--arb-fc-dark-decoration, none); }
|
|
289
|
+
a-km { color: var(--arb-km-dark); font-weight: var(--arb-km-dark-weight, normal); font-style: var(--arb-km-dark-style, normal); text-decoration: var(--arb-km-dark-decoration, none); }
|
|
290
|
+
a-dr { color: var(--arb-dr-dark); font-weight: var(--arb-dr-dark-weight, normal); font-style: var(--arb-dr-dark-style, normal); text-decoration: var(--arb-dr-dark-decoration, none); }
|
|
291
|
+
a-rx { color: var(--arb-rx-dark); font-weight: var(--arb-rx-dark-weight, normal); font-style: var(--arb-rx-dark-style, normal); text-decoration: var(--arb-rx-dark-decoration, none); }
|
|
152
292
|
}
|
|
@@ -5,22 +5,42 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--arb-at-dark: #e5c890;
|
|
7
7
|
--arb-co-dark: #ef9f76;
|
|
8
|
+
--arb-cb-dark: #ef9f76;
|
|
8
9
|
--arb-fb-dark: #99d1db;
|
|
9
10
|
--arb-f-dark: #8caaee;
|
|
11
|
+
--arb-fm-dark: #8caaee;
|
|
10
12
|
--arb-k-dark: #ca9ee6;
|
|
11
|
-
--arb-
|
|
13
|
+
--arb-kc-dark: #ca9ee6;
|
|
14
|
+
--arb-ko-dark: #ca9ee6;
|
|
15
|
+
--arb-kd-dark: #ca9ee6;
|
|
16
|
+
--arb-ke-dark: #ca9ee6;
|
|
17
|
+
--arb-kf-dark: #ca9ee6;
|
|
18
|
+
--arb-ki-dark: #ca9ee6;
|
|
19
|
+
--arb-kp-dark: #ca9ee6;
|
|
20
|
+
--arb-kr-dark: #ca9ee6;
|
|
21
|
+
--arb-kt-dark: #ca9ee6;
|
|
22
|
+
--arb-ky-dark: #ca9ee6;
|
|
23
|
+
--arb-o-dark: #81c8be;
|
|
12
24
|
--arb-pr-dark: #8caaee;
|
|
13
25
|
--arb-p-dark: #949cbb;
|
|
26
|
+
--arb-pb-dark: #949cbb;
|
|
27
|
+
--arb-pd-dark: #949cbb;
|
|
28
|
+
--arb-ps-dark: #f4b8e4;
|
|
14
29
|
--arb-s-dark: #a6d189;
|
|
30
|
+
--arb-ss-dark: #e78284;
|
|
15
31
|
--arb-tg-dark: #8caaee;
|
|
16
|
-
--arb-
|
|
32
|
+
--arb-td-dark: #8caaee;
|
|
33
|
+
--arb-te-dark: #8caaee;
|
|
17
34
|
--arb-t-dark: #e5c890;
|
|
35
|
+
--arb-tb-dark: #e5c890;
|
|
36
|
+
--arb-tq-dark: #e5c890;
|
|
18
37
|
--arb-v-dark: #c6d0f5;
|
|
38
|
+
--arb-vb-dark: #e78284;
|
|
39
|
+
--arb-vp-dark: #ef9f76;
|
|
19
40
|
--arb-c-dark: #737994;
|
|
41
|
+
--arb-cd-dark: #737994;
|
|
20
42
|
--arb-m-dark: #81c8be;
|
|
21
43
|
--arb-l-dark: #f4b8e4;
|
|
22
|
-
--arb-da-dark: #a6d189;
|
|
23
|
-
--arb-dd-dark: #e78284;
|
|
24
44
|
--arb-n-dark: #ef9f76;
|
|
25
45
|
--arb-tl-dark: #c6d0f5;
|
|
26
46
|
--arb-em-dark-style: italic;
|
|
@@ -31,8 +51,21 @@
|
|
|
31
51
|
--arb-se-dark: #ef9f76;
|
|
32
52
|
--arb-tt-dark: #ca9ee6;
|
|
33
53
|
--arb-tt-dark-weight: bold;
|
|
34
|
-
--arb-
|
|
35
|
-
--arb-
|
|
36
|
-
--arb-
|
|
37
|
-
--arb-
|
|
54
|
+
--arb-tx-dark-decoration: line-through;
|
|
55
|
+
--arb-sp-dark: #c6d0f5;
|
|
56
|
+
--arb-in-dark: #ca9ee6;
|
|
57
|
+
--arb-sc-dark: #ca9ee6;
|
|
58
|
+
--arb-rp-dark: #ca9ee6;
|
|
59
|
+
--arb-cn-dark: #ca9ee6;
|
|
60
|
+
--arb-ex-dark: #ca9ee6;
|
|
61
|
+
--arb-pp-dark: #ca9ee6;
|
|
62
|
+
--arb-ch-dark: #a6d189;
|
|
63
|
+
--arb-cs-dark: #a6d189;
|
|
64
|
+
--arb-vm-dark: #c6d0f5;
|
|
65
|
+
--arb-fd-dark: #8caaee;
|
|
66
|
+
--arb-tf-dark: #e5c890;
|
|
67
|
+
--arb-fc-dark: #8caaee;
|
|
68
|
+
--arb-km-dark: #ca9ee6;
|
|
69
|
+
--arb-dr-dark: #ca9ee6;
|
|
70
|
+
--arb-rx-dark: #a6d189;
|
|
38
71
|
}
|
|
@@ -5,22 +5,42 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--arb-at-light: #df8e1d;
|
|
7
7
|
--arb-co-light: #fe640b;
|
|
8
|
+
--arb-cb-light: #fe640b;
|
|
8
9
|
--arb-fb-light: #04a5e5;
|
|
9
10
|
--arb-f-light: #1e66f5;
|
|
11
|
+
--arb-fm-light: #1e66f5;
|
|
10
12
|
--arb-k-light: #8839ef;
|
|
11
|
-
--arb-
|
|
13
|
+
--arb-kc-light: #8839ef;
|
|
14
|
+
--arb-ko-light: #8839ef;
|
|
15
|
+
--arb-kd-light: #8839ef;
|
|
16
|
+
--arb-ke-light: #8839ef;
|
|
17
|
+
--arb-kf-light: #8839ef;
|
|
18
|
+
--arb-ki-light: #8839ef;
|
|
19
|
+
--arb-kp-light: #8839ef;
|
|
20
|
+
--arb-kr-light: #8839ef;
|
|
21
|
+
--arb-kt-light: #8839ef;
|
|
22
|
+
--arb-ky-light: #8839ef;
|
|
23
|
+
--arb-o-light: #179299;
|
|
12
24
|
--arb-pr-light: #1e66f5;
|
|
13
25
|
--arb-p-light: #7c7f93;
|
|
26
|
+
--arb-pb-light: #7c7f93;
|
|
27
|
+
--arb-pd-light: #7c7f93;
|
|
28
|
+
--arb-ps-light: #ea76cb;
|
|
14
29
|
--arb-s-light: #40a02b;
|
|
30
|
+
--arb-ss-light: #d20f39;
|
|
15
31
|
--arb-tg-light: #1e66f5;
|
|
16
|
-
--arb-
|
|
32
|
+
--arb-td-light: #1e66f5;
|
|
33
|
+
--arb-te-light: #1e66f5;
|
|
17
34
|
--arb-t-light: #df8e1d;
|
|
35
|
+
--arb-tb-light: #df8e1d;
|
|
36
|
+
--arb-tq-light: #df8e1d;
|
|
18
37
|
--arb-v-light: #4c4f69;
|
|
38
|
+
--arb-vb-light: #d20f39;
|
|
39
|
+
--arb-vp-light: #fe640b;
|
|
19
40
|
--arb-c-light: #9ca0b0;
|
|
41
|
+
--arb-cd-light: #9ca0b0;
|
|
20
42
|
--arb-m-light: #179299;
|
|
21
43
|
--arb-l-light: #ea76cb;
|
|
22
|
-
--arb-da-light: #40a02b;
|
|
23
|
-
--arb-dd-light: #d20f39;
|
|
24
44
|
--arb-n-light: #fe640b;
|
|
25
45
|
--arb-tl-light: #4c4f69;
|
|
26
46
|
--arb-em-light-style: italic;
|
|
@@ -31,8 +51,21 @@
|
|
|
31
51
|
--arb-se-light: #fe640b;
|
|
32
52
|
--arb-tt-light: #8839ef;
|
|
33
53
|
--arb-tt-light-weight: bold;
|
|
34
|
-
--arb-
|
|
35
|
-
--arb-
|
|
36
|
-
--arb-
|
|
37
|
-
--arb-
|
|
54
|
+
--arb-tx-light-decoration: line-through;
|
|
55
|
+
--arb-sp-light: #4c4f69;
|
|
56
|
+
--arb-in-light: #8839ef;
|
|
57
|
+
--arb-sc-light: #8839ef;
|
|
58
|
+
--arb-rp-light: #8839ef;
|
|
59
|
+
--arb-cn-light: #8839ef;
|
|
60
|
+
--arb-ex-light: #8839ef;
|
|
61
|
+
--arb-pp-light: #8839ef;
|
|
62
|
+
--arb-ch-light: #40a02b;
|
|
63
|
+
--arb-cs-light: #40a02b;
|
|
64
|
+
--arb-vm-light: #4c4f69;
|
|
65
|
+
--arb-fd-light: #1e66f5;
|
|
66
|
+
--arb-tf-light: #df8e1d;
|
|
67
|
+
--arb-fc-light: #1e66f5;
|
|
68
|
+
--arb-km-light: #8839ef;
|
|
69
|
+
--arb-dr-light: #8839ef;
|
|
70
|
+
--arb-rx-light: #40a02b;
|
|
38
71
|
}
|
|
@@ -5,22 +5,42 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--arb-at-dark: #eed49f;
|
|
7
7
|
--arb-co-dark: #f5a97f;
|
|
8
|
+
--arb-cb-dark: #f5a97f;
|
|
8
9
|
--arb-fb-dark: #91d7e3;
|
|
9
10
|
--arb-f-dark: #8aadf4;
|
|
11
|
+
--arb-fm-dark: #8aadf4;
|
|
10
12
|
--arb-k-dark: #c6a0f6;
|
|
11
|
-
--arb-
|
|
13
|
+
--arb-kc-dark: #c6a0f6;
|
|
14
|
+
--arb-ko-dark: #c6a0f6;
|
|
15
|
+
--arb-kd-dark: #c6a0f6;
|
|
16
|
+
--arb-ke-dark: #c6a0f6;
|
|
17
|
+
--arb-kf-dark: #c6a0f6;
|
|
18
|
+
--arb-ki-dark: #c6a0f6;
|
|
19
|
+
--arb-kp-dark: #c6a0f6;
|
|
20
|
+
--arb-kr-dark: #c6a0f6;
|
|
21
|
+
--arb-kt-dark: #c6a0f6;
|
|
22
|
+
--arb-ky-dark: #c6a0f6;
|
|
23
|
+
--arb-o-dark: #8bd5ca;
|
|
12
24
|
--arb-pr-dark: #8aadf4;
|
|
13
25
|
--arb-p-dark: #939ab7;
|
|
26
|
+
--arb-pb-dark: #939ab7;
|
|
27
|
+
--arb-pd-dark: #939ab7;
|
|
28
|
+
--arb-ps-dark: #f5bde6;
|
|
14
29
|
--arb-s-dark: #a6da95;
|
|
30
|
+
--arb-ss-dark: #ed8796;
|
|
15
31
|
--arb-tg-dark: #8aadf4;
|
|
16
|
-
--arb-
|
|
32
|
+
--arb-td-dark: #8aadf4;
|
|
33
|
+
--arb-te-dark: #8aadf4;
|
|
17
34
|
--arb-t-dark: #eed49f;
|
|
35
|
+
--arb-tb-dark: #eed49f;
|
|
36
|
+
--arb-tq-dark: #eed49f;
|
|
18
37
|
--arb-v-dark: #cad3f5;
|
|
38
|
+
--arb-vb-dark: #ed8796;
|
|
39
|
+
--arb-vp-dark: #f5a97f;
|
|
19
40
|
--arb-c-dark: #6e738d;
|
|
41
|
+
--arb-cd-dark: #6e738d;
|
|
20
42
|
--arb-m-dark: #8bd5ca;
|
|
21
43
|
--arb-l-dark: #f5bde6;
|
|
22
|
-
--arb-da-dark: #a6da95;
|
|
23
|
-
--arb-dd-dark: #ed8796;
|
|
24
44
|
--arb-n-dark: #f5a97f;
|
|
25
45
|
--arb-tl-dark: #cad3f5;
|
|
26
46
|
--arb-em-dark-style: italic;
|
|
@@ -31,8 +51,21 @@
|
|
|
31
51
|
--arb-se-dark: #f5a97f;
|
|
32
52
|
--arb-tt-dark: #c6a0f6;
|
|
33
53
|
--arb-tt-dark-weight: bold;
|
|
34
|
-
--arb-
|
|
35
|
-
--arb-
|
|
36
|
-
--arb-
|
|
37
|
-
--arb-
|
|
54
|
+
--arb-tx-dark-decoration: line-through;
|
|
55
|
+
--arb-sp-dark: #cad3f5;
|
|
56
|
+
--arb-in-dark: #c6a0f6;
|
|
57
|
+
--arb-sc-dark: #c6a0f6;
|
|
58
|
+
--arb-rp-dark: #c6a0f6;
|
|
59
|
+
--arb-cn-dark: #c6a0f6;
|
|
60
|
+
--arb-ex-dark: #c6a0f6;
|
|
61
|
+
--arb-pp-dark: #c6a0f6;
|
|
62
|
+
--arb-ch-dark: #a6da95;
|
|
63
|
+
--arb-cs-dark: #a6da95;
|
|
64
|
+
--arb-vm-dark: #cad3f5;
|
|
65
|
+
--arb-fd-dark: #8aadf4;
|
|
66
|
+
--arb-tf-dark: #eed49f;
|
|
67
|
+
--arb-fc-dark: #8aadf4;
|
|
68
|
+
--arb-km-dark: #c6a0f6;
|
|
69
|
+
--arb-dr-dark: #c6a0f6;
|
|
70
|
+
--arb-rx-dark: #a6da95;
|
|
38
71
|
}
|
|
@@ -5,22 +5,42 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--arb-at-dark: #f9e2af;
|
|
7
7
|
--arb-co-dark: #fab387;
|
|
8
|
+
--arb-cb-dark: #fab387;
|
|
8
9
|
--arb-fb-dark: #89dceb;
|
|
9
10
|
--arb-f-dark: #89b4fa;
|
|
11
|
+
--arb-fm-dark: #89b4fa;
|
|
10
12
|
--arb-k-dark: #cba6f7;
|
|
11
|
-
--arb-
|
|
13
|
+
--arb-kc-dark: #cba6f7;
|
|
14
|
+
--arb-ko-dark: #cba6f7;
|
|
15
|
+
--arb-kd-dark: #cba6f7;
|
|
16
|
+
--arb-ke-dark: #cba6f7;
|
|
17
|
+
--arb-kf-dark: #cba6f7;
|
|
18
|
+
--arb-ki-dark: #cba6f7;
|
|
19
|
+
--arb-kp-dark: #cba6f7;
|
|
20
|
+
--arb-kr-dark: #cba6f7;
|
|
21
|
+
--arb-kt-dark: #cba6f7;
|
|
22
|
+
--arb-ky-dark: #cba6f7;
|
|
23
|
+
--arb-o-dark: #94e2d5;
|
|
12
24
|
--arb-pr-dark: #89b4fa;
|
|
13
25
|
--arb-p-dark: #9399b2;
|
|
26
|
+
--arb-pb-dark: #9399b2;
|
|
27
|
+
--arb-pd-dark: #9399b2;
|
|
28
|
+
--arb-ps-dark: #f5c2e7;
|
|
14
29
|
--arb-s-dark: #a6e3a1;
|
|
30
|
+
--arb-ss-dark: #f38ba8;
|
|
15
31
|
--arb-tg-dark: #89b4fa;
|
|
16
|
-
--arb-
|
|
32
|
+
--arb-td-dark: #89b4fa;
|
|
33
|
+
--arb-te-dark: #89b4fa;
|
|
17
34
|
--arb-t-dark: #f9e2af;
|
|
35
|
+
--arb-tb-dark: #f9e2af;
|
|
36
|
+
--arb-tq-dark: #f9e2af;
|
|
18
37
|
--arb-v-dark: #cdd6f4;
|
|
38
|
+
--arb-vb-dark: #f38ba8;
|
|
39
|
+
--arb-vp-dark: #fab387;
|
|
19
40
|
--arb-c-dark: #6c7086;
|
|
41
|
+
--arb-cd-dark: #6c7086;
|
|
20
42
|
--arb-m-dark: #94e2d5;
|
|
21
43
|
--arb-l-dark: #f5c2e7;
|
|
22
|
-
--arb-da-dark: #a6e3a1;
|
|
23
|
-
--arb-dd-dark: #f38ba8;
|
|
24
44
|
--arb-n-dark: #fab387;
|
|
25
45
|
--arb-tl-dark: #cdd6f4;
|
|
26
46
|
--arb-em-dark-style: italic;
|
|
@@ -31,8 +51,21 @@
|
|
|
31
51
|
--arb-se-dark: #fab387;
|
|
32
52
|
--arb-tt-dark: #cba6f7;
|
|
33
53
|
--arb-tt-dark-weight: bold;
|
|
34
|
-
--arb-
|
|
35
|
-
--arb-
|
|
36
|
-
--arb-
|
|
37
|
-
--arb-
|
|
54
|
+
--arb-tx-dark-decoration: line-through;
|
|
55
|
+
--arb-sp-dark: #cdd6f4;
|
|
56
|
+
--arb-in-dark: #cba6f7;
|
|
57
|
+
--arb-sc-dark: #cba6f7;
|
|
58
|
+
--arb-rp-dark: #cba6f7;
|
|
59
|
+
--arb-cn-dark: #cba6f7;
|
|
60
|
+
--arb-ex-dark: #cba6f7;
|
|
61
|
+
--arb-pp-dark: #cba6f7;
|
|
62
|
+
--arb-ch-dark: #a6e3a1;
|
|
63
|
+
--arb-cs-dark: #a6e3a1;
|
|
64
|
+
--arb-vm-dark: #cdd6f4;
|
|
65
|
+
--arb-fd-dark: #89b4fa;
|
|
66
|
+
--arb-tf-dark: #f9e2af;
|
|
67
|
+
--arb-fc-dark: #89b4fa;
|
|
68
|
+
--arb-km-dark: #cba6f7;
|
|
69
|
+
--arb-dr-dark: #cba6f7;
|
|
70
|
+
--arb-rx-dark: #a6e3a1;
|
|
38
71
|
}
|