@primer/primitives 10.1.0 → 10.2.0-rc.285d8b6c
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/build/formats/cssAdvanced.js +2 -2
- package/dist/build/primerStyleDictionary.js +2 -0
- package/dist/build/schemas/colorToken.d.ts +1 -6
- package/dist/build/schemas/colorToken.js +1 -1
- package/dist/build/transformers/colorAlphaToCss.d.ts +3 -0
- package/dist/build/transformers/colorAlphaToCss.js +23 -0
- package/dist/build/transformers/colorToHex.js +1 -2
- package/dist/css/base/motion/motion.css +6 -6
- package/dist/css/base/size/size.css +6 -6
- package/dist/css/base/typography/typography.css +1 -1
- package/dist/css/functional/motion/motion.css +1 -1
- package/dist/css/functional/size/border.css +9 -9
- package/dist/css/functional/size/breakpoints.css +3 -3
- package/dist/css/functional/size/size-coarse.css +1 -1
- package/dist/css/functional/size/size-fine.css +1 -1
- package/dist/css/functional/size/size.css +49 -49
- package/dist/css/functional/themes/dark-colorblind.css +1124 -1124
- package/dist/css/functional/themes/dark-dimmed.css +1124 -1124
- package/dist/css/functional/themes/dark-high-contrast.css +1124 -1124
- package/dist/css/functional/themes/dark-tritanopia.css +1124 -1124
- package/dist/css/functional/themes/dark.css +1124 -1124
- package/dist/css/functional/themes/light-colorblind.css +1124 -1124
- package/dist/css/functional/themes/light-high-contrast.css +1124 -1124
- package/dist/css/functional/themes/light-tritanopia.css +1124 -1124
- package/dist/css/functional/themes/light.css +1124 -1124
- package/dist/css/functional/typography/typography.css +28 -28
- package/dist/css/primitives.css +105 -105
- package/dist/docs/functional/themes/dark-colorblind.json +47 -59
- package/dist/docs/functional/themes/dark-dimmed.json +13 -5
- package/dist/docs/functional/themes/dark-high-contrast.json +39 -17
- package/dist/docs/functional/themes/dark-tritanopia.json +57 -85
- package/dist/docs/functional/themes/dark.json +41 -33
- package/dist/docs/functional/themes/light-colorblind.json +37 -33
- package/dist/docs/functional/themes/light-high-contrast.json +35 -13
- package/dist/docs/functional/themes/light-tritanopia.json +37 -33
- package/dist/docs/functional/themes/light.json +35 -27
- package/dist/figma/themes/dark-colorblind.json +25 -24
- package/dist/figma/themes/dark-dimmed.json +6 -4
- package/dist/figma/themes/dark-high-contrast.json +20 -2
- package/dist/figma/themes/dark-tritanopia.json +29 -27
- package/dist/figma/themes/dark.json +31 -28
- package/dist/figma/themes/light-colorblind.json +16 -16
- package/dist/figma/themes/light-high-contrast.json +16 -0
- package/dist/figma/themes/light-tritanopia.json +16 -16
- package/dist/figma/themes/light.json +16 -16
- package/dist/internalCss/dark-colorblind.css +1594 -1594
- package/dist/internalCss/dark-dimmed.css +1594 -1594
- package/dist/internalCss/dark-high-contrast.css +1594 -1594
- package/dist/internalCss/dark-tritanopia.css +1594 -1594
- package/dist/internalCss/dark.css +1594 -1594
- package/dist/internalCss/light-colorblind.css +1560 -1560
- package/dist/internalCss/light-high-contrast.css +1560 -1560
- package/dist/internalCss/light-tritanopia.css +1560 -1560
- package/dist/internalCss/light.css +1560 -1560
- package/dist/styleLint/functional/themes/dark-colorblind.json +47 -59
- package/dist/styleLint/functional/themes/dark-dimmed.json +13 -5
- package/dist/styleLint/functional/themes/dark-high-contrast.json +39 -17
- package/dist/styleLint/functional/themes/dark-tritanopia.json +57 -85
- package/dist/styleLint/functional/themes/dark.json +41 -33
- package/dist/styleLint/functional/themes/light-colorblind.json +37 -33
- package/dist/styleLint/functional/themes/light-high-contrast.json +35 -13
- package/dist/styleLint/functional/themes/light-tritanopia.json +37 -33
- package/dist/styleLint/functional/themes/light.json +35 -27
- package/package.json +1 -5
- package/src/tokens/component/topicTag.json5 +19 -0
- package/src/tokens/functional/color/dark/app-dark.json5 +0 -14
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -6
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +5 -15
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +9 -27
- package/src/tokens/functional/color/dark/primitives-dark.json5 +3 -3
- package/src/tokens/functional/color/light/app-light.json5 +0 -13
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -6
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +1 -3
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +1 -3
|
@@ -2,41 +2,189 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark_high_contrast"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_high_contrast"] ::backdrop {
|
|
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
|
-
--
|
|
5
|
+
--avatar-bgColor: #ffffff1a;
|
|
6
|
+
--avatar-borderColor: #ffffffe6;
|
|
7
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
8
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
9
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
10
|
+
--bgColor-accent-emphasis: #194fb1;
|
|
11
|
+
--bgColor-accent-muted: #5cacff1a;
|
|
12
|
+
--bgColor-attention-emphasis: #7b4900;
|
|
13
|
+
--bgColor-attention-muted: #edaa2726;
|
|
14
|
+
--bgColor-black: #010409;
|
|
15
|
+
--bgColor-closed-emphasis: #ad0116;
|
|
16
|
+
--bgColor-closed-muted: #ff80801a;
|
|
17
|
+
--bgColor-danger-emphasis: #ad0116;
|
|
18
|
+
--bgColor-danger-muted: #ff80801a;
|
|
19
|
+
--bgColor-default: #010409;
|
|
20
|
+
--bgColor-disabled: #262c36;
|
|
21
|
+
--bgColor-done-emphasis: #6921d7;
|
|
22
|
+
--bgColor-done-muted: #bf8fff26;
|
|
23
|
+
--bgColor-emphasis: #3d444d;
|
|
24
|
+
--bgColor-inset: #010409;
|
|
25
|
+
--bgColor-inverse: #ffffff;
|
|
26
|
+
--bgColor-muted: #151b23;
|
|
27
|
+
--bgColor-neutral-emphasis: #3d444d;
|
|
28
|
+
--bgColor-neutral-muted: #212830;
|
|
29
|
+
--bgColor-open-emphasis: #006222;
|
|
30
|
+
--bgColor-open-muted: #0ac74026;
|
|
31
|
+
--bgColor-severe-emphasis: #8f3c00;
|
|
32
|
+
--bgColor-severe-muted: #f48b251a;
|
|
33
|
+
--bgColor-sponsors-emphasis: #9c1d6a;
|
|
34
|
+
--bgColor-sponsors-muted: #f87cbd1a;
|
|
35
|
+
--bgColor-success-emphasis: #006222;
|
|
36
|
+
--bgColor-success-muted: #0ac74026;
|
|
37
|
+
--bgColor-transparent: #00000000;
|
|
38
|
+
--bgColor-upsell-emphasis: #6921d7;
|
|
39
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
40
|
+
--bgColor-white: #ffffff;
|
|
41
|
+
--border-accent-emphasis: 0.0625rem solid #409eff;
|
|
42
|
+
--border-accent-muted: 0.0625rem solid #5cacff;
|
|
43
|
+
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
44
|
+
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
45
|
+
--border-closed-emphasis: 0.0625rem solid #ff6a69;
|
|
46
|
+
--border-closed-muted: 0.0625rem solid #ff8080;
|
|
47
|
+
--border-danger-emphasis: 0.0625rem solid #ff6a69;
|
|
48
|
+
--border-danger-muted: 0.0625rem solid #ff8080;
|
|
49
|
+
--border-default: 0.0625rem solid #b7bdc8;
|
|
50
|
+
--border-disabled: 0.0625rem solid #9198a11f;
|
|
51
|
+
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
52
|
+
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
53
|
+
--border-emphasis: 0.0625rem solid #b7bdc8;
|
|
54
|
+
--border-muted: 0.0625rem solid #b7bdc8;
|
|
55
|
+
--border-neutral-emphasis: 0.0625rem solid #b7bdc8;
|
|
56
|
+
--border-neutral-muted: 0.0625rem solid #b7bdc8;
|
|
57
|
+
--border-open-emphasis: 0.0625rem solid #09b43a;
|
|
58
|
+
--border-open-muted: 0.0625rem solid #0ac740;
|
|
59
|
+
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
60
|
+
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
61
|
+
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
62
|
+
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
63
|
+
--border-success-emphasis: 0.0625rem solid #09b43a;
|
|
64
|
+
--border-success-muted: 0.0625rem solid #0ac740;
|
|
65
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
66
|
+
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
67
|
+
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
68
|
+
--borderColor-accent-emphasis: #409eff;
|
|
69
|
+
--borderColor-accent-muted: #5cacff;
|
|
70
|
+
--borderColor-attention-emphasis: #e09b13;
|
|
71
|
+
--borderColor-attention-muted: #edaa27;
|
|
72
|
+
--borderColor-closed-emphasis: #ff6a69;
|
|
73
|
+
--borderColor-closed-muted: #ff8080;
|
|
74
|
+
--borderColor-danger-emphasis: #ff6a69;
|
|
75
|
+
--borderColor-danger-muted: #ff8080;
|
|
76
|
+
--borderColor-default: #b7bdc8;
|
|
77
|
+
--borderColor-disabled: #9198a11f;
|
|
78
|
+
--borderColor-done-emphasis: #b87fff;
|
|
79
|
+
--borderColor-done-muted: #bf8fff;
|
|
80
|
+
--borderColor-emphasis: #b7bdc8;
|
|
81
|
+
--borderColor-muted: #b7bdc8;
|
|
82
|
+
--borderColor-neutral-emphasis: #b7bdc8;
|
|
83
|
+
--borderColor-neutral-muted: #b7bdc8;
|
|
84
|
+
--borderColor-open-emphasis: #09b43a;
|
|
85
|
+
--borderColor-open-muted: #0ac740;
|
|
86
|
+
--borderColor-severe-emphasis: #e7811d;
|
|
87
|
+
--borderColor-severe-muted: #f48b25;
|
|
88
|
+
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
89
|
+
--borderColor-sponsors-muted: #f87cbd;
|
|
90
|
+
--borderColor-success-emphasis: #09b43a;
|
|
91
|
+
--borderColor-success-muted: #0ac740;
|
|
92
|
+
--borderColor-translucent: #2f3742;
|
|
93
|
+
--borderColor-transparent: #00000000;
|
|
94
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
95
|
+
--borderColor-upsell-muted: #bf8fff;
|
|
96
|
+
--button-danger-bgColor-active: #ad0116;
|
|
97
|
+
--button-danger-bgColor-disabled: #262c36;
|
|
98
|
+
--button-danger-bgColor-hover: #ad0116;
|
|
99
|
+
--button-danger-bgColor-rest: #262c36;
|
|
100
|
+
--button-danger-borderColor-active: #ffb1af;
|
|
101
|
+
--button-danger-borderColor-hover: #ffb1af;
|
|
102
|
+
--button-danger-borderColor-rest: #b7bdc8;
|
|
103
|
+
--button-danger-fgColor-active: #ffffff;
|
|
104
|
+
--button-danger-fgColor-disabled: #ff949280;
|
|
105
|
+
--button-danger-fgColor-hover: #ffffff;
|
|
106
|
+
--button-danger-fgColor-rest: #ffb1af;
|
|
107
|
+
--button-danger-iconColor-hover: #ffffff;
|
|
108
|
+
--button-danger-iconColor-rest: #ffb1af;
|
|
109
|
+
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
110
|
+
--button-default-bgColor-active: #2f3742;
|
|
111
|
+
--button-default-bgColor-disabled: #262c36;
|
|
112
|
+
--button-default-bgColor-hover: #2a313c;
|
|
113
|
+
--button-default-bgColor-rest: #262c36;
|
|
114
|
+
--button-default-bgColor-selected: #2f3742;
|
|
115
|
+
--button-default-borderColor-active: #b7bdc8;
|
|
116
|
+
--button-default-borderColor-disabled: #9198a11f;
|
|
117
|
+
--button-default-borderColor-hover: #b7bdc8;
|
|
118
|
+
--button-default-borderColor-rest: #b7bdc8;
|
|
119
|
+
--button-default-fgColor-rest: #ffffff;
|
|
120
|
+
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
121
|
+
--button-inactive-bgColor: #262c36;
|
|
122
|
+
--button-inactive-fgColor: #b7bdc8;
|
|
123
|
+
--button-invisible-bgColor-active: #212830;
|
|
124
|
+
--button-invisible-bgColor-disabled: #00000000;
|
|
125
|
+
--button-invisible-bgColor-hover: #151b23;
|
|
126
|
+
--button-invisible-bgColor-rest: #00000000;
|
|
127
|
+
--button-invisible-borderColor-disabled: #00000000;
|
|
128
|
+
--button-invisible-borderColor-hover: #b7bdc8;
|
|
129
|
+
--button-invisible-borderColor-rest: #00000000;
|
|
130
|
+
--button-invisible-fgColor-active: #ffffff;
|
|
131
|
+
--button-invisible-fgColor-disabled: #656c76;
|
|
132
|
+
--button-invisible-fgColor-hover: #ffffff;
|
|
133
|
+
--button-invisible-fgColor-rest: #ffffff;
|
|
134
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
135
|
+
--button-invisible-iconColor-hover: #d1d7e0;
|
|
136
|
+
--button-invisible-iconColor-rest: #d1d7e0;
|
|
137
|
+
--button-outline-bgColor-active: #2672f3;
|
|
138
|
+
--button-outline-bgColor-disabled: #262c36;
|
|
139
|
+
--button-outline-bgColor-hover: #2a313c;
|
|
140
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
141
|
+
--button-outline-borderColor-hover: #b7bdc8;
|
|
142
|
+
--button-outline-borderColor-selected: #b7bdc8;
|
|
143
|
+
--button-outline-fgColor-active: #ffffff;
|
|
144
|
+
--button-outline-fgColor-disabled: #74b9ff80;
|
|
145
|
+
--button-outline-fgColor-hover: #71b7ff;
|
|
146
|
+
--button-outline-fgColor-rest: #5cacff;
|
|
147
|
+
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
148
|
+
--button-primary-bgColor-active: #109135;
|
|
149
|
+
--button-primary-bgColor-disabled: #048f2f;
|
|
150
|
+
--button-primary-bgColor-hover: #08792b;
|
|
151
|
+
--button-primary-bgColor-rest: #006222;
|
|
152
|
+
--button-primary-borderColor-active: #4ae168;
|
|
153
|
+
--button-primary-borderColor-disabled: #4ae16866;
|
|
154
|
+
--button-primary-borderColor-hover: #4ae168;
|
|
155
|
+
--button-primary-borderColor-rest: #4ae168;
|
|
156
|
+
--button-primary-fgColor-disabled: #ffffff66;
|
|
157
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
158
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
159
|
+
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
160
|
+
--button-star-iconColor: #f7c843;
|
|
161
|
+
--buttonCounter-danger-bgColor-disabled: #ad01160d;
|
|
162
|
+
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
163
|
+
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
164
|
+
--buttonCounter-danger-fgColor-disabled: #ff949280;
|
|
165
|
+
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
166
|
+
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
167
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
168
|
+
--buttonCounter-invisible-bgColor-rest: #212830;
|
|
169
|
+
--buttonCounter-outline-bgColor-disabled: #194fb10d;
|
|
170
|
+
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
171
|
+
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
172
|
+
--buttonCounter-outline-fgColor-disabled: #74b9ff80;
|
|
173
|
+
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
174
|
+
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
175
|
+
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
176
|
+
--card-bgColor: #151b23;
|
|
177
|
+
--codeMirror-activeline-bgColor: #212830;
|
|
30
178
|
--codeMirror-bgColor: #010409;
|
|
31
|
-
--codeMirror-
|
|
179
|
+
--codeMirror-cursor-fgColor: #ffffff;
|
|
180
|
+
--codeMirror-fgColor: #ffffff;
|
|
32
181
|
--codeMirror-gutterMarker-fgColor-default: #010409;
|
|
33
182
|
--codeMirror-gutterMarker-fgColor-muted: #b7bdc8;
|
|
183
|
+
--codeMirror-gutters-bgColor: #010409;
|
|
34
184
|
--codeMirror-lineNumber-fgColor: #b7bdc8;
|
|
35
|
-
--codeMirror-cursor-fgColor: #ffffff;
|
|
36
|
-
--codeMirror-selection-bgColor: #5cacff66;
|
|
37
|
-
--codeMirror-activeline-bgColor: #212830;
|
|
38
|
-
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
39
185
|
--codeMirror-lines-bgColor: #010409;
|
|
186
|
+
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
187
|
+
--codeMirror-selection-bgColor: #5cacff66;
|
|
40
188
|
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
41
189
|
--codeMirror-syntax-fgColor-constant: #91cbff;
|
|
42
190
|
--codeMirror-syntax-fgColor-entity: #dbb7ff;
|
|
@@ -45,604 +193,604 @@
|
|
|
45
193
|
--codeMirror-syntax-fgColor-string: #addcff;
|
|
46
194
|
--codeMirror-syntax-fgColor-support: #91cbff;
|
|
47
195
|
--codeMirror-syntax-fgColor-variable: #ffb757;
|
|
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
|
-
--display-plum-bgColor-emphasis: #7517ab;
|
|
96
|
-
--display-plum-fgColor: #e4a5fd;
|
|
97
|
-
--display-plum-borderColor-muted: #40125e;
|
|
98
|
-
--display-plum-borderColor-emphasis: #d07ef7;
|
|
99
|
-
--display-red-bgColor-muted: #3c0614;
|
|
100
|
-
--display-red-bgColor-emphasis: #990f24;
|
|
101
|
-
--display-red-fgColor: #f7adab;
|
|
102
|
-
--display-red-borderColor-muted: #58091a;
|
|
103
|
-
--display-red-borderColor-emphasis: #f27d83;
|
|
104
|
-
--display-coral-bgColor-muted: #3c0614;
|
|
105
|
-
--display-coral-bgColor-emphasis: #902a0e;
|
|
106
|
-
--display-coral-fgColor: #fdaa86;
|
|
107
|
-
--display-coral-borderColor-muted: #58091a;
|
|
108
|
-
--display-coral-borderColor-emphasis: #f7794b;
|
|
109
|
-
--display-yellow-bgColor-muted: #2e1a00;
|
|
110
|
-
--display-yellow-bgColor-emphasis: #6d4403;
|
|
111
|
-
--display-yellow-fgColor: #edb431;
|
|
112
|
-
--display-yellow-borderColor-muted: #3d2401;
|
|
113
|
-
--display-yellow-borderColor-emphasis: #d3910d;
|
|
114
|
-
--display-gray-bgColor-muted: #1c1c1c;
|
|
115
|
-
--display-gray-bgColor-emphasis: #474e57;
|
|
116
|
-
--display-gray-fgColor: #b3c0d1;
|
|
117
|
-
--display-gray-borderColor-muted: #2a2b2d;
|
|
118
|
-
--display-gray-borderColor-emphasis: #92a1b5;
|
|
119
|
-
--display-auburn-bgColor-muted: #271817;
|
|
120
|
-
--display-auburn-bgColor-emphasis: #6d4340;
|
|
121
|
-
--display-auburn-fgColor: #d4b7b5;
|
|
122
|
-
--display-auburn-borderColor-muted: #3a2422;
|
|
123
|
-
--display-auburn-borderColor-emphasis: #bf9592;
|
|
124
|
-
--display-brown-bgColor-muted: #241c14;
|
|
125
|
-
--display-brown-bgColor-emphasis: #5d4a32;
|
|
126
|
-
--display-brown-fgColor: #cdbb98;
|
|
127
|
-
--display-brown-borderColor-muted: #342a1d;
|
|
128
|
-
--display-brown-borderColor-emphasis: #b69a6d;
|
|
129
|
-
--display-lemon-bgColor-muted: #291d00;
|
|
130
|
-
--display-lemon-bgColor-emphasis: #614c05;
|
|
131
|
-
--display-lemon-fgColor: #d7bc1d;
|
|
132
|
-
--display-lemon-borderColor-muted: #372901;
|
|
133
|
-
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
134
|
-
--display-olive-bgColor-muted: #171e0b;
|
|
135
|
-
--display-olive-bgColor-emphasis: #485219;
|
|
136
|
-
--display-olive-fgColor: #cbc025;
|
|
137
|
-
--display-olive-borderColor-muted: #252d10;
|
|
138
|
-
--display-olive-borderColor-emphasis: #a2a626;
|
|
139
|
-
--display-lime-bgColor-muted: #141f0f;
|
|
140
|
-
--display-lime-bgColor-emphasis: #375421;
|
|
141
|
-
--display-lime-fgColor: #9fcc3e;
|
|
142
|
-
--display-lime-borderColor-muted: #1f3116;
|
|
143
|
-
--display-lime-borderColor-emphasis: #7dae37;
|
|
144
|
-
--display-pine-bgColor-muted: #082119;
|
|
145
|
-
--display-pine-bgColor-emphasis: #115a3e;
|
|
146
|
-
--display-pine-fgColor: #1bda81;
|
|
147
|
-
--display-pine-borderColor-muted: #0b3224;
|
|
148
|
-
--display-pine-borderColor-emphasis: #1bb673;
|
|
149
|
-
--display-teal-bgColor-muted: #041f25;
|
|
150
|
-
--display-teal-bgColor-emphasis: #0c555a;
|
|
151
|
-
--display-teal-fgColor: #24d6c4;
|
|
152
|
-
--display-teal-borderColor-muted: #073036;
|
|
153
|
-
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
154
|
-
--display-cyan-bgColor-muted: #001f29;
|
|
155
|
-
--display-cyan-bgColor-emphasis: #02536f;
|
|
156
|
-
--display-cyan-fgColor: #45cbf7;
|
|
157
|
-
--display-cyan-borderColor-muted: #002e3d;
|
|
158
|
-
--display-cyan-borderColor-emphasis: #07ace4;
|
|
159
|
-
--display-indigo-bgColor-muted: #1b183f;
|
|
160
|
-
--display-indigo-bgColor-emphasis: #3935c0;
|
|
161
|
-
--display-indigo-fgColor: #b7baf6;
|
|
162
|
-
--display-indigo-borderColor-muted: #25215f;
|
|
163
|
-
--display-indigo-borderColor-emphasis: #9899ec;
|
|
164
|
-
--display-pink-bgColor-muted: #2d1524;
|
|
165
|
-
--display-pink-bgColor-emphasis: #842a5d;
|
|
166
|
-
--display-pink-fgColor: #f4a9cd;
|
|
167
|
-
--display-pink-borderColor-muted: #451c35;
|
|
168
|
-
--display-pink-borderColor-emphasis: #e57bb2;
|
|
169
|
-
--avatar-bgColor: #ffffff1a;
|
|
170
|
-
--avatar-borderColor: #ffffffe6;
|
|
171
|
-
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
172
|
-
--avatarStack-fade-bgColor-default: #3d444d;
|
|
173
|
-
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
174
|
-
--control-bgColor-rest: #262c36;
|
|
175
|
-
--control-bgColor-hover: #2a313c;
|
|
196
|
+
--color-ansi-black: #2f3742;
|
|
197
|
+
--color-ansi-black-bright: #656c76;
|
|
198
|
+
--color-ansi-blue: #71b7ff;
|
|
199
|
+
--color-ansi-blue-bright: #91cbff;
|
|
200
|
+
--color-ansi-cyan: #39c5cf;
|
|
201
|
+
--color-ansi-cyan-bright: #56d4dd;
|
|
202
|
+
--color-ansi-gray: #656c76;
|
|
203
|
+
--color-ansi-green: #28d751;
|
|
204
|
+
--color-ansi-green-bright: #4ae168;
|
|
205
|
+
--color-ansi-magenta: #cb9eff;
|
|
206
|
+
--color-ansi-magenta-bright: #dbb7ff;
|
|
207
|
+
--color-ansi-red: #ff9492;
|
|
208
|
+
--color-ansi-red-bright: #ffb1af;
|
|
209
|
+
--color-ansi-white: #f0f6fc;
|
|
210
|
+
--color-ansi-white-bright: #ffffff;
|
|
211
|
+
--color-ansi-yellow: #f0b72f;
|
|
212
|
+
--color-ansi-yellow-bright: #f7c843;
|
|
213
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
214
|
+
--color-prettylights-syntax-brackethighlighter-unmatched: #ff8080;
|
|
215
|
+
--color-prettylights-syntax-carriage-return-bg: #ff4445;
|
|
216
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
217
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
218
|
+
--color-prettylights-syntax-constant: #91cbff;
|
|
219
|
+
--color-prettylights-syntax-constant-other-reference-link: #addcff;
|
|
220
|
+
--color-prettylights-syntax-entity: #dbb7ff;
|
|
221
|
+
--color-prettylights-syntax-entity-tag: #72f088;
|
|
222
|
+
--color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
|
|
223
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
224
|
+
--color-prettylights-syntax-keyword: #ff9492;
|
|
225
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
226
|
+
--color-prettylights-syntax-markup-changed-bg: #a74c00;
|
|
227
|
+
--color-prettylights-syntax-markup-changed-text: #ffe1b4;
|
|
228
|
+
--color-prettylights-syntax-markup-deleted-bg: #cc1421;
|
|
229
|
+
--color-prettylights-syntax-markup-deleted-text: #ffdedb;
|
|
230
|
+
--color-prettylights-syntax-markup-heading: #409eff;
|
|
231
|
+
--color-prettylights-syntax-markup-ignored-bg: #318bf8;
|
|
232
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
233
|
+
--color-prettylights-syntax-markup-inserted-bg: #007728;
|
|
234
|
+
--color-prettylights-syntax-markup-inserted-text: #acf7b6;
|
|
235
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
236
|
+
--color-prettylights-syntax-markup-list: #fbd669;
|
|
237
|
+
--color-prettylights-syntax-meta-diff-range: #dbb7ff;
|
|
238
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
239
|
+
--color-prettylights-syntax-string: #addcff;
|
|
240
|
+
--color-prettylights-syntax-string-regexp: #72f088;
|
|
241
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
242
|
+
--color-prettylights-syntax-variable: #ffb757;
|
|
176
243
|
--control-bgColor-active: #2f3742;
|
|
177
244
|
--control-bgColor-disabled: #262c36;
|
|
245
|
+
--control-bgColor-hover: #2a313c;
|
|
246
|
+
--control-bgColor-rest: #262c36;
|
|
178
247
|
--control-bgColor-selected: #262c36;
|
|
179
|
-
--control-
|
|
180
|
-
--control-fgColor-placeholder: #b7bdc8;
|
|
181
|
-
--control-fgColor-disabled: #656c76;
|
|
182
|
-
--control-borderColor-rest: #b7bdc8;
|
|
183
|
-
--control-borderColor-emphasis: #b7bdc8;
|
|
248
|
+
--control-borderColor-danger: #ff6a69;
|
|
184
249
|
--control-borderColor-disabled: #9198a11f;
|
|
250
|
+
--control-borderColor-emphasis: #b7bdc8;
|
|
251
|
+
--control-borderColor-rest: #b7bdc8;
|
|
185
252
|
--control-borderColor-selected: #f0f6fc;
|
|
186
253
|
--control-borderColor-success: #09b43a;
|
|
187
|
-
--control-borderColor-danger: #ff6a69;
|
|
188
254
|
--control-borderColor-warning: #e09b13;
|
|
255
|
+
--control-checked-bgColor-active: #3c79d0;
|
|
256
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
257
|
+
--control-checked-bgColor-hover: #2b64c1;
|
|
258
|
+
--control-checked-bgColor-rest: #194fb1;
|
|
259
|
+
--control-checked-borderColor-active: #91cbff;
|
|
260
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
261
|
+
--control-checked-borderColor-hover: #91cbff;
|
|
262
|
+
--control-checked-borderColor-rest: #91cbff;
|
|
263
|
+
--control-checked-fgColor-disabled: #010409;
|
|
264
|
+
--control-checked-fgColor-rest: #ffffff;
|
|
265
|
+
--control-danger-bgColor-active: #c51120;
|
|
266
|
+
--control-danger-bgColor-hover: #ad0116;
|
|
267
|
+
--control-danger-fgColor-hover: #ff9492;
|
|
268
|
+
--control-danger-fgColor-rest: #ff9492;
|
|
269
|
+
--control-fgColor-disabled: #656c76;
|
|
270
|
+
--control-fgColor-placeholder: #b7bdc8;
|
|
271
|
+
--control-fgColor-rest: #ffffff;
|
|
189
272
|
--control-iconColor-rest: #b7bdc8;
|
|
190
|
-
--control-transparent-bgColor-rest: #00000000;
|
|
191
|
-
--control-transparent-bgColor-hover: #2f3742;
|
|
192
273
|
--control-transparent-bgColor-active: #3d444d;
|
|
193
274
|
--control-transparent-bgColor-disabled: #262c36;
|
|
275
|
+
--control-transparent-bgColor-hover: #2f3742;
|
|
276
|
+
--control-transparent-bgColor-rest: #00000000;
|
|
194
277
|
--control-transparent-bgColor-selected: #2f3742;
|
|
195
|
-
--control-transparent-borderColor-rest: #00000000;
|
|
196
|
-
--control-transparent-borderColor-hover: #b7bdc8;
|
|
197
278
|
--control-transparent-borderColor-active: #b7bdc8;
|
|
198
|
-
--control-
|
|
199
|
-
--control-
|
|
200
|
-
--
|
|
201
|
-
--
|
|
202
|
-
--
|
|
203
|
-
--
|
|
204
|
-
--
|
|
205
|
-
--
|
|
206
|
-
--control-checked-fgColor-rest: #ffffff;
|
|
207
|
-
--control-checked-fgColor-disabled: #010409;
|
|
208
|
-
--control-checked-borderColor-rest: #91cbff;
|
|
209
|
-
--control-checked-borderColor-hover: #91cbff;
|
|
210
|
-
--control-checked-borderColor-active: #91cbff;
|
|
211
|
-
--control-checked-borderColor-disabled: #656c76;
|
|
212
|
-
--controlTrack-bgColor-rest: #2a313c;
|
|
213
|
-
--controlTrack-bgColor-hover: #2f3742;
|
|
279
|
+
--control-transparent-borderColor-hover: #b7bdc8;
|
|
280
|
+
--control-transparent-borderColor-rest: #00000000;
|
|
281
|
+
--controlKnob-bgColor-checked: #ffffff;
|
|
282
|
+
--controlKnob-bgColor-disabled: #262c36;
|
|
283
|
+
--controlKnob-bgColor-rest: #010409;
|
|
284
|
+
--controlKnob-borderColor-checked: #194fb1;
|
|
285
|
+
--controlKnob-borderColor-disabled: #262c36;
|
|
286
|
+
--controlKnob-borderColor-rest: #b7bdc8;
|
|
214
287
|
--controlTrack-bgColor-active: #3d444d;
|
|
215
288
|
--controlTrack-bgColor-disabled: #656c76;
|
|
216
|
-
--controlTrack-
|
|
217
|
-
--controlTrack-
|
|
218
|
-
--controlTrack-borderColor-rest: #b7bdc8;
|
|
289
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
290
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
219
291
|
--controlTrack-borderColor-disabled: #656c76;
|
|
220
|
-
--
|
|
221
|
-
--
|
|
222
|
-
--
|
|
223
|
-
--controlKnob-borderColor-rest: #b7bdc8;
|
|
224
|
-
--controlKnob-borderColor-disabled: #262c36;
|
|
225
|
-
--controlKnob-borderColor-checked: #194fb1;
|
|
226
|
-
--counter-borderColor: #b7bdc8;
|
|
227
|
-
--counter-bgColor-muted: #212830;
|
|
292
|
+
--controlTrack-borderColor-rest: #b7bdc8;
|
|
293
|
+
--controlTrack-fgColor-disabled: #ffffff;
|
|
294
|
+
--controlTrack-fgColor-rest: #ffffff;
|
|
228
295
|
--counter-bgColor-emphasis: #3d444d;
|
|
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
|
-
--label-auburn-fgColor-rest: #bf9592;
|
|
370
|
-
--label-auburn-fgColor-hover: #c6a19f;
|
|
371
|
-
--label-auburn-fgColor-active: #d4b7b5;
|
|
372
|
-
--label-brown-bgColor-rest: #241c14;
|
|
373
|
-
--label-brown-bgColor-hover: #342a1d;
|
|
374
|
-
--label-brown-bgColor-active: #483a28;
|
|
375
|
-
--label-brown-fgColor-rest: #b69a6d;
|
|
376
|
-
--label-brown-fgColor-hover: #bfa77d;
|
|
377
|
-
--label-brown-fgColor-active: #cdbb98;
|
|
378
|
-
--label-lemon-bgColor-rest: #291d00;
|
|
379
|
-
--label-lemon-bgColor-hover: #372901;
|
|
380
|
-
--label-lemon-bgColor-active: #4f3c02;
|
|
381
|
-
--label-lemon-fgColor-rest: #ba9b12;
|
|
382
|
-
--label-lemon-fgColor-hover: #c4a717;
|
|
383
|
-
--label-lemon-fgColor-active: #d7bc1d;
|
|
384
|
-
--label-olive-bgColor-rest: #171e0b;
|
|
385
|
-
--label-olive-bgColor-hover: #252d10;
|
|
386
|
-
--label-olive-bgColor-active: #374115;
|
|
387
|
-
--label-olive-fgColor-rest: #a2a626;
|
|
388
|
-
--label-olive-fgColor-hover: #b2af24;
|
|
389
|
-
--label-olive-fgColor-active: #cbc025;
|
|
390
|
-
--label-lime-bgColor-rest: #141f0f;
|
|
391
|
-
--label-lime-bgColor-hover: #1f3116;
|
|
392
|
-
--label-lime-bgColor-active: #2c441d;
|
|
393
|
-
--label-lime-fgColor-rest: #7dae37;
|
|
394
|
-
--label-lime-fgColor-hover: #89ba36;
|
|
395
|
-
--label-lime-fgColor-active: #9fcc3e;
|
|
396
|
-
--label-pine-bgColor-rest: #082119;
|
|
397
|
-
--label-pine-bgColor-hover: #0b3224;
|
|
398
|
-
--label-pine-bgColor-active: #0e4430;
|
|
399
|
-
--label-pine-fgColor-rest: #1bb673;
|
|
400
|
-
--label-pine-fgColor-hover: #1ac176;
|
|
401
|
-
--label-pine-fgColor-active: #1bda81;
|
|
402
|
-
--label-teal-bgColor-rest: #041f25;
|
|
403
|
-
--label-teal-bgColor-hover: #073036;
|
|
404
|
-
--label-teal-bgColor-active: #0a464d;
|
|
405
|
-
--label-teal-fgColor-rest: #1cb0ab;
|
|
406
|
-
--label-teal-fgColor-hover: #1fbdb2;
|
|
407
|
-
--label-teal-fgColor-active: #24d6c4;
|
|
408
|
-
--label-cyan-bgColor-rest: #001f29;
|
|
409
|
-
--label-cyan-bgColor-hover: #002e3d;
|
|
410
|
-
--label-cyan-bgColor-active: #014156;
|
|
411
|
-
--label-cyan-fgColor-rest: #07ace4;
|
|
412
|
-
--label-cyan-fgColor-hover: #09b7f1;
|
|
413
|
-
--label-cyan-fgColor-active: #45cbf7;
|
|
414
|
-
--label-indigo-bgColor-rest: #1b183f;
|
|
415
|
-
--label-indigo-bgColor-hover: #25215f;
|
|
416
|
-
--label-indigo-bgColor-active: #312c90;
|
|
417
|
-
--label-indigo-fgColor-rest: #9899ec;
|
|
418
|
-
--label-indigo-fgColor-hover: #a2a5f1;
|
|
419
|
-
--label-indigo-fgColor-active: #b7baf6;
|
|
420
|
-
--label-blue-bgColor-rest: #001a47;
|
|
421
|
-
--label-blue-bgColor-hover: #002766;
|
|
422
|
-
--label-blue-bgColor-active: #00378a;
|
|
423
|
-
--label-blue-fgColor-rest: #4da0ff;
|
|
424
|
-
--label-blue-fgColor-hover: #61adff;
|
|
425
|
-
--label-blue-fgColor-active: #85c2ff;
|
|
426
|
-
--label-plum-bgColor-rest: #2a0e3f;
|
|
427
|
-
--label-plum-bgColor-hover: #40125e;
|
|
428
|
-
--label-plum-bgColor-active: #5c1688;
|
|
429
|
-
--label-plum-fgColor-rest: #d07ef7;
|
|
430
|
-
--label-plum-fgColor-hover: #d889fa;
|
|
431
|
-
--label-plum-fgColor-active: #e4a5fd;
|
|
432
|
-
--label-pink-bgColor-rest: #2d1524;
|
|
433
|
-
--label-pink-bgColor-hover: #451c35;
|
|
434
|
-
--label-pink-bgColor-active: #65244a;
|
|
435
|
-
--label-pink-fgColor-rest: #e57bb2;
|
|
436
|
-
--label-pink-fgColor-hover: #ec8dbd;
|
|
437
|
-
--label-pink-fgColor-active: #f4a9cd;
|
|
438
|
-
--label-coral-bgColor-rest: #351008;
|
|
439
|
-
--label-coral-bgColor-hover: #51180b;
|
|
440
|
-
--label-coral-bgColor-active: #72220d;
|
|
441
|
-
--label-coral-fgColor-rest: #f7794b;
|
|
442
|
-
--label-coral-fgColor-hover: #fa8c61;
|
|
443
|
-
--label-coral-fgColor-active: #fdaa86;
|
|
444
|
-
--tooltip-bgColor: #ffffff;
|
|
445
|
-
--tooltip-fgColor: #010409;
|
|
446
|
-
--fgColor-default: #ffffff;
|
|
447
|
-
--fgColor-muted: #b7bdc8;
|
|
448
|
-
--fgColor-onEmphasis: #ffffff;
|
|
449
|
-
--fgColor-onInverse: #010409;
|
|
450
|
-
--fgColor-white: #ffffff;
|
|
296
|
+
--counter-bgColor-muted: #212830;
|
|
297
|
+
--counter-borderColor: #b7bdc8;
|
|
298
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
299
|
+
--data-auburn-color-muted: #271817;
|
|
300
|
+
--data-blue-color-emphasis: #0576ff;
|
|
301
|
+
--data-blue-color-muted: #001a47;
|
|
302
|
+
--data-gray-color-emphasis: #576270;
|
|
303
|
+
--data-gray-color-muted: #1c1c1c;
|
|
304
|
+
--data-green-color-emphasis: #2f6f37;
|
|
305
|
+
--data-green-color-muted: #122117;
|
|
306
|
+
--data-orange-color-emphasis: #984b10;
|
|
307
|
+
--data-orange-color-muted: #311708;
|
|
308
|
+
--data-pink-color-emphasis: #d34591;
|
|
309
|
+
--data-pink-color-muted: #2d1524;
|
|
310
|
+
--data-purple-color-emphasis: #975bf1;
|
|
311
|
+
--data-purple-color-muted: #211047;
|
|
312
|
+
--data-red-color-emphasis: #eb3342;
|
|
313
|
+
--data-red-color-muted: #3c0614;
|
|
314
|
+
--data-teal-color-emphasis: #106c70;
|
|
315
|
+
--data-teal-color-muted: #041f25;
|
|
316
|
+
--data-yellow-color-emphasis: #895906;
|
|
317
|
+
--data-yellow-color-muted: #2e1a00;
|
|
318
|
+
--diffBlob-additionLine-bgColor: #0ac74033;
|
|
319
|
+
--diffBlob-additionLine-fgColor: #ffffff;
|
|
320
|
+
--diffBlob-additionNum-bgColor: #28d7514d;
|
|
321
|
+
--diffBlob-additionNum-fgColor: #ffffff;
|
|
322
|
+
--diffBlob-additionWord-bgColor: #006222;
|
|
323
|
+
--diffBlob-additionWord-fgColor: #ffffff;
|
|
324
|
+
--diffBlob-deletionLine-bgColor: #ff808033;
|
|
325
|
+
--diffBlob-deletionLine-fgColor: #ffffff;
|
|
326
|
+
--diffBlob-deletionNum-bgColor: #ff80804d;
|
|
327
|
+
--diffBlob-deletionNum-fgColor: #ffffff;
|
|
328
|
+
--diffBlob-deletionWord-bgColor: #ad0116;
|
|
329
|
+
--diffBlob-deletionWord-fgColor: #ffffff;
|
|
330
|
+
--diffBlob-emptyLine-bgColor: #151b23;
|
|
331
|
+
--diffBlob-emptyNum-bgColor: #151b23;
|
|
332
|
+
--diffBlob-expander-iconColor: #ffffff;
|
|
333
|
+
--diffBlob-hunkLine-bgColor: #5cacff33;
|
|
334
|
+
--diffBlob-hunkLine-fgColor: #b7bdc8;
|
|
335
|
+
--diffBlob-hunkNum-bgColor-hover: #194fb1;
|
|
336
|
+
--diffBlob-hunkNum-bgColor-rest: #5cacff66;
|
|
337
|
+
--diffBlob-hunkNum-fgColor-hover: #ffffff;
|
|
338
|
+
--diffBlob-hunkNum-fgColor-rest: #ffffff;
|
|
339
|
+
--display-auburn-bgColor-emphasis: #6d4340;
|
|
340
|
+
--display-auburn-bgColor-muted: #271817;
|
|
341
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
342
|
+
--display-auburn-borderColor-muted: #3a2422;
|
|
343
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
344
|
+
--display-blue-bgColor-emphasis: #0046a8;
|
|
345
|
+
--display-blue-bgColor-muted: #001a47;
|
|
346
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
347
|
+
--display-blue-borderColor-muted: #002766;
|
|
348
|
+
--display-blue-fgColor: #85c2ff;
|
|
349
|
+
--display-brown-bgColor-emphasis: #5d4a32;
|
|
350
|
+
--display-brown-bgColor-muted: #241c14;
|
|
351
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
352
|
+
--display-brown-borderColor-muted: #342a1d;
|
|
353
|
+
--display-brown-fgColor: #cdbb98;
|
|
354
|
+
--display-coral-bgColor-emphasis: #902a0e;
|
|
355
|
+
--display-coral-bgColor-muted: #3c0614;
|
|
356
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
357
|
+
--display-coral-borderColor-muted: #58091a;
|
|
358
|
+
--display-coral-fgColor: #fdaa86;
|
|
359
|
+
--display-cyan-bgColor-emphasis: #02536f;
|
|
360
|
+
--display-cyan-bgColor-muted: #001f29;
|
|
361
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
362
|
+
--display-cyan-borderColor-muted: #002e3d;
|
|
363
|
+
--display-cyan-fgColor: #45cbf7;
|
|
364
|
+
--display-gray-bgColor-emphasis: #474e57;
|
|
365
|
+
--display-gray-bgColor-muted: #1c1c1c;
|
|
366
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
367
|
+
--display-gray-borderColor-muted: #2a2b2d;
|
|
368
|
+
--display-gray-fgColor: #b3c0d1;
|
|
369
|
+
--display-green-bgColor-emphasis: #285830;
|
|
370
|
+
--display-green-bgColor-muted: #122117;
|
|
371
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
372
|
+
--display-green-borderColor-muted: #182f1f;
|
|
373
|
+
--display-green-fgColor: #75d36f;
|
|
374
|
+
--display-indigo-bgColor-emphasis: #3935c0;
|
|
375
|
+
--display-indigo-bgColor-muted: #1b183f;
|
|
376
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
377
|
+
--display-indigo-borderColor-muted: #25215f;
|
|
378
|
+
--display-indigo-fgColor: #b7baf6;
|
|
379
|
+
--display-lemon-bgColor-emphasis: #614c05;
|
|
380
|
+
--display-lemon-bgColor-muted: #291d00;
|
|
381
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
382
|
+
--display-lemon-borderColor-muted: #372901;
|
|
383
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
384
|
+
--display-lime-bgColor-emphasis: #375421;
|
|
385
|
+
--display-lime-bgColor-muted: #141f0f;
|
|
386
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
387
|
+
--display-lime-borderColor-muted: #1f3116;
|
|
388
|
+
--display-lime-fgColor: #9fcc3e;
|
|
389
|
+
--display-olive-bgColor-emphasis: #485219;
|
|
390
|
+
--display-olive-bgColor-muted: #171e0b;
|
|
391
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
392
|
+
--display-olive-borderColor-muted: #252d10;
|
|
393
|
+
--display-olive-fgColor: #cbc025;
|
|
394
|
+
--display-orange-bgColor-emphasis: #7b3c0e;
|
|
395
|
+
--display-orange-bgColor-muted: #311708;
|
|
396
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
397
|
+
--display-orange-borderColor-muted: #43200a;
|
|
398
|
+
--display-orange-fgColor: #f6b06a;
|
|
399
|
+
--display-pine-bgColor-emphasis: #115a3e;
|
|
400
|
+
--display-pine-bgColor-muted: #082119;
|
|
401
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
402
|
+
--display-pine-borderColor-muted: #0b3224;
|
|
403
|
+
--display-pine-fgColor: #1bda81;
|
|
404
|
+
--display-pink-bgColor-emphasis: #842a5d;
|
|
405
|
+
--display-pink-bgColor-muted: #2d1524;
|
|
406
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
407
|
+
--display-pink-borderColor-muted: #451c35;
|
|
408
|
+
--display-pink-fgColor: #f4a9cd;
|
|
409
|
+
--display-plum-bgColor-emphasis: #7517ab;
|
|
410
|
+
--display-plum-bgColor-muted: #2a0e3f;
|
|
411
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
412
|
+
--display-plum-borderColor-muted: #40125e;
|
|
413
|
+
--display-plum-fgColor: #e4a5fd;
|
|
414
|
+
--display-purple-bgColor-emphasis: #5b1cca;
|
|
415
|
+
--display-purple-bgColor-muted: #211047;
|
|
416
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
417
|
+
--display-purple-borderColor-muted: #31146b;
|
|
418
|
+
--display-purple-fgColor: #d2affd;
|
|
419
|
+
--display-red-bgColor-emphasis: #990f24;
|
|
420
|
+
--display-red-bgColor-muted: #3c0614;
|
|
421
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
422
|
+
--display-red-borderColor-muted: #58091a;
|
|
423
|
+
--display-red-fgColor: #f7adab;
|
|
424
|
+
--display-teal-bgColor-emphasis: #0c555a;
|
|
425
|
+
--display-teal-bgColor-muted: #041f25;
|
|
426
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
427
|
+
--display-teal-borderColor-muted: #073036;
|
|
428
|
+
--display-teal-fgColor: #24d6c4;
|
|
429
|
+
--display-yellow-bgColor-emphasis: #6d4403;
|
|
430
|
+
--display-yellow-bgColor-muted: #2e1a00;
|
|
431
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
432
|
+
--display-yellow-borderColor-muted: #3d2401;
|
|
433
|
+
--display-yellow-fgColor: #edb431;
|
|
434
|
+
--fgColor-accent: #74b9ff;
|
|
435
|
+
--fgColor-attention: #f0b72f;
|
|
451
436
|
--fgColor-black: #010409;
|
|
437
|
+
--fgColor-closed: #ff9492;
|
|
438
|
+
--fgColor-danger: #ff9492;
|
|
439
|
+
--fgColor-default: #ffffff;
|
|
452
440
|
--fgColor-disabled: #656c76;
|
|
441
|
+
--fgColor-done: #d3abff;
|
|
453
442
|
--fgColor-link: #74b9ff;
|
|
443
|
+
--fgColor-muted: #b7bdc8;
|
|
454
444
|
--fgColor-neutral: #d1d7e0;
|
|
455
|
-
--fgColor-
|
|
456
|
-
--fgColor-
|
|
445
|
+
--fgColor-onEmphasis: #ffffff;
|
|
446
|
+
--fgColor-onInverse: #010409;
|
|
457
447
|
--fgColor-open: #2bd853;
|
|
458
|
-
--fgColor-attention: #f0b72f;
|
|
459
448
|
--fgColor-severe: #fe9a2d;
|
|
460
|
-
--fgColor-danger: #ff9492;
|
|
461
|
-
--fgColor-closed: #ff9492;
|
|
462
|
-
--fgColor-done: #d3abff;
|
|
463
|
-
--fgColor-upsell: #d3abff;
|
|
464
449
|
--fgColor-sponsors: #ff90c8;
|
|
465
|
-
--
|
|
466
|
-
--
|
|
467
|
-
--
|
|
468
|
-
--
|
|
469
|
-
--
|
|
470
|
-
--bgColor
|
|
471
|
-
--
|
|
472
|
-
--
|
|
473
|
-
--
|
|
474
|
-
--bgColor
|
|
475
|
-
--
|
|
476
|
-
--
|
|
477
|
-
--bgColor-
|
|
478
|
-
--bgColor-
|
|
479
|
-
--bgColor-
|
|
480
|
-
--
|
|
481
|
-
--
|
|
482
|
-
--
|
|
483
|
-
--bgColor-
|
|
484
|
-
--bgColor-
|
|
485
|
-
--bgColor-
|
|
486
|
-
--
|
|
487
|
-
--
|
|
488
|
-
--
|
|
489
|
-
--bgColor-
|
|
490
|
-
--bgColor-
|
|
491
|
-
--bgColor-
|
|
492
|
-
--
|
|
493
|
-
--
|
|
494
|
-
--
|
|
495
|
-
--bgColor-
|
|
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
|
-
--
|
|
450
|
+
--fgColor-success: #2bd853;
|
|
451
|
+
--fgColor-upsell: #d3abff;
|
|
452
|
+
--fgColor-white: #ffffff;
|
|
453
|
+
--focus-outline: 2px solid #409eff;
|
|
454
|
+
--focus-outlineColor: #409eff;
|
|
455
|
+
--header-bgColor: #151b23f2;
|
|
456
|
+
--header-borderColor-divider: #656c76;
|
|
457
|
+
--header-fgColor-default: #ffffffb3;
|
|
458
|
+
--header-fgColor-logo: #f0f6fc;
|
|
459
|
+
--headerSearch-bgColor: #0d1117;
|
|
460
|
+
--headerSearch-borderColor: #2a313c;
|
|
461
|
+
--highlight-neutral-bgColor: #f0b72f66;
|
|
462
|
+
--label-auburn-bgColor-active: #543331;
|
|
463
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
464
|
+
--label-auburn-bgColor-rest: #271817;
|
|
465
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
466
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
467
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
468
|
+
--label-blue-bgColor-active: #00378a;
|
|
469
|
+
--label-blue-bgColor-hover: #002766;
|
|
470
|
+
--label-blue-bgColor-rest: #001a47;
|
|
471
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
472
|
+
--label-blue-fgColor-hover: #61adff;
|
|
473
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
474
|
+
--label-brown-bgColor-active: #483a28;
|
|
475
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
476
|
+
--label-brown-bgColor-rest: #241c14;
|
|
477
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
478
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
479
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
480
|
+
--label-coral-bgColor-active: #72220d;
|
|
481
|
+
--label-coral-bgColor-hover: #51180b;
|
|
482
|
+
--label-coral-bgColor-rest: #351008;
|
|
483
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
484
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
485
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
486
|
+
--label-cyan-bgColor-active: #014156;
|
|
487
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
488
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
489
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
490
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
491
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
492
|
+
--label-gray-bgColor-active: #393d41;
|
|
493
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
494
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
495
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
496
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
497
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
498
|
+
--label-green-bgColor-active: #214529;
|
|
499
|
+
--label-green-bgColor-hover: #182f1f;
|
|
500
|
+
--label-green-bgColor-rest: #122117;
|
|
501
|
+
--label-green-fgColor-active: #75d36f;
|
|
502
|
+
--label-green-fgColor-hover: #46c144;
|
|
503
|
+
--label-green-fgColor-rest: #41b445;
|
|
504
|
+
--label-indigo-bgColor-active: #312c90;
|
|
505
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
506
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
507
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
508
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
509
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
510
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
511
|
+
--label-lemon-bgColor-hover: #372901;
|
|
512
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
513
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
514
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
515
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
516
|
+
--label-lime-bgColor-active: #2c441d;
|
|
517
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
518
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
519
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
520
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
521
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
522
|
+
--label-olive-bgColor-active: #374115;
|
|
523
|
+
--label-olive-bgColor-hover: #252d10;
|
|
524
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
525
|
+
--label-olive-fgColor-active: #cbc025;
|
|
526
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
527
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
528
|
+
--label-orange-bgColor-active: #632f0d;
|
|
529
|
+
--label-orange-bgColor-hover: #43200a;
|
|
530
|
+
--label-orange-bgColor-rest: #311708;
|
|
531
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
532
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
533
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
534
|
+
--label-pine-bgColor-active: #0e4430;
|
|
535
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
536
|
+
--label-pine-bgColor-rest: #082119;
|
|
537
|
+
--label-pine-fgColor-active: #1bda81;
|
|
538
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
539
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
540
|
+
--label-pink-bgColor-active: #65244a;
|
|
541
|
+
--label-pink-bgColor-hover: #451c35;
|
|
542
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
543
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
544
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
545
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
546
|
+
--label-plum-bgColor-active: #5c1688;
|
|
547
|
+
--label-plum-bgColor-hover: #40125e;
|
|
548
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
549
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
550
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
551
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
552
|
+
--label-purple-bgColor-active: #481a9e;
|
|
553
|
+
--label-purple-bgColor-hover: #31146b;
|
|
554
|
+
--label-purple-bgColor-rest: #211047;
|
|
555
|
+
--label-purple-fgColor-active: #d2affd;
|
|
556
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
557
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
558
|
+
--label-red-bgColor-active: #790c20;
|
|
559
|
+
--label-red-bgColor-hover: #58091a;
|
|
560
|
+
--label-red-bgColor-rest: #3c0614;
|
|
561
|
+
--label-red-fgColor-active: #f7adab;
|
|
562
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
563
|
+
--label-red-fgColor-rest: #f27d83;
|
|
564
|
+
--label-teal-bgColor-active: #0a464d;
|
|
565
|
+
--label-teal-bgColor-hover: #073036;
|
|
566
|
+
--label-teal-bgColor-rest: #041f25;
|
|
567
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
568
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
569
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
570
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
571
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
572
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
573
|
+
--label-yellow-fgColor-active: #edb431;
|
|
574
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
575
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
576
|
+
--menu-bgColor-active: #151b23;
|
|
577
|
+
--overlay-backdrop-bgColor: #d1d7e066;
|
|
578
|
+
--overlay-bgColor: #151b23;
|
|
579
|
+
--overlay-borderColor: #b7bdc8;
|
|
580
|
+
--page-header-bgColor: #010409;
|
|
581
|
+
--reactionButton-selected-bgColor-hover: #5dadff5c;
|
|
582
|
+
--reactionButton-selected-bgColor-rest: #5cacff33;
|
|
583
|
+
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
584
|
+
--reactionButton-selected-fgColor-rest: #74b9ff;
|
|
585
|
+
--selectMenu-bgColor-active: #1e60d5;
|
|
586
|
+
--selectMenu-borderColor: #b7bdc8;
|
|
587
|
+
--selection-bgColor: #194fb1b3;
|
|
577
588
|
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
578
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
579
589
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
580
|
-
--
|
|
581
|
-
--
|
|
582
|
-
--
|
|
583
|
-
--
|
|
584
|
-
--
|
|
585
|
-
--
|
|
586
|
-
--
|
|
587
|
-
--
|
|
588
|
-
--
|
|
589
|
-
--
|
|
590
|
-
--
|
|
591
|
-
--
|
|
592
|
-
--
|
|
593
|
-
--
|
|
594
|
-
--
|
|
595
|
-
--
|
|
596
|
-
--
|
|
597
|
-
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
598
|
-
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
599
|
-
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
600
|
-
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
601
|
-
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
602
|
-
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
603
|
-
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
604
|
-
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
605
|
-
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
606
|
-
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
590
|
+
--shadow-floating-medium: 0px 0px 0px 1px #b7bdc8, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
591
|
+
--shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
592
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
593
|
+
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
594
|
+
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
595
|
+
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
596
|
+
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
597
|
+
--sideNav-bgColor-selected: #212830;
|
|
598
|
+
--skeletonLoader-bgColor: #2a313c;
|
|
599
|
+
--timelineBadge-bgColor: #212830;
|
|
600
|
+
--tooltip-bgColor: #ffffff;
|
|
601
|
+
--tooltip-fgColor: #010409;
|
|
602
|
+
--topicTag-borderColor: #409eff;
|
|
603
|
+
--treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
|
|
604
|
+
--underlineNav-borderColor-active: #ff967d;
|
|
605
|
+
--underlineNav-borderColor-hover: #b7bdc8;
|
|
606
|
+
--underlineNav-iconColor-rest: #b7bdc8;
|
|
607
607
|
}
|
|
608
608
|
@media (prefers-color-scheme: dark) {
|
|
609
609
|
[data-color-mode="auto"][data-dark-theme="dark_high_contrast"],
|
|
610
610
|
[data-color-mode="auto"][data-dark-theme="dark_high_contrast"] ::backdrop {
|
|
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
|
-
--
|
|
611
|
+
--avatar-bgColor: #ffffff1a;
|
|
612
|
+
--avatar-borderColor: #ffffffe6;
|
|
613
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
614
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
615
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
616
|
+
--bgColor-accent-emphasis: #194fb1;
|
|
617
|
+
--bgColor-accent-muted: #5cacff1a;
|
|
618
|
+
--bgColor-attention-emphasis: #7b4900;
|
|
619
|
+
--bgColor-attention-muted: #edaa2726;
|
|
620
|
+
--bgColor-black: #010409;
|
|
621
|
+
--bgColor-closed-emphasis: #ad0116;
|
|
622
|
+
--bgColor-closed-muted: #ff80801a;
|
|
623
|
+
--bgColor-danger-emphasis: #ad0116;
|
|
624
|
+
--bgColor-danger-muted: #ff80801a;
|
|
625
|
+
--bgColor-default: #010409;
|
|
626
|
+
--bgColor-disabled: #262c36;
|
|
627
|
+
--bgColor-done-emphasis: #6921d7;
|
|
628
|
+
--bgColor-done-muted: #bf8fff26;
|
|
629
|
+
--bgColor-emphasis: #3d444d;
|
|
630
|
+
--bgColor-inset: #010409;
|
|
631
|
+
--bgColor-inverse: #ffffff;
|
|
632
|
+
--bgColor-muted: #151b23;
|
|
633
|
+
--bgColor-neutral-emphasis: #3d444d;
|
|
634
|
+
--bgColor-neutral-muted: #212830;
|
|
635
|
+
--bgColor-open-emphasis: #006222;
|
|
636
|
+
--bgColor-open-muted: #0ac74026;
|
|
637
|
+
--bgColor-severe-emphasis: #8f3c00;
|
|
638
|
+
--bgColor-severe-muted: #f48b251a;
|
|
639
|
+
--bgColor-sponsors-emphasis: #9c1d6a;
|
|
640
|
+
--bgColor-sponsors-muted: #f87cbd1a;
|
|
641
|
+
--bgColor-success-emphasis: #006222;
|
|
642
|
+
--bgColor-success-muted: #0ac74026;
|
|
643
|
+
--bgColor-transparent: #00000000;
|
|
644
|
+
--bgColor-upsell-emphasis: #6921d7;
|
|
645
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
646
|
+
--bgColor-white: #ffffff;
|
|
647
|
+
--border-accent-emphasis: 0.0625rem solid #409eff;
|
|
648
|
+
--border-accent-muted: 0.0625rem solid #5cacff;
|
|
649
|
+
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
650
|
+
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
651
|
+
--border-closed-emphasis: 0.0625rem solid #ff6a69;
|
|
652
|
+
--border-closed-muted: 0.0625rem solid #ff8080;
|
|
653
|
+
--border-danger-emphasis: 0.0625rem solid #ff6a69;
|
|
654
|
+
--border-danger-muted: 0.0625rem solid #ff8080;
|
|
655
|
+
--border-default: 0.0625rem solid #b7bdc8;
|
|
656
|
+
--border-disabled: 0.0625rem solid #9198a11f;
|
|
657
|
+
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
658
|
+
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
659
|
+
--border-emphasis: 0.0625rem solid #b7bdc8;
|
|
660
|
+
--border-muted: 0.0625rem solid #b7bdc8;
|
|
661
|
+
--border-neutral-emphasis: 0.0625rem solid #b7bdc8;
|
|
662
|
+
--border-neutral-muted: 0.0625rem solid #b7bdc8;
|
|
663
|
+
--border-open-emphasis: 0.0625rem solid #09b43a;
|
|
664
|
+
--border-open-muted: 0.0625rem solid #0ac740;
|
|
665
|
+
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
666
|
+
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
667
|
+
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
668
|
+
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
669
|
+
--border-success-emphasis: 0.0625rem solid #09b43a;
|
|
670
|
+
--border-success-muted: 0.0625rem solid #0ac740;
|
|
671
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
672
|
+
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
673
|
+
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
674
|
+
--borderColor-accent-emphasis: #409eff;
|
|
675
|
+
--borderColor-accent-muted: #5cacff;
|
|
676
|
+
--borderColor-attention-emphasis: #e09b13;
|
|
677
|
+
--borderColor-attention-muted: #edaa27;
|
|
678
|
+
--borderColor-closed-emphasis: #ff6a69;
|
|
679
|
+
--borderColor-closed-muted: #ff8080;
|
|
680
|
+
--borderColor-danger-emphasis: #ff6a69;
|
|
681
|
+
--borderColor-danger-muted: #ff8080;
|
|
682
|
+
--borderColor-default: #b7bdc8;
|
|
683
|
+
--borderColor-disabled: #9198a11f;
|
|
684
|
+
--borderColor-done-emphasis: #b87fff;
|
|
685
|
+
--borderColor-done-muted: #bf8fff;
|
|
686
|
+
--borderColor-emphasis: #b7bdc8;
|
|
687
|
+
--borderColor-muted: #b7bdc8;
|
|
688
|
+
--borderColor-neutral-emphasis: #b7bdc8;
|
|
689
|
+
--borderColor-neutral-muted: #b7bdc8;
|
|
690
|
+
--borderColor-open-emphasis: #09b43a;
|
|
691
|
+
--borderColor-open-muted: #0ac740;
|
|
692
|
+
--borderColor-severe-emphasis: #e7811d;
|
|
693
|
+
--borderColor-severe-muted: #f48b25;
|
|
694
|
+
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
695
|
+
--borderColor-sponsors-muted: #f87cbd;
|
|
696
|
+
--borderColor-success-emphasis: #09b43a;
|
|
697
|
+
--borderColor-success-muted: #0ac740;
|
|
698
|
+
--borderColor-translucent: #2f3742;
|
|
699
|
+
--borderColor-transparent: #00000000;
|
|
700
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
701
|
+
--borderColor-upsell-muted: #bf8fff;
|
|
702
|
+
--button-danger-bgColor-active: #ad0116;
|
|
703
|
+
--button-danger-bgColor-disabled: #262c36;
|
|
704
|
+
--button-danger-bgColor-hover: #ad0116;
|
|
705
|
+
--button-danger-bgColor-rest: #262c36;
|
|
706
|
+
--button-danger-borderColor-active: #ffb1af;
|
|
707
|
+
--button-danger-borderColor-hover: #ffb1af;
|
|
708
|
+
--button-danger-borderColor-rest: #b7bdc8;
|
|
709
|
+
--button-danger-fgColor-active: #ffffff;
|
|
710
|
+
--button-danger-fgColor-disabled: #ff949280;
|
|
711
|
+
--button-danger-fgColor-hover: #ffffff;
|
|
712
|
+
--button-danger-fgColor-rest: #ffb1af;
|
|
713
|
+
--button-danger-iconColor-hover: #ffffff;
|
|
714
|
+
--button-danger-iconColor-rest: #ffb1af;
|
|
715
|
+
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
716
|
+
--button-default-bgColor-active: #2f3742;
|
|
717
|
+
--button-default-bgColor-disabled: #262c36;
|
|
718
|
+
--button-default-bgColor-hover: #2a313c;
|
|
719
|
+
--button-default-bgColor-rest: #262c36;
|
|
720
|
+
--button-default-bgColor-selected: #2f3742;
|
|
721
|
+
--button-default-borderColor-active: #b7bdc8;
|
|
722
|
+
--button-default-borderColor-disabled: #9198a11f;
|
|
723
|
+
--button-default-borderColor-hover: #b7bdc8;
|
|
724
|
+
--button-default-borderColor-rest: #b7bdc8;
|
|
725
|
+
--button-default-fgColor-rest: #ffffff;
|
|
726
|
+
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
727
|
+
--button-inactive-bgColor: #262c36;
|
|
728
|
+
--button-inactive-fgColor: #b7bdc8;
|
|
729
|
+
--button-invisible-bgColor-active: #212830;
|
|
730
|
+
--button-invisible-bgColor-disabled: #00000000;
|
|
731
|
+
--button-invisible-bgColor-hover: #151b23;
|
|
732
|
+
--button-invisible-bgColor-rest: #00000000;
|
|
733
|
+
--button-invisible-borderColor-disabled: #00000000;
|
|
734
|
+
--button-invisible-borderColor-hover: #b7bdc8;
|
|
735
|
+
--button-invisible-borderColor-rest: #00000000;
|
|
736
|
+
--button-invisible-fgColor-active: #ffffff;
|
|
737
|
+
--button-invisible-fgColor-disabled: #656c76;
|
|
738
|
+
--button-invisible-fgColor-hover: #ffffff;
|
|
739
|
+
--button-invisible-fgColor-rest: #ffffff;
|
|
740
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
741
|
+
--button-invisible-iconColor-hover: #d1d7e0;
|
|
742
|
+
--button-invisible-iconColor-rest: #d1d7e0;
|
|
743
|
+
--button-outline-bgColor-active: #2672f3;
|
|
744
|
+
--button-outline-bgColor-disabled: #262c36;
|
|
745
|
+
--button-outline-bgColor-hover: #2a313c;
|
|
746
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
747
|
+
--button-outline-borderColor-hover: #b7bdc8;
|
|
748
|
+
--button-outline-borderColor-selected: #b7bdc8;
|
|
749
|
+
--button-outline-fgColor-active: #ffffff;
|
|
750
|
+
--button-outline-fgColor-disabled: #74b9ff80;
|
|
751
|
+
--button-outline-fgColor-hover: #71b7ff;
|
|
752
|
+
--button-outline-fgColor-rest: #5cacff;
|
|
753
|
+
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
754
|
+
--button-primary-bgColor-active: #109135;
|
|
755
|
+
--button-primary-bgColor-disabled: #048f2f;
|
|
756
|
+
--button-primary-bgColor-hover: #08792b;
|
|
757
|
+
--button-primary-bgColor-rest: #006222;
|
|
758
|
+
--button-primary-borderColor-active: #4ae168;
|
|
759
|
+
--button-primary-borderColor-disabled: #4ae16866;
|
|
760
|
+
--button-primary-borderColor-hover: #4ae168;
|
|
761
|
+
--button-primary-borderColor-rest: #4ae168;
|
|
762
|
+
--button-primary-fgColor-disabled: #ffffff66;
|
|
763
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
764
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
765
|
+
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
766
|
+
--button-star-iconColor: #f7c843;
|
|
767
|
+
--buttonCounter-danger-bgColor-disabled: #ad01160d;
|
|
768
|
+
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
769
|
+
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
770
|
+
--buttonCounter-danger-fgColor-disabled: #ff949280;
|
|
771
|
+
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
772
|
+
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
773
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
774
|
+
--buttonCounter-invisible-bgColor-rest: #212830;
|
|
775
|
+
--buttonCounter-outline-bgColor-disabled: #194fb10d;
|
|
776
|
+
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
777
|
+
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
778
|
+
--buttonCounter-outline-fgColor-disabled: #74b9ff80;
|
|
779
|
+
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
780
|
+
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
781
|
+
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
782
|
+
--card-bgColor: #151b23;
|
|
783
|
+
--codeMirror-activeline-bgColor: #212830;
|
|
636
784
|
--codeMirror-bgColor: #010409;
|
|
637
|
-
--codeMirror-
|
|
785
|
+
--codeMirror-cursor-fgColor: #ffffff;
|
|
786
|
+
--codeMirror-fgColor: #ffffff;
|
|
638
787
|
--codeMirror-gutterMarker-fgColor-default: #010409;
|
|
639
788
|
--codeMirror-gutterMarker-fgColor-muted: #b7bdc8;
|
|
789
|
+
--codeMirror-gutters-bgColor: #010409;
|
|
640
790
|
--codeMirror-lineNumber-fgColor: #b7bdc8;
|
|
641
|
-
--codeMirror-cursor-fgColor: #ffffff;
|
|
642
|
-
--codeMirror-selection-bgColor: #5cacff66;
|
|
643
|
-
--codeMirror-activeline-bgColor: #212830;
|
|
644
|
-
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
645
791
|
--codeMirror-lines-bgColor: #010409;
|
|
792
|
+
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
793
|
+
--codeMirror-selection-bgColor: #5cacff66;
|
|
646
794
|
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
647
795
|
--codeMirror-syntax-fgColor-constant: #91cbff;
|
|
648
796
|
--codeMirror-syntax-fgColor-entity: #dbb7ff;
|
|
@@ -651,564 +799,416 @@
|
|
|
651
799
|
--codeMirror-syntax-fgColor-string: #addcff;
|
|
652
800
|
--codeMirror-syntax-fgColor-support: #91cbff;
|
|
653
801
|
--codeMirror-syntax-fgColor-variable: #ffb757;
|
|
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
|
-
--display-plum-bgColor-emphasis: #7517ab;
|
|
702
|
-
--display-plum-fgColor: #e4a5fd;
|
|
703
|
-
--display-plum-borderColor-muted: #40125e;
|
|
704
|
-
--display-plum-borderColor-emphasis: #d07ef7;
|
|
705
|
-
--display-red-bgColor-muted: #3c0614;
|
|
706
|
-
--display-red-bgColor-emphasis: #990f24;
|
|
707
|
-
--display-red-fgColor: #f7adab;
|
|
708
|
-
--display-red-borderColor-muted: #58091a;
|
|
709
|
-
--display-red-borderColor-emphasis: #f27d83;
|
|
710
|
-
--display-coral-bgColor-muted: #3c0614;
|
|
711
|
-
--display-coral-bgColor-emphasis: #902a0e;
|
|
712
|
-
--display-coral-fgColor: #fdaa86;
|
|
713
|
-
--display-coral-borderColor-muted: #58091a;
|
|
714
|
-
--display-coral-borderColor-emphasis: #f7794b;
|
|
715
|
-
--display-yellow-bgColor-muted: #2e1a00;
|
|
716
|
-
--display-yellow-bgColor-emphasis: #6d4403;
|
|
717
|
-
--display-yellow-fgColor: #edb431;
|
|
718
|
-
--display-yellow-borderColor-muted: #3d2401;
|
|
719
|
-
--display-yellow-borderColor-emphasis: #d3910d;
|
|
720
|
-
--display-gray-bgColor-muted: #1c1c1c;
|
|
721
|
-
--display-gray-bgColor-emphasis: #474e57;
|
|
722
|
-
--display-gray-fgColor: #b3c0d1;
|
|
723
|
-
--display-gray-borderColor-muted: #2a2b2d;
|
|
724
|
-
--display-gray-borderColor-emphasis: #92a1b5;
|
|
725
|
-
--display-auburn-bgColor-muted: #271817;
|
|
726
|
-
--display-auburn-bgColor-emphasis: #6d4340;
|
|
727
|
-
--display-auburn-fgColor: #d4b7b5;
|
|
728
|
-
--display-auburn-borderColor-muted: #3a2422;
|
|
729
|
-
--display-auburn-borderColor-emphasis: #bf9592;
|
|
730
|
-
--display-brown-bgColor-muted: #241c14;
|
|
731
|
-
--display-brown-bgColor-emphasis: #5d4a32;
|
|
732
|
-
--display-brown-fgColor: #cdbb98;
|
|
733
|
-
--display-brown-borderColor-muted: #342a1d;
|
|
734
|
-
--display-brown-borderColor-emphasis: #b69a6d;
|
|
735
|
-
--display-lemon-bgColor-muted: #291d00;
|
|
736
|
-
--display-lemon-bgColor-emphasis: #614c05;
|
|
737
|
-
--display-lemon-fgColor: #d7bc1d;
|
|
738
|
-
--display-lemon-borderColor-muted: #372901;
|
|
739
|
-
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
740
|
-
--display-olive-bgColor-muted: #171e0b;
|
|
741
|
-
--display-olive-bgColor-emphasis: #485219;
|
|
742
|
-
--display-olive-fgColor: #cbc025;
|
|
743
|
-
--display-olive-borderColor-muted: #252d10;
|
|
744
|
-
--display-olive-borderColor-emphasis: #a2a626;
|
|
745
|
-
--display-lime-bgColor-muted: #141f0f;
|
|
746
|
-
--display-lime-bgColor-emphasis: #375421;
|
|
747
|
-
--display-lime-fgColor: #9fcc3e;
|
|
748
|
-
--display-lime-borderColor-muted: #1f3116;
|
|
749
|
-
--display-lime-borderColor-emphasis: #7dae37;
|
|
750
|
-
--display-pine-bgColor-muted: #082119;
|
|
751
|
-
--display-pine-bgColor-emphasis: #115a3e;
|
|
752
|
-
--display-pine-fgColor: #1bda81;
|
|
753
|
-
--display-pine-borderColor-muted: #0b3224;
|
|
754
|
-
--display-pine-borderColor-emphasis: #1bb673;
|
|
755
|
-
--display-teal-bgColor-muted: #041f25;
|
|
756
|
-
--display-teal-bgColor-emphasis: #0c555a;
|
|
757
|
-
--display-teal-fgColor: #24d6c4;
|
|
758
|
-
--display-teal-borderColor-muted: #073036;
|
|
759
|
-
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
760
|
-
--display-cyan-bgColor-muted: #001f29;
|
|
761
|
-
--display-cyan-bgColor-emphasis: #02536f;
|
|
762
|
-
--display-cyan-fgColor: #45cbf7;
|
|
763
|
-
--display-cyan-borderColor-muted: #002e3d;
|
|
764
|
-
--display-cyan-borderColor-emphasis: #07ace4;
|
|
765
|
-
--display-indigo-bgColor-muted: #1b183f;
|
|
766
|
-
--display-indigo-bgColor-emphasis: #3935c0;
|
|
767
|
-
--display-indigo-fgColor: #b7baf6;
|
|
768
|
-
--display-indigo-borderColor-muted: #25215f;
|
|
769
|
-
--display-indigo-borderColor-emphasis: #9899ec;
|
|
770
|
-
--display-pink-bgColor-muted: #2d1524;
|
|
771
|
-
--display-pink-bgColor-emphasis: #842a5d;
|
|
772
|
-
--display-pink-fgColor: #f4a9cd;
|
|
773
|
-
--display-pink-borderColor-muted: #451c35;
|
|
774
|
-
--display-pink-borderColor-emphasis: #e57bb2;
|
|
775
|
-
--avatar-bgColor: #ffffff1a;
|
|
776
|
-
--avatar-borderColor: #ffffffe6;
|
|
777
|
-
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
778
|
-
--avatarStack-fade-bgColor-default: #3d444d;
|
|
779
|
-
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
780
|
-
--control-bgColor-rest: #262c36;
|
|
781
|
-
--control-bgColor-hover: #2a313c;
|
|
802
|
+
--color-ansi-black: #2f3742;
|
|
803
|
+
--color-ansi-black-bright: #656c76;
|
|
804
|
+
--color-ansi-blue: #71b7ff;
|
|
805
|
+
--color-ansi-blue-bright: #91cbff;
|
|
806
|
+
--color-ansi-cyan: #39c5cf;
|
|
807
|
+
--color-ansi-cyan-bright: #56d4dd;
|
|
808
|
+
--color-ansi-gray: #656c76;
|
|
809
|
+
--color-ansi-green: #28d751;
|
|
810
|
+
--color-ansi-green-bright: #4ae168;
|
|
811
|
+
--color-ansi-magenta: #cb9eff;
|
|
812
|
+
--color-ansi-magenta-bright: #dbb7ff;
|
|
813
|
+
--color-ansi-red: #ff9492;
|
|
814
|
+
--color-ansi-red-bright: #ffb1af;
|
|
815
|
+
--color-ansi-white: #f0f6fc;
|
|
816
|
+
--color-ansi-white-bright: #ffffff;
|
|
817
|
+
--color-ansi-yellow: #f0b72f;
|
|
818
|
+
--color-ansi-yellow-bright: #f7c843;
|
|
819
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
820
|
+
--color-prettylights-syntax-brackethighlighter-unmatched: #ff8080;
|
|
821
|
+
--color-prettylights-syntax-carriage-return-bg: #ff4445;
|
|
822
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
823
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
824
|
+
--color-prettylights-syntax-constant: #91cbff;
|
|
825
|
+
--color-prettylights-syntax-constant-other-reference-link: #addcff;
|
|
826
|
+
--color-prettylights-syntax-entity: #dbb7ff;
|
|
827
|
+
--color-prettylights-syntax-entity-tag: #72f088;
|
|
828
|
+
--color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
|
|
829
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
830
|
+
--color-prettylights-syntax-keyword: #ff9492;
|
|
831
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
832
|
+
--color-prettylights-syntax-markup-changed-bg: #a74c00;
|
|
833
|
+
--color-prettylights-syntax-markup-changed-text: #ffe1b4;
|
|
834
|
+
--color-prettylights-syntax-markup-deleted-bg: #cc1421;
|
|
835
|
+
--color-prettylights-syntax-markup-deleted-text: #ffdedb;
|
|
836
|
+
--color-prettylights-syntax-markup-heading: #409eff;
|
|
837
|
+
--color-prettylights-syntax-markup-ignored-bg: #318bf8;
|
|
838
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
839
|
+
--color-prettylights-syntax-markup-inserted-bg: #007728;
|
|
840
|
+
--color-prettylights-syntax-markup-inserted-text: #acf7b6;
|
|
841
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
842
|
+
--color-prettylights-syntax-markup-list: #fbd669;
|
|
843
|
+
--color-prettylights-syntax-meta-diff-range: #dbb7ff;
|
|
844
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
845
|
+
--color-prettylights-syntax-string: #addcff;
|
|
846
|
+
--color-prettylights-syntax-string-regexp: #72f088;
|
|
847
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
848
|
+
--color-prettylights-syntax-variable: #ffb757;
|
|
782
849
|
--control-bgColor-active: #2f3742;
|
|
783
850
|
--control-bgColor-disabled: #262c36;
|
|
851
|
+
--control-bgColor-hover: #2a313c;
|
|
852
|
+
--control-bgColor-rest: #262c36;
|
|
784
853
|
--control-bgColor-selected: #262c36;
|
|
785
|
-
--control-
|
|
786
|
-
--control-fgColor-placeholder: #b7bdc8;
|
|
787
|
-
--control-fgColor-disabled: #656c76;
|
|
788
|
-
--control-borderColor-rest: #b7bdc8;
|
|
789
|
-
--control-borderColor-emphasis: #b7bdc8;
|
|
854
|
+
--control-borderColor-danger: #ff6a69;
|
|
790
855
|
--control-borderColor-disabled: #9198a11f;
|
|
856
|
+
--control-borderColor-emphasis: #b7bdc8;
|
|
857
|
+
--control-borderColor-rest: #b7bdc8;
|
|
791
858
|
--control-borderColor-selected: #f0f6fc;
|
|
792
859
|
--control-borderColor-success: #09b43a;
|
|
793
|
-
--control-borderColor-danger: #ff6a69;
|
|
794
860
|
--control-borderColor-warning: #e09b13;
|
|
861
|
+
--control-checked-bgColor-active: #3c79d0;
|
|
862
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
863
|
+
--control-checked-bgColor-hover: #2b64c1;
|
|
864
|
+
--control-checked-bgColor-rest: #194fb1;
|
|
865
|
+
--control-checked-borderColor-active: #91cbff;
|
|
866
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
867
|
+
--control-checked-borderColor-hover: #91cbff;
|
|
868
|
+
--control-checked-borderColor-rest: #91cbff;
|
|
869
|
+
--control-checked-fgColor-disabled: #010409;
|
|
870
|
+
--control-checked-fgColor-rest: #ffffff;
|
|
871
|
+
--control-danger-bgColor-active: #c51120;
|
|
872
|
+
--control-danger-bgColor-hover: #ad0116;
|
|
873
|
+
--control-danger-fgColor-hover: #ff9492;
|
|
874
|
+
--control-danger-fgColor-rest: #ff9492;
|
|
875
|
+
--control-fgColor-disabled: #656c76;
|
|
876
|
+
--control-fgColor-placeholder: #b7bdc8;
|
|
877
|
+
--control-fgColor-rest: #ffffff;
|
|
795
878
|
--control-iconColor-rest: #b7bdc8;
|
|
796
|
-
--control-transparent-bgColor-rest: #00000000;
|
|
797
|
-
--control-transparent-bgColor-hover: #2f3742;
|
|
798
879
|
--control-transparent-bgColor-active: #3d444d;
|
|
799
880
|
--control-transparent-bgColor-disabled: #262c36;
|
|
881
|
+
--control-transparent-bgColor-hover: #2f3742;
|
|
882
|
+
--control-transparent-bgColor-rest: #00000000;
|
|
800
883
|
--control-transparent-bgColor-selected: #2f3742;
|
|
801
|
-
--control-transparent-borderColor-rest: #00000000;
|
|
802
|
-
--control-transparent-borderColor-hover: #b7bdc8;
|
|
803
884
|
--control-transparent-borderColor-active: #b7bdc8;
|
|
804
|
-
--control-
|
|
805
|
-
--control-
|
|
806
|
-
--
|
|
807
|
-
--
|
|
808
|
-
--
|
|
809
|
-
--
|
|
810
|
-
--
|
|
811
|
-
--
|
|
812
|
-
--control-checked-fgColor-rest: #ffffff;
|
|
813
|
-
--control-checked-fgColor-disabled: #010409;
|
|
814
|
-
--control-checked-borderColor-rest: #91cbff;
|
|
815
|
-
--control-checked-borderColor-hover: #91cbff;
|
|
816
|
-
--control-checked-borderColor-active: #91cbff;
|
|
817
|
-
--control-checked-borderColor-disabled: #656c76;
|
|
818
|
-
--controlTrack-bgColor-rest: #2a313c;
|
|
819
|
-
--controlTrack-bgColor-hover: #2f3742;
|
|
885
|
+
--control-transparent-borderColor-hover: #b7bdc8;
|
|
886
|
+
--control-transparent-borderColor-rest: #00000000;
|
|
887
|
+
--controlKnob-bgColor-checked: #ffffff;
|
|
888
|
+
--controlKnob-bgColor-disabled: #262c36;
|
|
889
|
+
--controlKnob-bgColor-rest: #010409;
|
|
890
|
+
--controlKnob-borderColor-checked: #194fb1;
|
|
891
|
+
--controlKnob-borderColor-disabled: #262c36;
|
|
892
|
+
--controlKnob-borderColor-rest: #b7bdc8;
|
|
820
893
|
--controlTrack-bgColor-active: #3d444d;
|
|
821
894
|
--controlTrack-bgColor-disabled: #656c76;
|
|
822
|
-
--controlTrack-
|
|
823
|
-
--controlTrack-
|
|
824
|
-
--controlTrack-borderColor-rest: #b7bdc8;
|
|
895
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
896
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
825
897
|
--controlTrack-borderColor-disabled: #656c76;
|
|
826
|
-
--
|
|
827
|
-
--
|
|
828
|
-
--
|
|
829
|
-
--controlKnob-borderColor-rest: #b7bdc8;
|
|
830
|
-
--controlKnob-borderColor-disabled: #262c36;
|
|
831
|
-
--controlKnob-borderColor-checked: #194fb1;
|
|
832
|
-
--counter-borderColor: #b7bdc8;
|
|
833
|
-
--counter-bgColor-muted: #212830;
|
|
898
|
+
--controlTrack-borderColor-rest: #b7bdc8;
|
|
899
|
+
--controlTrack-fgColor-disabled: #ffffff;
|
|
900
|
+
--controlTrack-fgColor-rest: #ffffff;
|
|
834
901
|
--counter-bgColor-emphasis: #3d444d;
|
|
835
|
-
--
|
|
836
|
-
--
|
|
837
|
-
--
|
|
838
|
-
--
|
|
839
|
-
--
|
|
840
|
-
--
|
|
841
|
-
--
|
|
842
|
-
--
|
|
843
|
-
--
|
|
844
|
-
--
|
|
845
|
-
--
|
|
846
|
-
--
|
|
847
|
-
--
|
|
848
|
-
--
|
|
849
|
-
--
|
|
850
|
-
--
|
|
851
|
-
--
|
|
852
|
-
--
|
|
853
|
-
--
|
|
854
|
-
--
|
|
855
|
-
--
|
|
856
|
-
--
|
|
857
|
-
--
|
|
858
|
-
--
|
|
859
|
-
--
|
|
860
|
-
--
|
|
861
|
-
--
|
|
862
|
-
--
|
|
863
|
-
--
|
|
864
|
-
--
|
|
865
|
-
--
|
|
866
|
-
--
|
|
867
|
-
--
|
|
868
|
-
--
|
|
869
|
-
--
|
|
870
|
-
--
|
|
871
|
-
--
|
|
872
|
-
--
|
|
873
|
-
--
|
|
874
|
-
--
|
|
875
|
-
--
|
|
876
|
-
--
|
|
877
|
-
--
|
|
878
|
-
--
|
|
879
|
-
--
|
|
880
|
-
--
|
|
881
|
-
--
|
|
882
|
-
--
|
|
883
|
-
--
|
|
884
|
-
--
|
|
885
|
-
--
|
|
886
|
-
--
|
|
887
|
-
--
|
|
888
|
-
--
|
|
889
|
-
--
|
|
890
|
-
--
|
|
891
|
-
--
|
|
892
|
-
--
|
|
893
|
-
--
|
|
894
|
-
--
|
|
895
|
-
--
|
|
896
|
-
--
|
|
897
|
-
--
|
|
898
|
-
--
|
|
899
|
-
--
|
|
900
|
-
--
|
|
901
|
-
--
|
|
902
|
-
--
|
|
903
|
-
--
|
|
904
|
-
--
|
|
905
|
-
--
|
|
906
|
-
--
|
|
907
|
-
--
|
|
908
|
-
--
|
|
909
|
-
--
|
|
910
|
-
--
|
|
911
|
-
--
|
|
912
|
-
--
|
|
913
|
-
--
|
|
914
|
-
--
|
|
915
|
-
--
|
|
916
|
-
--
|
|
917
|
-
--
|
|
918
|
-
--
|
|
919
|
-
--
|
|
902
|
+
--counter-bgColor-muted: #212830;
|
|
903
|
+
--counter-borderColor: #b7bdc8;
|
|
904
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
905
|
+
--data-auburn-color-muted: #271817;
|
|
906
|
+
--data-blue-color-emphasis: #0576ff;
|
|
907
|
+
--data-blue-color-muted: #001a47;
|
|
908
|
+
--data-gray-color-emphasis: #576270;
|
|
909
|
+
--data-gray-color-muted: #1c1c1c;
|
|
910
|
+
--data-green-color-emphasis: #2f6f37;
|
|
911
|
+
--data-green-color-muted: #122117;
|
|
912
|
+
--data-orange-color-emphasis: #984b10;
|
|
913
|
+
--data-orange-color-muted: #311708;
|
|
914
|
+
--data-pink-color-emphasis: #d34591;
|
|
915
|
+
--data-pink-color-muted: #2d1524;
|
|
916
|
+
--data-purple-color-emphasis: #975bf1;
|
|
917
|
+
--data-purple-color-muted: #211047;
|
|
918
|
+
--data-red-color-emphasis: #eb3342;
|
|
919
|
+
--data-red-color-muted: #3c0614;
|
|
920
|
+
--data-teal-color-emphasis: #106c70;
|
|
921
|
+
--data-teal-color-muted: #041f25;
|
|
922
|
+
--data-yellow-color-emphasis: #895906;
|
|
923
|
+
--data-yellow-color-muted: #2e1a00;
|
|
924
|
+
--diffBlob-additionLine-bgColor: #0ac74033;
|
|
925
|
+
--diffBlob-additionLine-fgColor: #ffffff;
|
|
926
|
+
--diffBlob-additionNum-bgColor: #28d7514d;
|
|
927
|
+
--diffBlob-additionNum-fgColor: #ffffff;
|
|
928
|
+
--diffBlob-additionWord-bgColor: #006222;
|
|
929
|
+
--diffBlob-additionWord-fgColor: #ffffff;
|
|
930
|
+
--diffBlob-deletionLine-bgColor: #ff808033;
|
|
931
|
+
--diffBlob-deletionLine-fgColor: #ffffff;
|
|
932
|
+
--diffBlob-deletionNum-bgColor: #ff80804d;
|
|
933
|
+
--diffBlob-deletionNum-fgColor: #ffffff;
|
|
934
|
+
--diffBlob-deletionWord-bgColor: #ad0116;
|
|
935
|
+
--diffBlob-deletionWord-fgColor: #ffffff;
|
|
936
|
+
--diffBlob-emptyLine-bgColor: #151b23;
|
|
937
|
+
--diffBlob-emptyNum-bgColor: #151b23;
|
|
938
|
+
--diffBlob-expander-iconColor: #ffffff;
|
|
939
|
+
--diffBlob-hunkLine-bgColor: #5cacff33;
|
|
940
|
+
--diffBlob-hunkLine-fgColor: #b7bdc8;
|
|
941
|
+
--diffBlob-hunkNum-bgColor-hover: #194fb1;
|
|
942
|
+
--diffBlob-hunkNum-bgColor-rest: #5cacff66;
|
|
943
|
+
--diffBlob-hunkNum-fgColor-hover: #ffffff;
|
|
944
|
+
--diffBlob-hunkNum-fgColor-rest: #ffffff;
|
|
945
|
+
--display-auburn-bgColor-emphasis: #6d4340;
|
|
946
|
+
--display-auburn-bgColor-muted: #271817;
|
|
947
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
948
|
+
--display-auburn-borderColor-muted: #3a2422;
|
|
949
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
950
|
+
--display-blue-bgColor-emphasis: #0046a8;
|
|
951
|
+
--display-blue-bgColor-muted: #001a47;
|
|
952
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
953
|
+
--display-blue-borderColor-muted: #002766;
|
|
954
|
+
--display-blue-fgColor: #85c2ff;
|
|
955
|
+
--display-brown-bgColor-emphasis: #5d4a32;
|
|
956
|
+
--display-brown-bgColor-muted: #241c14;
|
|
957
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
958
|
+
--display-brown-borderColor-muted: #342a1d;
|
|
959
|
+
--display-brown-fgColor: #cdbb98;
|
|
960
|
+
--display-coral-bgColor-emphasis: #902a0e;
|
|
961
|
+
--display-coral-bgColor-muted: #3c0614;
|
|
962
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
963
|
+
--display-coral-borderColor-muted: #58091a;
|
|
964
|
+
--display-coral-fgColor: #fdaa86;
|
|
965
|
+
--display-cyan-bgColor-emphasis: #02536f;
|
|
966
|
+
--display-cyan-bgColor-muted: #001f29;
|
|
967
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
968
|
+
--display-cyan-borderColor-muted: #002e3d;
|
|
969
|
+
--display-cyan-fgColor: #45cbf7;
|
|
970
|
+
--display-gray-bgColor-emphasis: #474e57;
|
|
971
|
+
--display-gray-bgColor-muted: #1c1c1c;
|
|
972
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
973
|
+
--display-gray-borderColor-muted: #2a2b2d;
|
|
974
|
+
--display-gray-fgColor: #b3c0d1;
|
|
975
|
+
--display-green-bgColor-emphasis: #285830;
|
|
976
|
+
--display-green-bgColor-muted: #122117;
|
|
977
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
978
|
+
--display-green-borderColor-muted: #182f1f;
|
|
979
|
+
--display-green-fgColor: #75d36f;
|
|
980
|
+
--display-indigo-bgColor-emphasis: #3935c0;
|
|
981
|
+
--display-indigo-bgColor-muted: #1b183f;
|
|
982
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
983
|
+
--display-indigo-borderColor-muted: #25215f;
|
|
984
|
+
--display-indigo-fgColor: #b7baf6;
|
|
985
|
+
--display-lemon-bgColor-emphasis: #614c05;
|
|
986
|
+
--display-lemon-bgColor-muted: #291d00;
|
|
987
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
988
|
+
--display-lemon-borderColor-muted: #372901;
|
|
989
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
990
|
+
--display-lime-bgColor-emphasis: #375421;
|
|
991
|
+
--display-lime-bgColor-muted: #141f0f;
|
|
992
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
993
|
+
--display-lime-borderColor-muted: #1f3116;
|
|
994
|
+
--display-lime-fgColor: #9fcc3e;
|
|
995
|
+
--display-olive-bgColor-emphasis: #485219;
|
|
996
|
+
--display-olive-bgColor-muted: #171e0b;
|
|
997
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
998
|
+
--display-olive-borderColor-muted: #252d10;
|
|
999
|
+
--display-olive-fgColor: #cbc025;
|
|
1000
|
+
--display-orange-bgColor-emphasis: #7b3c0e;
|
|
1001
|
+
--display-orange-bgColor-muted: #311708;
|
|
1002
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
1003
|
+
--display-orange-borderColor-muted: #43200a;
|
|
1004
|
+
--display-orange-fgColor: #f6b06a;
|
|
1005
|
+
--display-pine-bgColor-emphasis: #115a3e;
|
|
1006
|
+
--display-pine-bgColor-muted: #082119;
|
|
1007
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
1008
|
+
--display-pine-borderColor-muted: #0b3224;
|
|
1009
|
+
--display-pine-fgColor: #1bda81;
|
|
1010
|
+
--display-pink-bgColor-emphasis: #842a5d;
|
|
1011
|
+
--display-pink-bgColor-muted: #2d1524;
|
|
1012
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
1013
|
+
--display-pink-borderColor-muted: #451c35;
|
|
1014
|
+
--display-pink-fgColor: #f4a9cd;
|
|
1015
|
+
--display-plum-bgColor-emphasis: #7517ab;
|
|
1016
|
+
--display-plum-bgColor-muted: #2a0e3f;
|
|
1017
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
1018
|
+
--display-plum-borderColor-muted: #40125e;
|
|
1019
|
+
--display-plum-fgColor: #e4a5fd;
|
|
1020
|
+
--display-purple-bgColor-emphasis: #5b1cca;
|
|
1021
|
+
--display-purple-bgColor-muted: #211047;
|
|
1022
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
1023
|
+
--display-purple-borderColor-muted: #31146b;
|
|
1024
|
+
--display-purple-fgColor: #d2affd;
|
|
1025
|
+
--display-red-bgColor-emphasis: #990f24;
|
|
1026
|
+
--display-red-bgColor-muted: #3c0614;
|
|
1027
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
1028
|
+
--display-red-borderColor-muted: #58091a;
|
|
1029
|
+
--display-red-fgColor: #f7adab;
|
|
1030
|
+
--display-teal-bgColor-emphasis: #0c555a;
|
|
1031
|
+
--display-teal-bgColor-muted: #041f25;
|
|
1032
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
1033
|
+
--display-teal-borderColor-muted: #073036;
|
|
1034
|
+
--display-teal-fgColor: #24d6c4;
|
|
1035
|
+
--display-yellow-bgColor-emphasis: #6d4403;
|
|
1036
|
+
--display-yellow-bgColor-muted: #2e1a00;
|
|
1037
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
1038
|
+
--display-yellow-borderColor-muted: #3d2401;
|
|
1039
|
+
--display-yellow-fgColor: #edb431;
|
|
1040
|
+
--fgColor-accent: #74b9ff;
|
|
1041
|
+
--fgColor-attention: #f0b72f;
|
|
1042
|
+
--fgColor-black: #010409;
|
|
1043
|
+
--fgColor-closed: #ff9492;
|
|
1044
|
+
--fgColor-danger: #ff9492;
|
|
1045
|
+
--fgColor-default: #ffffff;
|
|
1046
|
+
--fgColor-disabled: #656c76;
|
|
1047
|
+
--fgColor-done: #d3abff;
|
|
1048
|
+
--fgColor-link: #74b9ff;
|
|
1049
|
+
--fgColor-muted: #b7bdc8;
|
|
1050
|
+
--fgColor-neutral: #d1d7e0;
|
|
1051
|
+
--fgColor-onEmphasis: #ffffff;
|
|
1052
|
+
--fgColor-onInverse: #010409;
|
|
1053
|
+
--fgColor-open: #2bd853;
|
|
1054
|
+
--fgColor-severe: #fe9a2d;
|
|
1055
|
+
--fgColor-sponsors: #ff90c8;
|
|
1056
|
+
--fgColor-success: #2bd853;
|
|
1057
|
+
--fgColor-upsell: #d3abff;
|
|
1058
|
+
--fgColor-white: #ffffff;
|
|
920
1059
|
--focus-outline: 2px solid #409eff;
|
|
921
|
-
--
|
|
922
|
-
--
|
|
923
|
-
--
|
|
924
|
-
--
|
|
925
|
-
--
|
|
926
|
-
--
|
|
927
|
-
--
|
|
928
|
-
--
|
|
929
|
-
--timelineBadge-bgColor: #212830;
|
|
930
|
-
--treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
|
|
931
|
-
--underlineNav-borderColor-active: #ff967d;
|
|
932
|
-
--underlineNav-borderColor-hover: #b7bdc8;
|
|
933
|
-
--underlineNav-iconColor-rest: #b7bdc8;
|
|
934
|
-
--selection-bgColor: #194fb1b3;
|
|
935
|
-
--card-bgColor: #151b23;
|
|
936
|
-
--label-green-bgColor-rest: #122117;
|
|
937
|
-
--label-green-bgColor-hover: #182f1f;
|
|
938
|
-
--label-green-bgColor-active: #214529;
|
|
939
|
-
--label-green-fgColor-rest: #41b445;
|
|
940
|
-
--label-green-fgColor-hover: #46c144;
|
|
941
|
-
--label-green-fgColor-active: #75d36f;
|
|
942
|
-
--label-orange-bgColor-rest: #311708;
|
|
943
|
-
--label-orange-bgColor-hover: #43200a;
|
|
944
|
-
--label-orange-bgColor-active: #632f0d;
|
|
945
|
-
--label-orange-fgColor-rest: #ed8326;
|
|
946
|
-
--label-orange-fgColor-hover: #f1933b;
|
|
947
|
-
--label-orange-fgColor-active: #f6b06a;
|
|
948
|
-
--label-purple-bgColor-rest: #211047;
|
|
949
|
-
--label-purple-bgColor-hover: #31146b;
|
|
950
|
-
--label-purple-bgColor-active: #481a9e;
|
|
951
|
-
--label-purple-fgColor-rest: #b687f7;
|
|
952
|
-
--label-purple-fgColor-hover: #c398fb;
|
|
953
|
-
--label-purple-fgColor-active: #d2affd;
|
|
954
|
-
--label-red-bgColor-rest: #3c0614;
|
|
955
|
-
--label-red-bgColor-hover: #58091a;
|
|
956
|
-
--label-red-bgColor-active: #790c20;
|
|
957
|
-
--label-red-fgColor-rest: #f27d83;
|
|
958
|
-
--label-red-fgColor-hover: #f48b8d;
|
|
959
|
-
--label-red-fgColor-active: #f7adab;
|
|
960
|
-
--label-yellow-bgColor-rest: #2e1a00;
|
|
961
|
-
--label-yellow-bgColor-hover: #3d2401;
|
|
962
|
-
--label-yellow-bgColor-active: #5a3702;
|
|
963
|
-
--label-yellow-fgColor-rest: #d3910d;
|
|
964
|
-
--label-yellow-fgColor-hover: #df9e11;
|
|
965
|
-
--label-yellow-fgColor-active: #edb431;
|
|
966
|
-
--label-gray-bgColor-rest: #1c1c1c;
|
|
967
|
-
--label-gray-bgColor-hover: #2a2b2d;
|
|
968
|
-
--label-gray-bgColor-active: #393d41;
|
|
969
|
-
--label-gray-fgColor-rest: #92a1b5;
|
|
970
|
-
--label-gray-fgColor-hover: #9babbf;
|
|
971
|
-
--label-gray-fgColor-active: #b3c0d1;
|
|
972
|
-
--label-auburn-bgColor-rest: #271817;
|
|
973
|
-
--label-auburn-bgColor-hover: #3a2422;
|
|
1060
|
+
--focus-outlineColor: #409eff;
|
|
1061
|
+
--header-bgColor: #151b23f2;
|
|
1062
|
+
--header-borderColor-divider: #656c76;
|
|
1063
|
+
--header-fgColor-default: #ffffffb3;
|
|
1064
|
+
--header-fgColor-logo: #f0f6fc;
|
|
1065
|
+
--headerSearch-bgColor: #0d1117;
|
|
1066
|
+
--headerSearch-borderColor: #2a313c;
|
|
1067
|
+
--highlight-neutral-bgColor: #f0b72f66;
|
|
974
1068
|
--label-auburn-bgColor-active: #543331;
|
|
975
|
-
--label-auburn-
|
|
976
|
-
--label-auburn-
|
|
1069
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
1070
|
+
--label-auburn-bgColor-rest: #271817;
|
|
977
1071
|
--label-auburn-fgColor-active: #d4b7b5;
|
|
978
|
-
--label-
|
|
979
|
-
--label-
|
|
1072
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
1073
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
1074
|
+
--label-blue-bgColor-active: #00378a;
|
|
1075
|
+
--label-blue-bgColor-hover: #002766;
|
|
1076
|
+
--label-blue-bgColor-rest: #001a47;
|
|
1077
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
1078
|
+
--label-blue-fgColor-hover: #61adff;
|
|
1079
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
980
1080
|
--label-brown-bgColor-active: #483a28;
|
|
981
|
-
--label-brown-
|
|
982
|
-
--label-brown-
|
|
1081
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
1082
|
+
--label-brown-bgColor-rest: #241c14;
|
|
983
1083
|
--label-brown-fgColor-active: #cdbb98;
|
|
984
|
-
--label-
|
|
985
|
-
--label-
|
|
986
|
-
--label-
|
|
987
|
-
--label-
|
|
988
|
-
--label-
|
|
989
|
-
--label-
|
|
990
|
-
--label-
|
|
991
|
-
--label-
|
|
992
|
-
--label-olive-bgColor-active: #374115;
|
|
993
|
-
--label-olive-fgColor-rest: #a2a626;
|
|
994
|
-
--label-olive-fgColor-hover: #b2af24;
|
|
995
|
-
--label-olive-fgColor-active: #cbc025;
|
|
996
|
-
--label-lime-bgColor-rest: #141f0f;
|
|
997
|
-
--label-lime-bgColor-hover: #1f3116;
|
|
998
|
-
--label-lime-bgColor-active: #2c441d;
|
|
999
|
-
--label-lime-fgColor-rest: #7dae37;
|
|
1000
|
-
--label-lime-fgColor-hover: #89ba36;
|
|
1001
|
-
--label-lime-fgColor-active: #9fcc3e;
|
|
1002
|
-
--label-pine-bgColor-rest: #082119;
|
|
1003
|
-
--label-pine-bgColor-hover: #0b3224;
|
|
1004
|
-
--label-pine-bgColor-active: #0e4430;
|
|
1005
|
-
--label-pine-fgColor-rest: #1bb673;
|
|
1006
|
-
--label-pine-fgColor-hover: #1ac176;
|
|
1007
|
-
--label-pine-fgColor-active: #1bda81;
|
|
1008
|
-
--label-teal-bgColor-rest: #041f25;
|
|
1009
|
-
--label-teal-bgColor-hover: #073036;
|
|
1010
|
-
--label-teal-bgColor-active: #0a464d;
|
|
1011
|
-
--label-teal-fgColor-rest: #1cb0ab;
|
|
1012
|
-
--label-teal-fgColor-hover: #1fbdb2;
|
|
1013
|
-
--label-teal-fgColor-active: #24d6c4;
|
|
1014
|
-
--label-cyan-bgColor-rest: #001f29;
|
|
1015
|
-
--label-cyan-bgColor-hover: #002e3d;
|
|
1084
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
1085
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
1086
|
+
--label-coral-bgColor-active: #72220d;
|
|
1087
|
+
--label-coral-bgColor-hover: #51180b;
|
|
1088
|
+
--label-coral-bgColor-rest: #351008;
|
|
1089
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
1090
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
1091
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
1016
1092
|
--label-cyan-bgColor-active: #014156;
|
|
1017
|
-
--label-cyan-
|
|
1018
|
-
--label-cyan-
|
|
1093
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
1094
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
1019
1095
|
--label-cyan-fgColor-active: #45cbf7;
|
|
1020
|
-
--label-
|
|
1021
|
-
--label-
|
|
1096
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
1097
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
1098
|
+
--label-gray-bgColor-active: #393d41;
|
|
1099
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
1100
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
1101
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
1102
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
1103
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
1104
|
+
--label-green-bgColor-active: #214529;
|
|
1105
|
+
--label-green-bgColor-hover: #182f1f;
|
|
1106
|
+
--label-green-bgColor-rest: #122117;
|
|
1107
|
+
--label-green-fgColor-active: #75d36f;
|
|
1108
|
+
--label-green-fgColor-hover: #46c144;
|
|
1109
|
+
--label-green-fgColor-rest: #41b445;
|
|
1022
1110
|
--label-indigo-bgColor-active: #312c90;
|
|
1023
|
-
--label-indigo-
|
|
1024
|
-
--label-indigo-
|
|
1111
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
1112
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
1025
1113
|
--label-indigo-fgColor-active: #b7baf6;
|
|
1026
|
-
--label-
|
|
1027
|
-
--label-
|
|
1028
|
-
--label-
|
|
1029
|
-
--label-
|
|
1030
|
-
--label-
|
|
1031
|
-
--label-
|
|
1032
|
-
--label-
|
|
1033
|
-
--label-
|
|
1034
|
-
--label-
|
|
1035
|
-
--label-
|
|
1036
|
-
--label-
|
|
1037
|
-
--label-
|
|
1038
|
-
--label-
|
|
1039
|
-
--label-
|
|
1114
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
1115
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
1116
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
1117
|
+
--label-lemon-bgColor-hover: #372901;
|
|
1118
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
1119
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
1120
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
1121
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
1122
|
+
--label-lime-bgColor-active: #2c441d;
|
|
1123
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
1124
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
1125
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
1126
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
1127
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
1128
|
+
--label-olive-bgColor-active: #374115;
|
|
1129
|
+
--label-olive-bgColor-hover: #252d10;
|
|
1130
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
1131
|
+
--label-olive-fgColor-active: #cbc025;
|
|
1132
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
1133
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
1134
|
+
--label-orange-bgColor-active: #632f0d;
|
|
1135
|
+
--label-orange-bgColor-hover: #43200a;
|
|
1136
|
+
--label-orange-bgColor-rest: #311708;
|
|
1137
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
1138
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
1139
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
1140
|
+
--label-pine-bgColor-active: #0e4430;
|
|
1141
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
1142
|
+
--label-pine-bgColor-rest: #082119;
|
|
1143
|
+
--label-pine-fgColor-active: #1bda81;
|
|
1144
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
1145
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
1040
1146
|
--label-pink-bgColor-active: #65244a;
|
|
1041
|
-
--label-pink-
|
|
1042
|
-
--label-pink-
|
|
1147
|
+
--label-pink-bgColor-hover: #451c35;
|
|
1148
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
1043
1149
|
--label-pink-fgColor-active: #f4a9cd;
|
|
1044
|
-
--label-
|
|
1045
|
-
--label-
|
|
1046
|
-
--label-
|
|
1047
|
-
--label-
|
|
1048
|
-
--label-
|
|
1049
|
-
--label-
|
|
1050
|
-
--
|
|
1051
|
-
--
|
|
1052
|
-
--
|
|
1053
|
-
--
|
|
1054
|
-
--
|
|
1055
|
-
--fgColor-
|
|
1056
|
-
--fgColor-
|
|
1057
|
-
--fgColor-
|
|
1058
|
-
--
|
|
1059
|
-
--
|
|
1060
|
-
--
|
|
1061
|
-
--fgColor-
|
|
1062
|
-
--fgColor-
|
|
1063
|
-
--fgColor-
|
|
1064
|
-
--
|
|
1065
|
-
--
|
|
1066
|
-
--
|
|
1067
|
-
--fgColor-
|
|
1068
|
-
--fgColor-
|
|
1069
|
-
--fgColor-
|
|
1070
|
-
--
|
|
1071
|
-
--bgColor-
|
|
1072
|
-
--bgColor-
|
|
1073
|
-
--
|
|
1074
|
-
--
|
|
1075
|
-
--
|
|
1076
|
-
--bgColor-
|
|
1077
|
-
--bgColor
|
|
1078
|
-
--bgColor
|
|
1079
|
-
--
|
|
1080
|
-
--
|
|
1081
|
-
--bgColor-
|
|
1082
|
-
--bgColor-
|
|
1083
|
-
--
|
|
1084
|
-
--
|
|
1085
|
-
--bgColor-
|
|
1086
|
-
--
|
|
1087
|
-
--bgColor
|
|
1088
|
-
--bgColor-attention-muted: #edaa2726;
|
|
1089
|
-
--bgColor-attention-emphasis: #7b4900;
|
|
1090
|
-
--bgColor-severe-muted: #f48b251a;
|
|
1091
|
-
--bgColor-severe-emphasis: #8f3c00;
|
|
1092
|
-
--bgColor-danger-muted: #ff80801a;
|
|
1093
|
-
--bgColor-danger-emphasis: #ad0116;
|
|
1094
|
-
--bgColor-closed-muted: #ff80801a;
|
|
1095
|
-
--bgColor-closed-emphasis: #ad0116;
|
|
1096
|
-
--bgColor-done-muted: #bf8fff26;
|
|
1097
|
-
--bgColor-done-emphasis: #6921d7;
|
|
1098
|
-
--bgColor-upsell-muted: #bf8fff26;
|
|
1099
|
-
--bgColor-upsell-emphasis: #6921d7;
|
|
1100
|
-
--bgColor-sponsors-muted: #f87cbd1a;
|
|
1101
|
-
--bgColor-sponsors-emphasis: #9c1d6a;
|
|
1102
|
-
--borderColor-default: #b7bdc8;
|
|
1103
|
-
--borderColor-muted: #b7bdc8;
|
|
1104
|
-
--borderColor-emphasis: #b7bdc8;
|
|
1105
|
-
--borderColor-disabled: #9198a11f;
|
|
1106
|
-
--borderColor-transparent: #00000000;
|
|
1107
|
-
--borderColor-translucent: #2f3742;
|
|
1108
|
-
--borderColor-neutral-muted: #b7bdc8;
|
|
1109
|
-
--borderColor-neutral-emphasis: #b7bdc8;
|
|
1110
|
-
--borderColor-accent-muted: #5cacff;
|
|
1111
|
-
--borderColor-accent-emphasis: #409eff;
|
|
1112
|
-
--borderColor-success-muted: #0ac740;
|
|
1113
|
-
--borderColor-success-emphasis: #09b43a;
|
|
1114
|
-
--borderColor-open-muted: #0ac740;
|
|
1115
|
-
--borderColor-open-emphasis: #09b43a;
|
|
1116
|
-
--borderColor-attention-muted: #edaa27;
|
|
1117
|
-
--borderColor-attention-emphasis: #e09b13;
|
|
1118
|
-
--borderColor-severe-muted: #f48b25;
|
|
1119
|
-
--borderColor-severe-emphasis: #e7811d;
|
|
1120
|
-
--borderColor-danger-muted: #ff8080;
|
|
1121
|
-
--borderColor-danger-emphasis: #ff6a69;
|
|
1122
|
-
--borderColor-closed-muted: #ff8080;
|
|
1123
|
-
--borderColor-closed-emphasis: #ff6a69;
|
|
1124
|
-
--borderColor-done-muted: #bf8fff;
|
|
1125
|
-
--borderColor-done-emphasis: #b87fff;
|
|
1126
|
-
--borderColor-upsell-muted: #bf8fff;
|
|
1127
|
-
--borderColor-upsell-emphasis: #b87fff;
|
|
1128
|
-
--borderColor-sponsors-muted: #f87cbd;
|
|
1129
|
-
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
1130
|
-
--color-ansi-black: #2f3742;
|
|
1131
|
-
--color-ansi-black-bright: #656c76;
|
|
1132
|
-
--color-ansi-white: #f0f6fc;
|
|
1133
|
-
--color-ansi-white-bright: #ffffff;
|
|
1134
|
-
--color-ansi-gray: #656c76;
|
|
1135
|
-
--color-ansi-red: #ff9492;
|
|
1136
|
-
--color-ansi-red-bright: #ffb1af;
|
|
1137
|
-
--color-ansi-green: #28d751;
|
|
1138
|
-
--color-ansi-green-bright: #4ae168;
|
|
1139
|
-
--color-ansi-yellow: #f0b72f;
|
|
1140
|
-
--color-ansi-yellow-bright: #f7c843;
|
|
1141
|
-
--color-ansi-blue: #71b7ff;
|
|
1142
|
-
--color-ansi-blue-bright: #91cbff;
|
|
1143
|
-
--color-ansi-magenta: #cb9eff;
|
|
1144
|
-
--color-ansi-magenta-bright: #dbb7ff;
|
|
1145
|
-
--color-ansi-cyan: #39c5cf;
|
|
1146
|
-
--color-ansi-cyan-bright: #56d4dd;
|
|
1147
|
-
--color-prettylights-syntax-comment: #9198a1;
|
|
1148
|
-
--color-prettylights-syntax-constant: #91cbff;
|
|
1149
|
-
--color-prettylights-syntax-constant-other-reference-link: #addcff;
|
|
1150
|
-
--color-prettylights-syntax-entity: #dbb7ff;
|
|
1151
|
-
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
1152
|
-
--color-prettylights-syntax-entity-tag: #72f088;
|
|
1153
|
-
--color-prettylights-syntax-keyword: #ff9492;
|
|
1154
|
-
--color-prettylights-syntax-string: #addcff;
|
|
1155
|
-
--color-prettylights-syntax-variable: #ffb757;
|
|
1156
|
-
--color-prettylights-syntax-brackethighlighter-unmatched: #ff8080;
|
|
1157
|
-
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
1158
|
-
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
1159
|
-
--color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
|
|
1160
|
-
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
1161
|
-
--color-prettylights-syntax-carriage-return-bg: #ff4445;
|
|
1162
|
-
--color-prettylights-syntax-string-regexp: #72f088;
|
|
1163
|
-
--color-prettylights-syntax-markup-list: #fbd669;
|
|
1164
|
-
--color-prettylights-syntax-markup-heading: #409eff;
|
|
1165
|
-
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
1166
|
-
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
1167
|
-
--color-prettylights-syntax-markup-deleted-text: #ffdedb;
|
|
1168
|
-
--color-prettylights-syntax-markup-deleted-bg: #cc1421;
|
|
1169
|
-
--color-prettylights-syntax-markup-inserted-text: #acf7b6;
|
|
1170
|
-
--color-prettylights-syntax-markup-inserted-bg: #007728;
|
|
1171
|
-
--color-prettylights-syntax-markup-changed-text: #ffe1b4;
|
|
1172
|
-
--color-prettylights-syntax-markup-changed-bg: #a74c00;
|
|
1173
|
-
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
1174
|
-
--color-prettylights-syntax-markup-ignored-bg: #318bf8;
|
|
1175
|
-
--color-prettylights-syntax-meta-diff-range: #dbb7ff;
|
|
1176
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
1177
|
-
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1178
|
-
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
1179
|
-
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
1180
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1181
|
-
--shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1182
|
-
--shadow-floating-medium: 0px 0px 0px 1px #b7bdc8, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
1150
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
1151
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
1152
|
+
--label-plum-bgColor-active: #5c1688;
|
|
1153
|
+
--label-plum-bgColor-hover: #40125e;
|
|
1154
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
1155
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
1156
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
1157
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
1158
|
+
--label-purple-bgColor-active: #481a9e;
|
|
1159
|
+
--label-purple-bgColor-hover: #31146b;
|
|
1160
|
+
--label-purple-bgColor-rest: #211047;
|
|
1161
|
+
--label-purple-fgColor-active: #d2affd;
|
|
1162
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
1163
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
1164
|
+
--label-red-bgColor-active: #790c20;
|
|
1165
|
+
--label-red-bgColor-hover: #58091a;
|
|
1166
|
+
--label-red-bgColor-rest: #3c0614;
|
|
1167
|
+
--label-red-fgColor-active: #f7adab;
|
|
1168
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
1169
|
+
--label-red-fgColor-rest: #f27d83;
|
|
1170
|
+
--label-teal-bgColor-active: #0a464d;
|
|
1171
|
+
--label-teal-bgColor-hover: #073036;
|
|
1172
|
+
--label-teal-bgColor-rest: #041f25;
|
|
1173
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
1174
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
1175
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
1176
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
1177
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
1178
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
1179
|
+
--label-yellow-fgColor-active: #edb431;
|
|
1180
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
1181
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
1182
|
+
--menu-bgColor-active: #151b23;
|
|
1183
|
+
--overlay-backdrop-bgColor: #d1d7e066;
|
|
1184
|
+
--overlay-bgColor: #151b23;
|
|
1185
|
+
--overlay-borderColor: #b7bdc8;
|
|
1186
|
+
--page-header-bgColor: #010409;
|
|
1187
|
+
--reactionButton-selected-bgColor-hover: #5dadff5c;
|
|
1188
|
+
--reactionButton-selected-bgColor-rest: #5cacff33;
|
|
1189
|
+
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
1190
|
+
--reactionButton-selected-fgColor-rest: #74b9ff;
|
|
1191
|
+
--selectMenu-bgColor-active: #1e60d5;
|
|
1192
|
+
--selectMenu-borderColor: #b7bdc8;
|
|
1193
|
+
--selection-bgColor: #194fb1b3;
|
|
1183
1194
|
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
1184
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
1185
1195
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1186
|
-
--
|
|
1187
|
-
--
|
|
1188
|
-
--
|
|
1189
|
-
--
|
|
1190
|
-
--
|
|
1191
|
-
--
|
|
1192
|
-
--
|
|
1193
|
-
--
|
|
1194
|
-
--
|
|
1195
|
-
--
|
|
1196
|
-
--
|
|
1197
|
-
--
|
|
1198
|
-
--
|
|
1199
|
-
--
|
|
1200
|
-
--
|
|
1201
|
-
--
|
|
1202
|
-
--
|
|
1203
|
-
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
1204
|
-
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
1205
|
-
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
1206
|
-
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
1207
|
-
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
1208
|
-
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
1209
|
-
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
1210
|
-
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
1211
|
-
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
1212
|
-
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
1196
|
+
--shadow-floating-medium: 0px 0px 0px 1px #b7bdc8, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
1197
|
+
--shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1198
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
1199
|
+
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1200
|
+
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1201
|
+
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
1202
|
+
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
1203
|
+
--sideNav-bgColor-selected: #212830;
|
|
1204
|
+
--skeletonLoader-bgColor: #2a313c;
|
|
1205
|
+
--timelineBadge-bgColor: #212830;
|
|
1206
|
+
--tooltip-bgColor: #ffffff;
|
|
1207
|
+
--tooltip-fgColor: #010409;
|
|
1208
|
+
--topicTag-borderColor: #409eff;
|
|
1209
|
+
--treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
|
|
1210
|
+
--underlineNav-borderColor-active: #ff967d;
|
|
1211
|
+
--underlineNav-borderColor-hover: #b7bdc8;
|
|
1212
|
+
--underlineNav-iconColor-rest: #b7bdc8;
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|