@primer/primitives 9.0.0-rc.02c27a21 → 9.0.0-rc.62824cb6
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/css/functional/themes/dark-colorblind.css +258 -258
- package/dist/css/functional/themes/dark-dimmed.css +276 -276
- package/dist/css/functional/themes/dark-high-contrast.css +386 -386
- package/dist/css/functional/themes/dark-tritanopia.css +258 -258
- package/dist/css/functional/themes/dark.css +248 -248
- package/dist/css/functional/themes/light-colorblind.css +216 -216
- package/dist/css/functional/themes/light-high-contrast.css +244 -244
- package/dist/css/functional/themes/light-tritanopia.css +216 -216
- package/dist/css/functional/themes/light.css +206 -206
- package/dist/docs/functional/themes/dark-colorblind.json +266 -350
- package/dist/docs/functional/themes/dark-dimmed.json +292 -376
- package/dist/docs/functional/themes/dark-high-contrast.json +407 -479
- package/dist/docs/functional/themes/dark-tritanopia.json +264 -348
- package/dist/docs/functional/themes/dark.json +254 -338
- package/dist/docs/functional/themes/light-colorblind.json +245 -325
- package/dist/docs/functional/themes/light-high-contrast.json +286 -366
- package/dist/docs/functional/themes/light-tritanopia.json +244 -322
- package/dist/docs/functional/themes/light.json +234 -312
- package/dist/figma/figma.json +3 -3
- package/dist/figma/scales/dark-dimmed.json +147 -69
- package/dist/figma/scales/dark-high-constrast.json +145 -67
- package/dist/figma/scales/dark.json +120 -42
- package/dist/figma/scales/light-high-constrast.json +147 -69
- package/dist/figma/scales/light.json +118 -40
- package/dist/figma/shadows/dark-colorblind.json +179 -179
- package/dist/figma/shadows/dark-dimmed.json +179 -179
- package/dist/figma/shadows/dark-high-contrast.json +179 -179
- package/dist/figma/shadows/dark-tritanopia.json +179 -179
- package/dist/figma/shadows/dark.json +179 -179
- package/dist/figma/shadows/light-colorblind.json +123 -123
- package/dist/figma/shadows/light-high-contrast.json +123 -123
- package/dist/figma/shadows/light-tritanopia.json +123 -123
- package/dist/figma/shadows/light.json +123 -123
- package/dist/figma/themes/dark-colorblind.json +4646 -4658
- package/dist/figma/themes/dark-dimmed.json +2034 -2046
- package/dist/figma/themes/dark-high-contrast.json +2613 -2621
- package/dist/figma/themes/dark-tritanopia.json +4595 -4607
- package/dist/figma/themes/dark.json +4743 -4755
- package/dist/figma/themes/light-colorblind.json +2177 -2190
- package/dist/figma/themes/light-high-contrast.json +1742 -1757
- package/dist/figma/themes/light-tritanopia.json +2173 -2185
- package/dist/figma/themes/light.json +2158 -2170
- package/dist/internalCss/dark-colorblind.css +288 -278
- package/dist/internalCss/dark-dimmed.css +306 -296
- package/dist/internalCss/dark-high-contrast.css +416 -406
- package/dist/internalCss/dark-tritanopia.css +288 -278
- package/dist/internalCss/dark.css +278 -268
- package/dist/internalCss/light-colorblind.css +246 -236
- package/dist/internalCss/light-high-contrast.css +272 -262
- package/dist/internalCss/light-tritanopia.css +246 -236
- package/dist/internalCss/light.css +236 -226
- package/dist/styleLint/functional/themes/dark-colorblind.json +266 -350
- package/dist/styleLint/functional/themes/dark-dimmed.json +292 -376
- package/dist/styleLint/functional/themes/dark-high-contrast.json +407 -479
- package/dist/styleLint/functional/themes/dark-tritanopia.json +264 -348
- package/dist/styleLint/functional/themes/dark.json +254 -338
- package/dist/styleLint/functional/themes/light-colorblind.json +245 -325
- package/dist/styleLint/functional/themes/light-high-contrast.json +286 -366
- package/dist/styleLint/functional/themes/light-tritanopia.json +244 -322
- package/dist/styleLint/functional/themes/light.json +234 -312
- package/package.json +1 -1
- package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -162
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +0 -92
- package/src/tokens/base/color/dark/dark.json5 +149 -104
- package/src/tokens/base/color/light/light.high-contrast.json5 +0 -92
- package/src/tokens/base/color/light/light.json5 +148 -103
- package/src/tokens/functional/color/dark/app-dark.json5 +5 -5
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +147 -10
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +160 -141
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/dark/patterns-dark.json5 +61 -95
- package/src/tokens/functional/color/dark/primitives-dark.json5 +27 -35
- package/src/tokens/functional/color/dark/syntax-dark.json5 +14 -14
- package/src/tokens/functional/color/light/app-light.json5 +5 -5
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +59 -129
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/light/patterns-light.json5 +62 -96
- package/src/tokens/functional/color/light/primitives-light.json5 +27 -32
- package/src/tokens/functional/color/light/syntax-light.json5 +14 -14
- package/src/tokens/functional/shadow/dark.json5 +15 -15
- package/src/tokens/functional/shadow/light.json5 +16 -16
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_high_contrast"] ::backdrop {
|
|
5
5
|
--topicTag-borderColor: #409eff;
|
|
6
6
|
--highlight-neutral-bgColor: #f0b72f66;
|
|
7
|
-
--page-header-bgColor: #
|
|
8
|
-
--diffBlob-addition-fgColor-text: #
|
|
9
|
-
--diffBlob-addition-fgColor-num: #
|
|
7
|
+
--page-header-bgColor: #010409;
|
|
8
|
+
--diffBlob-addition-fgColor-text: #ffffff;
|
|
9
|
+
--diffBlob-addition-fgColor-num: #ffffff;
|
|
10
10
|
--diffBlob-addition-bgColor-num: #28d7514d;
|
|
11
11
|
--diffBlob-addition-bgColor-line: #0ac74026;
|
|
12
|
-
--diffBlob-addition-bgColor-word: #
|
|
13
|
-
--diffBlob-deletion-fgColor-text: #
|
|
14
|
-
--diffBlob-deletion-fgColor-num: #
|
|
12
|
+
--diffBlob-addition-bgColor-word: #006222;
|
|
13
|
+
--diffBlob-deletion-fgColor-text: #ffffff;
|
|
14
|
+
--diffBlob-deletion-fgColor-num: #ffffff;
|
|
15
15
|
--diffBlob-deletion-bgColor-num: #ff80804d;
|
|
16
16
|
--diffBlob-deletion-bgColor-line: #ff808026;
|
|
17
|
-
--diffBlob-deletion-bgColor-word: #
|
|
17
|
+
--diffBlob-deletion-bgColor-word: #ad0116;
|
|
18
18
|
--diffBlob-hunk-bgColor-num: #5cacff66;
|
|
19
|
-
--diffBlob-expander-iconColor: #
|
|
20
|
-
--codeMirror-fgColor: #
|
|
21
|
-
--codeMirror-bgColor: #
|
|
22
|
-
--codeMirror-gutters-bgColor: #
|
|
23
|
-
--codeMirror-gutterMarker-fgColor-default: #
|
|
24
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
25
|
-
--codeMirror-lineNumber-fgColor: #
|
|
26
|
-
--codeMirror-cursor-fgColor: #
|
|
19
|
+
--diffBlob-expander-iconColor: #ffffff;
|
|
20
|
+
--codeMirror-fgColor: #ffffff;
|
|
21
|
+
--codeMirror-bgColor: #010409;
|
|
22
|
+
--codeMirror-gutters-bgColor: #010409;
|
|
23
|
+
--codeMirror-gutterMarker-fgColor-default: #010409;
|
|
24
|
+
--codeMirror-gutterMarker-fgColor-muted: #b7bdc8;
|
|
25
|
+
--codeMirror-lineNumber-fgColor: #b7bdc8;
|
|
26
|
+
--codeMirror-cursor-fgColor: #ffffff;
|
|
27
27
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
28
|
-
--codeMirror-activeline-bgColor: #
|
|
29
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
30
|
-
--codeMirror-lines-bgColor: #
|
|
31
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
28
|
+
--codeMirror-activeline-bgColor: #2f3742b3;
|
|
29
|
+
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
30
|
+
--codeMirror-lines-bgColor: #010409;
|
|
31
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
32
32
|
--codeMirror-syntax-fgColor-constant: #91cbff;
|
|
33
33
|
--codeMirror-syntax-fgColor-entity: #dbb7ff;
|
|
34
34
|
--codeMirror-syntax-fgColor-keyword: #ff9492;
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
--codeMirror-syntax-fgColor-support: #91cbff;
|
|
38
38
|
--codeMirror-syntax-fgColor-variable: #ffb757;
|
|
39
39
|
--header-fgColor-default: #ffffffb3;
|
|
40
|
-
--header-fgColor-logo: #
|
|
41
|
-
--header-bgColor: #
|
|
42
|
-
--header-borderColor-divider: #
|
|
43
|
-
--headerSearch-bgColor: #
|
|
44
|
-
--headerSearch-borderColor: #
|
|
40
|
+
--header-fgColor-logo: #f0f6fc;
|
|
41
|
+
--header-bgColor: #151b23f2;
|
|
42
|
+
--header-borderColor-divider: #656c76;
|
|
43
|
+
--headerSearch-bgColor: #0d1117;
|
|
44
|
+
--headerSearch-borderColor: #2a313c;
|
|
45
45
|
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
47
|
--data-auburn-color-emphasis: #a86f6b;
|
|
@@ -63,204 +63,204 @@
|
|
|
63
63
|
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
|
-
--display-blue-bgColor-emphasis: #
|
|
66
|
+
--display-blue-bgColor-emphasis: #0046a8;
|
|
67
67
|
--display-blue-fgColor: #85c2ff;
|
|
68
68
|
--display-blue-borderColor-muted: #002766;
|
|
69
69
|
--display-blue-borderColor-emphasis: #4da0ff;
|
|
70
70
|
--display-green-bgColor-muted: #122117;
|
|
71
|
-
--display-green-bgColor-emphasis: #
|
|
71
|
+
--display-green-bgColor-emphasis: #285830;
|
|
72
72
|
--display-green-fgColor: #75d36f;
|
|
73
73
|
--display-green-borderColor-muted: #182f1f;
|
|
74
74
|
--display-green-borderColor-emphasis: #41b445;
|
|
75
75
|
--display-orange-bgColor-muted: #311708;
|
|
76
|
-
--display-orange-bgColor-emphasis: #
|
|
76
|
+
--display-orange-bgColor-emphasis: #7b3c0e;
|
|
77
77
|
--display-orange-fgColor: #f6b06a;
|
|
78
78
|
--display-orange-borderColor-muted: #43200a;
|
|
79
79
|
--display-orange-borderColor-emphasis: #ed8326;
|
|
80
80
|
--display-purple-bgColor-muted: #211047;
|
|
81
|
-
--display-purple-bgColor-emphasis: #
|
|
81
|
+
--display-purple-bgColor-emphasis: #5b1cca;
|
|
82
82
|
--display-purple-fgColor: #d2affd;
|
|
83
83
|
--display-purple-borderColor-muted: #31146b;
|
|
84
84
|
--display-purple-borderColor-emphasis: #b687f7;
|
|
85
85
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
86
|
-
--display-plum-bgColor-emphasis: #
|
|
86
|
+
--display-plum-bgColor-emphasis: #7517ab;
|
|
87
87
|
--display-plum-fgColor: #e4a5fd;
|
|
88
88
|
--display-plum-borderColor-muted: #40125e;
|
|
89
89
|
--display-plum-borderColor-emphasis: #d07ef7;
|
|
90
90
|
--display-red-bgColor-muted: #3c0614;
|
|
91
|
-
--display-red-bgColor-emphasis: #
|
|
91
|
+
--display-red-bgColor-emphasis: #990f24;
|
|
92
92
|
--display-red-fgColor: #f7adab;
|
|
93
93
|
--display-red-borderColor-muted: #58091a;
|
|
94
94
|
--display-red-borderColor-emphasis: #f27d83;
|
|
95
95
|
--display-coral-bgColor-muted: #3c0614;
|
|
96
|
-
--display-coral-bgColor-emphasis: #
|
|
96
|
+
--display-coral-bgColor-emphasis: #902a0e;
|
|
97
97
|
--display-coral-fgColor: #fdaa86;
|
|
98
98
|
--display-coral-borderColor-muted: #58091a;
|
|
99
99
|
--display-coral-borderColor-emphasis: #f7794b;
|
|
100
100
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
101
|
-
--display-yellow-bgColor-emphasis: #
|
|
101
|
+
--display-yellow-bgColor-emphasis: #6d4403;
|
|
102
102
|
--display-yellow-fgColor: #edb431;
|
|
103
103
|
--display-yellow-borderColor-muted: #3d2401;
|
|
104
104
|
--display-yellow-borderColor-emphasis: #d3910d;
|
|
105
105
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
106
|
-
--display-gray-bgColor-emphasis: #
|
|
106
|
+
--display-gray-bgColor-emphasis: #474e57;
|
|
107
107
|
--display-gray-fgColor: #b3c0d1;
|
|
108
108
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
109
109
|
--display-gray-borderColor-emphasis: #92a1b5;
|
|
110
110
|
--display-auburn-bgColor-muted: #271817;
|
|
111
|
-
--display-auburn-bgColor-emphasis: #
|
|
111
|
+
--display-auburn-bgColor-emphasis: #6d4340;
|
|
112
112
|
--display-auburn-fgColor: #d4b7b5;
|
|
113
113
|
--display-auburn-borderColor-muted: #3a2422;
|
|
114
114
|
--display-auburn-borderColor-emphasis: #bf9592;
|
|
115
115
|
--display-brown-bgColor-muted: #241c14;
|
|
116
|
-
--display-brown-bgColor-emphasis: #
|
|
116
|
+
--display-brown-bgColor-emphasis: #5d4a32;
|
|
117
117
|
--display-brown-fgColor: #cdbb98;
|
|
118
118
|
--display-brown-borderColor-muted: #342a1d;
|
|
119
119
|
--display-brown-borderColor-emphasis: #b69a6d;
|
|
120
120
|
--display-lemon-bgColor-muted: #291d00;
|
|
121
|
-
--display-lemon-bgColor-emphasis: #
|
|
121
|
+
--display-lemon-bgColor-emphasis: #614c05;
|
|
122
122
|
--display-lemon-fgColor: #d7bc1d;
|
|
123
123
|
--display-lemon-borderColor-muted: #372901;
|
|
124
124
|
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
125
125
|
--display-olive-bgColor-muted: #171e0b;
|
|
126
|
-
--display-olive-bgColor-emphasis: #
|
|
126
|
+
--display-olive-bgColor-emphasis: #485219;
|
|
127
127
|
--display-olive-fgColor: #cbc025;
|
|
128
128
|
--display-olive-borderColor-muted: #252d10;
|
|
129
129
|
--display-olive-borderColor-emphasis: #a2a626;
|
|
130
130
|
--display-lime-bgColor-muted: #141f0f;
|
|
131
|
-
--display-lime-bgColor-emphasis: #
|
|
131
|
+
--display-lime-bgColor-emphasis: #375421;
|
|
132
132
|
--display-lime-fgColor: #9fcc3e;
|
|
133
133
|
--display-lime-borderColor-muted: #1f3116;
|
|
134
134
|
--display-lime-borderColor-emphasis: #7dae37;
|
|
135
135
|
--display-pine-bgColor-muted: #082119;
|
|
136
|
-
--display-pine-bgColor-emphasis: #
|
|
136
|
+
--display-pine-bgColor-emphasis: #115a3e;
|
|
137
137
|
--display-pine-fgColor: #1bda81;
|
|
138
138
|
--display-pine-borderColor-muted: #0b3224;
|
|
139
139
|
--display-pine-borderColor-emphasis: #1bb673;
|
|
140
140
|
--display-teal-bgColor-muted: #041f25;
|
|
141
|
-
--display-teal-bgColor-emphasis: #
|
|
141
|
+
--display-teal-bgColor-emphasis: #0c555a;
|
|
142
142
|
--display-teal-fgColor: #24d6c4;
|
|
143
143
|
--display-teal-borderColor-muted: #073036;
|
|
144
144
|
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
145
145
|
--display-cyan-bgColor-muted: #001f29;
|
|
146
|
-
--display-cyan-bgColor-emphasis: #
|
|
146
|
+
--display-cyan-bgColor-emphasis: #02536f;
|
|
147
147
|
--display-cyan-fgColor: #45cbf7;
|
|
148
148
|
--display-cyan-borderColor-muted: #002e3d;
|
|
149
149
|
--display-cyan-borderColor-emphasis: #07ace4;
|
|
150
150
|
--display-indigo-bgColor-muted: #1b183f;
|
|
151
|
-
--display-indigo-bgColor-emphasis: #
|
|
151
|
+
--display-indigo-bgColor-emphasis: #3935c0;
|
|
152
152
|
--display-indigo-fgColor: #b7baf6;
|
|
153
153
|
--display-indigo-borderColor-muted: #25215f;
|
|
154
154
|
--display-indigo-borderColor-emphasis: #9899ec;
|
|
155
155
|
--display-pink-bgColor-muted: #2d1524;
|
|
156
|
-
--display-pink-bgColor-emphasis: #
|
|
156
|
+
--display-pink-bgColor-emphasis: #842a5d;
|
|
157
157
|
--display-pink-fgColor: #f4a9cd;
|
|
158
158
|
--display-pink-borderColor-muted: #451c35;
|
|
159
159
|
--display-pink-borderColor-emphasis: #e57bb2;
|
|
160
160
|
--avatar-bgColor: #ffffff1a;
|
|
161
161
|
--avatar-borderColor: #ffffffe6;
|
|
162
|
-
--avatar-shadow: 0px 0px 0px 2px #
|
|
163
|
-
--avatarStack-fade-bgColor-default: #
|
|
164
|
-
--avatarStack-fade-bgColor-muted: #
|
|
165
|
-
--control-bgColor-rest: #
|
|
166
|
-
--control-bgColor-hover: #
|
|
167
|
-
--control-bgColor-active: #
|
|
168
|
-
--control-bgColor-disabled: #
|
|
169
|
-
--control-bgColor-selected: #
|
|
170
|
-
--control-fgColor-rest: #
|
|
171
|
-
--control-fgColor-placeholder: #
|
|
172
|
-
--control-fgColor-disabled: #
|
|
173
|
-
--control-borderColor-rest: #
|
|
174
|
-
--control-borderColor-emphasis: #
|
|
175
|
-
--control-borderColor-disabled: #
|
|
176
|
-
--control-borderColor-selected: #
|
|
162
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
163
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
164
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
165
|
+
--control-bgColor-rest: #262c36;
|
|
166
|
+
--control-bgColor-hover: #2a313c;
|
|
167
|
+
--control-bgColor-active: #2f3742;
|
|
168
|
+
--control-bgColor-disabled: #262c36;
|
|
169
|
+
--control-bgColor-selected: #262c36;
|
|
170
|
+
--control-fgColor-rest: #ffffff;
|
|
171
|
+
--control-fgColor-placeholder: #b7bdc8;
|
|
172
|
+
--control-fgColor-disabled: #9198a199;
|
|
173
|
+
--control-borderColor-rest: #b7bdc8;
|
|
174
|
+
--control-borderColor-emphasis: #b7bdc8;
|
|
175
|
+
--control-borderColor-disabled: #9198a11f;
|
|
176
|
+
--control-borderColor-selected: #f0f6fc;
|
|
177
177
|
--control-borderColor-success: #09b43a;
|
|
178
178
|
--control-borderColor-danger: #ff6a69;
|
|
179
179
|
--control-borderColor-warning: #e09b13;
|
|
180
|
-
--control-iconColor-rest: #
|
|
180
|
+
--control-iconColor-rest: #b7bdc8;
|
|
181
181
|
--control-transparent-bgColor-rest: #00000000;
|
|
182
|
-
--control-transparent-bgColor-hover: #
|
|
183
|
-
--control-transparent-bgColor-active: #
|
|
184
|
-
--control-transparent-bgColor-disabled: #
|
|
185
|
-
--control-transparent-bgColor-selected: #
|
|
182
|
+
--control-transparent-bgColor-hover: #2f3742;
|
|
183
|
+
--control-transparent-bgColor-active: #3d444d;
|
|
184
|
+
--control-transparent-bgColor-disabled: #262c36;
|
|
185
|
+
--control-transparent-bgColor-selected: #2f3742;
|
|
186
186
|
--control-transparent-borderColor-rest: #00000000;
|
|
187
|
-
--control-transparent-borderColor-hover: #
|
|
188
|
-
--control-transparent-borderColor-active: #
|
|
187
|
+
--control-transparent-borderColor-hover: #b7bdc8;
|
|
188
|
+
--control-transparent-borderColor-active: #b7bdc8;
|
|
189
189
|
--control-danger-fgColor-rest: #ff9492;
|
|
190
|
-
--control-danger-fgColor-hover: #
|
|
191
|
-
--control-danger-bgColor-hover: #
|
|
192
|
-
--control-danger-bgColor-active: #
|
|
193
|
-
--control-checked-bgColor-rest: #
|
|
194
|
-
--control-checked-bgColor-hover: #
|
|
195
|
-
--control-checked-bgColor-active: #
|
|
196
|
-
--control-checked-bgColor-disabled: #
|
|
197
|
-
--control-checked-fgColor-rest: #
|
|
190
|
+
--control-danger-fgColor-hover: #ff9492;
|
|
191
|
+
--control-danger-bgColor-hover: #ad0116;
|
|
192
|
+
--control-danger-bgColor-active: #c51120;
|
|
193
|
+
--control-checked-bgColor-rest: #194fb1;
|
|
194
|
+
--control-checked-bgColor-hover: #2b64c1;
|
|
195
|
+
--control-checked-bgColor-active: #3c79d0;
|
|
196
|
+
--control-checked-bgColor-disabled: #9198a199;
|
|
197
|
+
--control-checked-fgColor-rest: #ffffff;
|
|
198
198
|
--control-checked-fgColor-disabled: #010409;
|
|
199
|
-
--control-checked-borderColor-rest: #
|
|
200
|
-
--control-checked-borderColor-hover: #
|
|
201
|
-
--control-checked-borderColor-active: #
|
|
202
|
-
--control-checked-borderColor-disabled: #
|
|
203
|
-
--controlTrack-bgColor-rest: #
|
|
204
|
-
--controlTrack-bgColor-hover: #
|
|
205
|
-
--controlTrack-bgColor-active: #
|
|
206
|
-
--controlTrack-bgColor-disabled: #
|
|
207
|
-
--controlTrack-fgColor-rest: #
|
|
208
|
-
--controlTrack-fgColor-disabled: #
|
|
209
|
-
--controlTrack-borderColor-rest: #
|
|
210
|
-
--controlTrack-borderColor-disabled: #
|
|
199
|
+
--control-checked-borderColor-rest: #91cbff;
|
|
200
|
+
--control-checked-borderColor-hover: #91cbff;
|
|
201
|
+
--control-checked-borderColor-active: #91cbff;
|
|
202
|
+
--control-checked-borderColor-disabled: #9198a199;
|
|
203
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
204
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
205
|
+
--controlTrack-bgColor-active: #3d444d;
|
|
206
|
+
--controlTrack-bgColor-disabled: #9198a199;
|
|
207
|
+
--controlTrack-fgColor-rest: #ffffff;
|
|
208
|
+
--controlTrack-fgColor-disabled: #ffffff;
|
|
209
|
+
--controlTrack-borderColor-rest: #b7bdc8;
|
|
210
|
+
--controlTrack-borderColor-disabled: #9198a199;
|
|
211
211
|
--controlKnob-bgColor-rest: #010409;
|
|
212
|
-
--controlKnob-bgColor-disabled: #
|
|
212
|
+
--controlKnob-bgColor-disabled: #262c36;
|
|
213
213
|
--controlKnob-bgColor-checked: #ffffff;
|
|
214
|
-
--controlKnob-borderColor-rest: #
|
|
215
|
-
--controlKnob-borderColor-disabled: #
|
|
216
|
-
--controlKnob-borderColor-checked: #
|
|
217
|
-
--counter-borderColor: #
|
|
218
|
-
--button-default-fgColor-rest: #
|
|
219
|
-
--button-default-bgColor-rest: #
|
|
220
|
-
--button-default-bgColor-hover: #
|
|
221
|
-
--button-default-bgColor-active: #
|
|
222
|
-
--button-default-bgColor-selected: #
|
|
223
|
-
--button-default-bgColor-disabled: #
|
|
224
|
-
--button-default-borderColor-rest: #
|
|
225
|
-
--button-default-borderColor-hover: #
|
|
226
|
-
--button-default-borderColor-active: #
|
|
227
|
-
--button-default-borderColor-disabled: #
|
|
214
|
+
--controlKnob-borderColor-rest: #b7bdc8;
|
|
215
|
+
--controlKnob-borderColor-disabled: #262c36;
|
|
216
|
+
--controlKnob-borderColor-checked: #194fb1;
|
|
217
|
+
--counter-borderColor: #b7bdc8;
|
|
218
|
+
--button-default-fgColor-rest: #ffffff;
|
|
219
|
+
--button-default-bgColor-rest: #262c36;
|
|
220
|
+
--button-default-bgColor-hover: #2a313c;
|
|
221
|
+
--button-default-bgColor-active: #2f3742;
|
|
222
|
+
--button-default-bgColor-selected: #2f3742;
|
|
223
|
+
--button-default-bgColor-disabled: #262c36;
|
|
224
|
+
--button-default-borderColor-rest: #b7bdc8;
|
|
225
|
+
--button-default-borderColor-hover: #b7bdc8;
|
|
226
|
+
--button-default-borderColor-active: #b7bdc8;
|
|
227
|
+
--button-default-borderColor-disabled: #9198a11f;
|
|
228
228
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
229
|
-
--button-primary-fgColor-rest: #
|
|
230
|
-
--button-primary-fgColor-disabled: #
|
|
231
|
-
--button-primary-iconColor-rest: #
|
|
232
|
-
--button-primary-bgColor-rest: #
|
|
233
|
-
--button-primary-bgColor-hover: #
|
|
234
|
-
--button-primary-bgColor-active: #
|
|
229
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
230
|
+
--button-primary-fgColor-disabled: #ffffff66;
|
|
231
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
232
|
+
--button-primary-bgColor-rest: #006222;
|
|
233
|
+
--button-primary-bgColor-hover: #08792b;
|
|
234
|
+
--button-primary-bgColor-active: #109135;
|
|
235
235
|
--button-primary-bgColor-disabled: #048f2f;
|
|
236
236
|
--button-primary-borderColor-rest: #4ae168;
|
|
237
237
|
--button-primary-borderColor-hover: #4ae168;
|
|
238
238
|
--button-primary-borderColor-active: #4ae168;
|
|
239
239
|
--button-primary-borderColor-disabled: #4ae16866;
|
|
240
240
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
241
|
-
--button-invisible-fgColor-rest: #
|
|
242
|
-
--button-invisible-fgColor-hover: #
|
|
243
|
-
--button-invisible-fgColor-disabled: #
|
|
244
|
-
--button-invisible-iconColor-rest: #
|
|
245
|
-
--button-invisible-iconColor-hover: #
|
|
246
|
-
--button-invisible-iconColor-disabled: #
|
|
241
|
+
--button-invisible-fgColor-rest: #b7bdc8;
|
|
242
|
+
--button-invisible-fgColor-hover: #b7bdc8;
|
|
243
|
+
--button-invisible-fgColor-disabled: #9198a199;
|
|
244
|
+
--button-invisible-iconColor-rest: #d1d7e0;
|
|
245
|
+
--button-invisible-iconColor-hover: #d1d7e0;
|
|
246
|
+
--button-invisible-iconColor-disabled: #9198a199;
|
|
247
247
|
--button-invisible-bgColor-rest: #00000000;
|
|
248
|
-
--button-invisible-bgColor-hover: #
|
|
249
|
-
--button-invisible-bgColor-active: #
|
|
250
|
-
--button-invisible-bgColor-disabled: #
|
|
248
|
+
--button-invisible-bgColor-hover: #151b23;
|
|
249
|
+
--button-invisible-bgColor-active: #212830;
|
|
250
|
+
--button-invisible-bgColor-disabled: #262c36;
|
|
251
251
|
--button-invisible-borderColor-rest: #00000000;
|
|
252
|
-
--button-invisible-borderColor-hover: #
|
|
253
|
-
--button-invisible-borderColor-disabled: #
|
|
252
|
+
--button-invisible-borderColor-hover: #b7bdc8;
|
|
253
|
+
--button-invisible-borderColor-disabled: #9198a11f;
|
|
254
254
|
--button-outline-fgColor-rest: #5cacff;
|
|
255
255
|
--button-outline-fgColor-hover: #71b7ff;
|
|
256
256
|
--button-outline-fgColor-active: #ffffff;
|
|
257
257
|
--button-outline-fgColor-disabled: #73b8ff80;
|
|
258
|
-
--button-outline-bgColor-rest: #
|
|
259
|
-
--button-outline-bgColor-hover: #
|
|
258
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
259
|
+
--button-outline-bgColor-hover: #2a313c;
|
|
260
260
|
--button-outline-bgColor-active: #2672f3;
|
|
261
|
-
--button-outline-bgColor-disabled: #
|
|
262
|
-
--button-outline-borderColor-hover: #
|
|
263
|
-
--button-outline-borderColor-selected: #
|
|
261
|
+
--button-outline-bgColor-disabled: #262c36;
|
|
262
|
+
--button-outline-borderColor-hover: #b7bdc8;
|
|
263
|
+
--button-outline-borderColor-selected: #b7bdc8;
|
|
264
264
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
265
265
|
--button-danger-fgColor-rest: #ff9492;
|
|
266
266
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -268,28 +268,28 @@
|
|
|
268
268
|
--button-danger-fgColor-disabled: #ff949280;
|
|
269
269
|
--button-danger-iconColor-rest: #ff9492;
|
|
270
270
|
--button-danger-iconColor-hover: #ffffff;
|
|
271
|
-
--button-danger-bgColor-rest: #
|
|
272
|
-
--button-danger-bgColor-hover: #
|
|
273
|
-
--button-danger-bgColor-active: #
|
|
274
|
-
--button-danger-bgColor-disabled: #
|
|
275
|
-
--button-danger-borderColor-rest: #
|
|
276
|
-
--button-danger-borderColor-hover: #
|
|
277
|
-
--button-danger-borderColor-active: #
|
|
271
|
+
--button-danger-bgColor-rest: #262c36;
|
|
272
|
+
--button-danger-bgColor-hover: #ad0116;
|
|
273
|
+
--button-danger-bgColor-active: #c51120;
|
|
274
|
+
--button-danger-bgColor-disabled: #262c36;
|
|
275
|
+
--button-danger-borderColor-rest: #b7bdc8;
|
|
276
|
+
--button-danger-borderColor-hover: #ffb1af;
|
|
277
|
+
--button-danger-borderColor-active: #ffb1af;
|
|
278
278
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
279
|
-
--button-inactive-fgColor: #
|
|
280
|
-
--button-inactive-bgColor: #
|
|
279
|
+
--button-inactive-fgColor: #b7bdc8;
|
|
280
|
+
--button-inactive-bgColor: #262c36;
|
|
281
281
|
--button-star-iconColor: #f7c843;
|
|
282
|
-
--buttonCounter-default-bgColor-rest: #
|
|
283
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
282
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
283
|
+
--buttonCounter-invisible-bgColor-rest: #2f3742;
|
|
284
284
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
285
285
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
286
286
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
287
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
287
|
+
--buttonCounter-outline-bgColor-disabled: #194fb10d;
|
|
288
288
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
289
289
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
290
290
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
291
291
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
292
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
292
|
+
--buttonCounter-danger-bgColor-disabled: #ad01160d;
|
|
293
293
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
294
294
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
295
295
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -299,21 +299,21 @@
|
|
|
299
299
|
--reactionButton-selected-fgColor-rest: #73b8ff;
|
|
300
300
|
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
301
301
|
--focus-outlineColor: #409eff;
|
|
302
|
-
--menu-bgColor-active: #
|
|
303
|
-
--overlay-bgColor: #
|
|
304
|
-
--overlay-borderColor: #
|
|
305
|
-
--overlay-backdrop-bgColor: #
|
|
306
|
-
--selectMenu-borderColor: #
|
|
302
|
+
--menu-bgColor-active: #151b23;
|
|
303
|
+
--overlay-bgColor: #151b23;
|
|
304
|
+
--overlay-borderColor: #b7bdc8;
|
|
305
|
+
--overlay-backdrop-bgColor: #d1d7e066;
|
|
306
|
+
--selectMenu-borderColor: #b7bdc8;
|
|
307
307
|
--selectMenu-bgColor-active: #1e60d5;
|
|
308
|
-
--sideNav-bgColor-selected: #
|
|
309
|
-
--skeletonLoader-bgColor: #
|
|
310
|
-
--timelineBadge-bgColor: #
|
|
311
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
308
|
+
--sideNav-bgColor-selected: #212830;
|
|
309
|
+
--skeletonLoader-bgColor: #151b23;
|
|
310
|
+
--timelineBadge-bgColor: #212830;
|
|
311
|
+
--treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
|
|
312
312
|
--underlineNav-borderColor-active: #ff967d;
|
|
313
|
-
--underlineNav-borderColor-hover: #
|
|
314
|
-
--underlineNav-iconColor-rest: #
|
|
315
|
-
--selection-bgColor: #
|
|
316
|
-
--card-bgColor: #
|
|
313
|
+
--underlineNav-borderColor-hover: #b7bdc8;
|
|
314
|
+
--underlineNav-iconColor-rest: #b7bdc8;
|
|
315
|
+
--selection-bgColor: #194fb1b3;
|
|
316
|
+
--card-bgColor: #151b23;
|
|
317
317
|
--label-green-bgColor-rest: #122117;
|
|
318
318
|
--label-green-bgColor-hover: #182f1f;
|
|
319
319
|
--label-green-bgColor-active: #214529;
|
|
@@ -430,15 +430,15 @@
|
|
|
430
430
|
--label-coral-fgColor-active: #fdaa86;
|
|
431
431
|
--tooltip-bgColor: #ffffff;
|
|
432
432
|
--tooltip-fgColor: #010409;
|
|
433
|
-
--fgColor-default: #
|
|
434
|
-
--fgColor-muted: #
|
|
435
|
-
--fgColor-onEmphasis: #
|
|
433
|
+
--fgColor-default: #ffffff;
|
|
434
|
+
--fgColor-muted: #b7bdc8;
|
|
435
|
+
--fgColor-onEmphasis: #ffffff;
|
|
436
436
|
--fgColor-onInverse: #010409;
|
|
437
437
|
--fgColor-white: #ffffff;
|
|
438
438
|
--fgColor-black: #010409;
|
|
439
|
-
--fgColor-disabled: #
|
|
439
|
+
--fgColor-disabled: #9198a199;
|
|
440
440
|
--fgColor-link: #73b8ff;
|
|
441
|
-
--fgColor-neutral: #
|
|
441
|
+
--fgColor-neutral: #b7bdc8;
|
|
442
442
|
--fgColor-accent: #73b8ff;
|
|
443
443
|
--fgColor-success: #28d751;
|
|
444
444
|
--fgColor-open: #28d751;
|
|
@@ -449,45 +449,45 @@
|
|
|
449
449
|
--fgColor-done: #cb9eff;
|
|
450
450
|
--fgColor-upsell: #cb9eff;
|
|
451
451
|
--fgColor-sponsors: #ff8dc7;
|
|
452
|
-
--bgColor-default: #
|
|
453
|
-
--bgColor-muted: #
|
|
452
|
+
--bgColor-default: #010409;
|
|
453
|
+
--bgColor-muted: #151b23;
|
|
454
454
|
--bgColor-inset: #010409;
|
|
455
|
-
--bgColor-emphasis: #
|
|
455
|
+
--bgColor-emphasis: #3d444d;
|
|
456
456
|
--bgColor-inverse: #ffffff;
|
|
457
457
|
--bgColor-white: #ffffff;
|
|
458
458
|
--bgColor-black: #010409;
|
|
459
|
-
--bgColor-disabled: #
|
|
459
|
+
--bgColor-disabled: #262c36;
|
|
460
460
|
--bgColor-transparent: #00000000;
|
|
461
|
-
--bgColor-neutral-muted: #
|
|
462
|
-
--bgColor-neutral-emphasis: #
|
|
461
|
+
--bgColor-neutral-muted: #2f3742b3;
|
|
462
|
+
--bgColor-neutral-emphasis: #3d444d;
|
|
463
463
|
--bgColor-accent-muted: #409eff1a;
|
|
464
|
-
--bgColor-accent-emphasis: #
|
|
464
|
+
--bgColor-accent-emphasis: #194fb1;
|
|
465
465
|
--bgColor-success-muted: #0ac74024;
|
|
466
|
-
--bgColor-success-emphasis: #
|
|
466
|
+
--bgColor-success-emphasis: #006222;
|
|
467
467
|
--bgColor-open-muted: #0ac74024;
|
|
468
|
-
--bgColor-open-emphasis: #
|
|
468
|
+
--bgColor-open-emphasis: #006222;
|
|
469
469
|
--bgColor-attention-muted: #edaa2726;
|
|
470
|
-
--bgColor-attention-emphasis: #
|
|
470
|
+
--bgColor-attention-emphasis: #7b4900;
|
|
471
471
|
--bgColor-severe-muted: #f48b2516;
|
|
472
|
-
--bgColor-severe-emphasis: #
|
|
472
|
+
--bgColor-severe-emphasis: #8f3c00;
|
|
473
473
|
--bgColor-danger-muted: #ff808017;
|
|
474
|
-
--bgColor-danger-emphasis: #
|
|
474
|
+
--bgColor-danger-emphasis: #ad0116;
|
|
475
475
|
--bgColor-closed-muted: #ff808017;
|
|
476
|
-
--bgColor-closed-emphasis: #
|
|
476
|
+
--bgColor-closed-emphasis: #ad0116;
|
|
477
477
|
--bgColor-done-muted: #b87fff17;
|
|
478
|
-
--bgColor-done-emphasis: #
|
|
478
|
+
--bgColor-done-emphasis: #6921d7;
|
|
479
479
|
--bgColor-upsell-muted: #b87fff17;
|
|
480
|
-
--bgColor-upsell-emphasis: #
|
|
480
|
+
--bgColor-upsell-emphasis: #6921d7;
|
|
481
481
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
482
|
-
--bgColor-sponsors-emphasis: #
|
|
483
|
-
--borderColor-default: #
|
|
484
|
-
--borderColor-muted: #
|
|
485
|
-
--borderColor-emphasis: #
|
|
486
|
-
--borderColor-disabled: #
|
|
482
|
+
--bgColor-sponsors-emphasis: #9c1d6a;
|
|
483
|
+
--borderColor-default: #b7bdc8;
|
|
484
|
+
--borderColor-muted: #b7bdc8;
|
|
485
|
+
--borderColor-emphasis: #b7bdc8;
|
|
486
|
+
--borderColor-disabled: #9198a11f;
|
|
487
487
|
--borderColor-transparent: #00000000;
|
|
488
|
-
--borderColor-translucent: #
|
|
489
|
-
--borderColor-neutral-muted: #
|
|
490
|
-
--borderColor-neutral-emphasis: #
|
|
488
|
+
--borderColor-translucent: #2f3742;
|
|
489
|
+
--borderColor-neutral-muted: #b7bdc8;
|
|
490
|
+
--borderColor-neutral-emphasis: #b7bdc8;
|
|
491
491
|
--borderColor-accent-muted: #5cacff;
|
|
492
492
|
--borderColor-accent-emphasis: #409eff;
|
|
493
493
|
--borderColor-success-muted: #0ac740;
|
|
@@ -508,11 +508,11 @@
|
|
|
508
508
|
--borderColor-upsell-emphasis: #b87fff;
|
|
509
509
|
--borderColor-sponsors-muted: #f87cbd;
|
|
510
510
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
511
|
-
--color-ansi-black: #
|
|
512
|
-
--color-ansi-black-bright: #
|
|
513
|
-
--color-ansi-white: #
|
|
511
|
+
--color-ansi-black: #2f3742;
|
|
512
|
+
--color-ansi-black-bright: #656c76;
|
|
513
|
+
--color-ansi-white: #f0f6fc;
|
|
514
514
|
--color-ansi-white-bright: #ffffff;
|
|
515
|
-
--color-ansi-gray: #
|
|
515
|
+
--color-ansi-gray: #656c76;
|
|
516
516
|
--color-ansi-red: #ff9492;
|
|
517
517
|
--color-ansi-red-bright: #ffb1af;
|
|
518
518
|
--color-ansi-green: #28d751;
|
|
@@ -525,44 +525,44 @@
|
|
|
525
525
|
--color-ansi-magenta-bright: #dbb7ff;
|
|
526
526
|
--color-ansi-cyan: #39c5cf;
|
|
527
527
|
--color-ansi-cyan-bright: #56d4dd;
|
|
528
|
-
--color-prettylights-syntax-comment: #
|
|
528
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
529
529
|
--color-prettylights-syntax-constant: #91cbff;
|
|
530
530
|
--color-prettylights-syntax-constant-other-reference-link: #addcff;
|
|
531
531
|
--color-prettylights-syntax-entity: #dbb7ff;
|
|
532
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
532
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
533
533
|
--color-prettylights-syntax-entity-tag: #72f088;
|
|
534
534
|
--color-prettylights-syntax-keyword: #ff9492;
|
|
535
535
|
--color-prettylights-syntax-string: #addcff;
|
|
536
536
|
--color-prettylights-syntax-variable: #ffb757;
|
|
537
537
|
--color-prettylights-syntax-brackethighlighter-unmatched: #ff8080;
|
|
538
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
539
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
538
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
539
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
540
540
|
--color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
|
|
541
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
541
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
542
542
|
--color-prettylights-syntax-carriage-return-bg: #ff4445;
|
|
543
543
|
--color-prettylights-syntax-string-regexp: #72f088;
|
|
544
544
|
--color-prettylights-syntax-markup-list: #fbd669;
|
|
545
545
|
--color-prettylights-syntax-markup-heading: #409eff;
|
|
546
|
-
--color-prettylights-syntax-markup-italic: #
|
|
547
|
-
--color-prettylights-syntax-markup-bold: #
|
|
546
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
547
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
548
548
|
--color-prettylights-syntax-markup-deleted-text: #ffdedb;
|
|
549
549
|
--color-prettylights-syntax-markup-deleted-bg: #cc1421;
|
|
550
550
|
--color-prettylights-syntax-markup-inserted-text: #acf7b6;
|
|
551
551
|
--color-prettylights-syntax-markup-inserted-bg: #007728;
|
|
552
552
|
--color-prettylights-syntax-markup-changed-text: #ffe1b4;
|
|
553
553
|
--color-prettylights-syntax-markup-changed-bg: #a74c00;
|
|
554
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
554
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
555
555
|
--color-prettylights-syntax-markup-ignored-bg: #318bf8;
|
|
556
556
|
--color-prettylights-syntax-meta-diff-range: #dbb7ff;
|
|
557
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
557
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
558
558
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
559
559
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
560
560
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
561
561
|
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
562
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
563
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
564
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
565
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
562
|
+
--shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
563
|
+
--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;
|
|
564
|
+
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
565
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
566
566
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
567
567
|
--outline-focus: #409eff solid 2px;
|
|
568
568
|
}
|
|
@@ -571,31 +571,31 @@
|
|
|
571
571
|
[data-color-mode="auto"][data-dark-theme="dark_high_contrast"] ::backdrop {
|
|
572
572
|
--topicTag-borderColor: #409eff;
|
|
573
573
|
--highlight-neutral-bgColor: #f0b72f66;
|
|
574
|
-
--page-header-bgColor: #
|
|
575
|
-
--diffBlob-addition-fgColor-text: #
|
|
576
|
-
--diffBlob-addition-fgColor-num: #
|
|
574
|
+
--page-header-bgColor: #010409;
|
|
575
|
+
--diffBlob-addition-fgColor-text: #ffffff;
|
|
576
|
+
--diffBlob-addition-fgColor-num: #ffffff;
|
|
577
577
|
--diffBlob-addition-bgColor-num: #28d7514d;
|
|
578
578
|
--diffBlob-addition-bgColor-line: #0ac74026;
|
|
579
|
-
--diffBlob-addition-bgColor-word: #
|
|
580
|
-
--diffBlob-deletion-fgColor-text: #
|
|
581
|
-
--diffBlob-deletion-fgColor-num: #
|
|
579
|
+
--diffBlob-addition-bgColor-word: #006222;
|
|
580
|
+
--diffBlob-deletion-fgColor-text: #ffffff;
|
|
581
|
+
--diffBlob-deletion-fgColor-num: #ffffff;
|
|
582
582
|
--diffBlob-deletion-bgColor-num: #ff80804d;
|
|
583
583
|
--diffBlob-deletion-bgColor-line: #ff808026;
|
|
584
|
-
--diffBlob-deletion-bgColor-word: #
|
|
584
|
+
--diffBlob-deletion-bgColor-word: #ad0116;
|
|
585
585
|
--diffBlob-hunk-bgColor-num: #5cacff66;
|
|
586
|
-
--diffBlob-expander-iconColor: #
|
|
587
|
-
--codeMirror-fgColor: #
|
|
588
|
-
--codeMirror-bgColor: #
|
|
589
|
-
--codeMirror-gutters-bgColor: #
|
|
590
|
-
--codeMirror-gutterMarker-fgColor-default: #
|
|
591
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
592
|
-
--codeMirror-lineNumber-fgColor: #
|
|
593
|
-
--codeMirror-cursor-fgColor: #
|
|
586
|
+
--diffBlob-expander-iconColor: #ffffff;
|
|
587
|
+
--codeMirror-fgColor: #ffffff;
|
|
588
|
+
--codeMirror-bgColor: #010409;
|
|
589
|
+
--codeMirror-gutters-bgColor: #010409;
|
|
590
|
+
--codeMirror-gutterMarker-fgColor-default: #010409;
|
|
591
|
+
--codeMirror-gutterMarker-fgColor-muted: #b7bdc8;
|
|
592
|
+
--codeMirror-lineNumber-fgColor: #b7bdc8;
|
|
593
|
+
--codeMirror-cursor-fgColor: #ffffff;
|
|
594
594
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
595
|
-
--codeMirror-activeline-bgColor: #
|
|
596
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
597
|
-
--codeMirror-lines-bgColor: #
|
|
598
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
595
|
+
--codeMirror-activeline-bgColor: #2f3742b3;
|
|
596
|
+
--codeMirror-matchingBracket-fgColor: #ffffff;
|
|
597
|
+
--codeMirror-lines-bgColor: #010409;
|
|
598
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
599
599
|
--codeMirror-syntax-fgColor-constant: #91cbff;
|
|
600
600
|
--codeMirror-syntax-fgColor-entity: #dbb7ff;
|
|
601
601
|
--codeMirror-syntax-fgColor-keyword: #ff9492;
|
|
@@ -604,11 +604,11 @@
|
|
|
604
604
|
--codeMirror-syntax-fgColor-support: #91cbff;
|
|
605
605
|
--codeMirror-syntax-fgColor-variable: #ffb757;
|
|
606
606
|
--header-fgColor-default: #ffffffb3;
|
|
607
|
-
--header-fgColor-logo: #
|
|
608
|
-
--header-bgColor: #
|
|
609
|
-
--header-borderColor-divider: #
|
|
610
|
-
--headerSearch-bgColor: #
|
|
611
|
-
--headerSearch-borderColor: #
|
|
607
|
+
--header-fgColor-logo: #f0f6fc;
|
|
608
|
+
--header-bgColor: #151b23f2;
|
|
609
|
+
--header-borderColor-divider: #656c76;
|
|
610
|
+
--headerSearch-bgColor: #0d1117;
|
|
611
|
+
--headerSearch-borderColor: #2a313c;
|
|
612
612
|
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
614
|
--data-auburn-color-emphasis: #a86f6b;
|
|
@@ -630,204 +630,204 @@
|
|
|
630
630
|
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
|
-
--display-blue-bgColor-emphasis: #
|
|
633
|
+
--display-blue-bgColor-emphasis: #0046a8;
|
|
634
634
|
--display-blue-fgColor: #85c2ff;
|
|
635
635
|
--display-blue-borderColor-muted: #002766;
|
|
636
636
|
--display-blue-borderColor-emphasis: #4da0ff;
|
|
637
637
|
--display-green-bgColor-muted: #122117;
|
|
638
|
-
--display-green-bgColor-emphasis: #
|
|
638
|
+
--display-green-bgColor-emphasis: #285830;
|
|
639
639
|
--display-green-fgColor: #75d36f;
|
|
640
640
|
--display-green-borderColor-muted: #182f1f;
|
|
641
641
|
--display-green-borderColor-emphasis: #41b445;
|
|
642
642
|
--display-orange-bgColor-muted: #311708;
|
|
643
|
-
--display-orange-bgColor-emphasis: #
|
|
643
|
+
--display-orange-bgColor-emphasis: #7b3c0e;
|
|
644
644
|
--display-orange-fgColor: #f6b06a;
|
|
645
645
|
--display-orange-borderColor-muted: #43200a;
|
|
646
646
|
--display-orange-borderColor-emphasis: #ed8326;
|
|
647
647
|
--display-purple-bgColor-muted: #211047;
|
|
648
|
-
--display-purple-bgColor-emphasis: #
|
|
648
|
+
--display-purple-bgColor-emphasis: #5b1cca;
|
|
649
649
|
--display-purple-fgColor: #d2affd;
|
|
650
650
|
--display-purple-borderColor-muted: #31146b;
|
|
651
651
|
--display-purple-borderColor-emphasis: #b687f7;
|
|
652
652
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
653
|
-
--display-plum-bgColor-emphasis: #
|
|
653
|
+
--display-plum-bgColor-emphasis: #7517ab;
|
|
654
654
|
--display-plum-fgColor: #e4a5fd;
|
|
655
655
|
--display-plum-borderColor-muted: #40125e;
|
|
656
656
|
--display-plum-borderColor-emphasis: #d07ef7;
|
|
657
657
|
--display-red-bgColor-muted: #3c0614;
|
|
658
|
-
--display-red-bgColor-emphasis: #
|
|
658
|
+
--display-red-bgColor-emphasis: #990f24;
|
|
659
659
|
--display-red-fgColor: #f7adab;
|
|
660
660
|
--display-red-borderColor-muted: #58091a;
|
|
661
661
|
--display-red-borderColor-emphasis: #f27d83;
|
|
662
662
|
--display-coral-bgColor-muted: #3c0614;
|
|
663
|
-
--display-coral-bgColor-emphasis: #
|
|
663
|
+
--display-coral-bgColor-emphasis: #902a0e;
|
|
664
664
|
--display-coral-fgColor: #fdaa86;
|
|
665
665
|
--display-coral-borderColor-muted: #58091a;
|
|
666
666
|
--display-coral-borderColor-emphasis: #f7794b;
|
|
667
667
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
668
|
-
--display-yellow-bgColor-emphasis: #
|
|
668
|
+
--display-yellow-bgColor-emphasis: #6d4403;
|
|
669
669
|
--display-yellow-fgColor: #edb431;
|
|
670
670
|
--display-yellow-borderColor-muted: #3d2401;
|
|
671
671
|
--display-yellow-borderColor-emphasis: #d3910d;
|
|
672
672
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
673
|
-
--display-gray-bgColor-emphasis: #
|
|
673
|
+
--display-gray-bgColor-emphasis: #474e57;
|
|
674
674
|
--display-gray-fgColor: #b3c0d1;
|
|
675
675
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
676
676
|
--display-gray-borderColor-emphasis: #92a1b5;
|
|
677
677
|
--display-auburn-bgColor-muted: #271817;
|
|
678
|
-
--display-auburn-bgColor-emphasis: #
|
|
678
|
+
--display-auburn-bgColor-emphasis: #6d4340;
|
|
679
679
|
--display-auburn-fgColor: #d4b7b5;
|
|
680
680
|
--display-auburn-borderColor-muted: #3a2422;
|
|
681
681
|
--display-auburn-borderColor-emphasis: #bf9592;
|
|
682
682
|
--display-brown-bgColor-muted: #241c14;
|
|
683
|
-
--display-brown-bgColor-emphasis: #
|
|
683
|
+
--display-brown-bgColor-emphasis: #5d4a32;
|
|
684
684
|
--display-brown-fgColor: #cdbb98;
|
|
685
685
|
--display-brown-borderColor-muted: #342a1d;
|
|
686
686
|
--display-brown-borderColor-emphasis: #b69a6d;
|
|
687
687
|
--display-lemon-bgColor-muted: #291d00;
|
|
688
|
-
--display-lemon-bgColor-emphasis: #
|
|
688
|
+
--display-lemon-bgColor-emphasis: #614c05;
|
|
689
689
|
--display-lemon-fgColor: #d7bc1d;
|
|
690
690
|
--display-lemon-borderColor-muted: #372901;
|
|
691
691
|
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
692
692
|
--display-olive-bgColor-muted: #171e0b;
|
|
693
|
-
--display-olive-bgColor-emphasis: #
|
|
693
|
+
--display-olive-bgColor-emphasis: #485219;
|
|
694
694
|
--display-olive-fgColor: #cbc025;
|
|
695
695
|
--display-olive-borderColor-muted: #252d10;
|
|
696
696
|
--display-olive-borderColor-emphasis: #a2a626;
|
|
697
697
|
--display-lime-bgColor-muted: #141f0f;
|
|
698
|
-
--display-lime-bgColor-emphasis: #
|
|
698
|
+
--display-lime-bgColor-emphasis: #375421;
|
|
699
699
|
--display-lime-fgColor: #9fcc3e;
|
|
700
700
|
--display-lime-borderColor-muted: #1f3116;
|
|
701
701
|
--display-lime-borderColor-emphasis: #7dae37;
|
|
702
702
|
--display-pine-bgColor-muted: #082119;
|
|
703
|
-
--display-pine-bgColor-emphasis: #
|
|
703
|
+
--display-pine-bgColor-emphasis: #115a3e;
|
|
704
704
|
--display-pine-fgColor: #1bda81;
|
|
705
705
|
--display-pine-borderColor-muted: #0b3224;
|
|
706
706
|
--display-pine-borderColor-emphasis: #1bb673;
|
|
707
707
|
--display-teal-bgColor-muted: #041f25;
|
|
708
|
-
--display-teal-bgColor-emphasis: #
|
|
708
|
+
--display-teal-bgColor-emphasis: #0c555a;
|
|
709
709
|
--display-teal-fgColor: #24d6c4;
|
|
710
710
|
--display-teal-borderColor-muted: #073036;
|
|
711
711
|
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
712
712
|
--display-cyan-bgColor-muted: #001f29;
|
|
713
|
-
--display-cyan-bgColor-emphasis: #
|
|
713
|
+
--display-cyan-bgColor-emphasis: #02536f;
|
|
714
714
|
--display-cyan-fgColor: #45cbf7;
|
|
715
715
|
--display-cyan-borderColor-muted: #002e3d;
|
|
716
716
|
--display-cyan-borderColor-emphasis: #07ace4;
|
|
717
717
|
--display-indigo-bgColor-muted: #1b183f;
|
|
718
|
-
--display-indigo-bgColor-emphasis: #
|
|
718
|
+
--display-indigo-bgColor-emphasis: #3935c0;
|
|
719
719
|
--display-indigo-fgColor: #b7baf6;
|
|
720
720
|
--display-indigo-borderColor-muted: #25215f;
|
|
721
721
|
--display-indigo-borderColor-emphasis: #9899ec;
|
|
722
722
|
--display-pink-bgColor-muted: #2d1524;
|
|
723
|
-
--display-pink-bgColor-emphasis: #
|
|
723
|
+
--display-pink-bgColor-emphasis: #842a5d;
|
|
724
724
|
--display-pink-fgColor: #f4a9cd;
|
|
725
725
|
--display-pink-borderColor-muted: #451c35;
|
|
726
726
|
--display-pink-borderColor-emphasis: #e57bb2;
|
|
727
727
|
--avatar-bgColor: #ffffff1a;
|
|
728
728
|
--avatar-borderColor: #ffffffe6;
|
|
729
|
-
--avatar-shadow: 0px 0px 0px 2px #
|
|
730
|
-
--avatarStack-fade-bgColor-default: #
|
|
731
|
-
--avatarStack-fade-bgColor-muted: #
|
|
732
|
-
--control-bgColor-rest: #
|
|
733
|
-
--control-bgColor-hover: #
|
|
734
|
-
--control-bgColor-active: #
|
|
735
|
-
--control-bgColor-disabled: #
|
|
736
|
-
--control-bgColor-selected: #
|
|
737
|
-
--control-fgColor-rest: #
|
|
738
|
-
--control-fgColor-placeholder: #
|
|
739
|
-
--control-fgColor-disabled: #
|
|
740
|
-
--control-borderColor-rest: #
|
|
741
|
-
--control-borderColor-emphasis: #
|
|
742
|
-
--control-borderColor-disabled: #
|
|
743
|
-
--control-borderColor-selected: #
|
|
729
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
730
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
731
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
732
|
+
--control-bgColor-rest: #262c36;
|
|
733
|
+
--control-bgColor-hover: #2a313c;
|
|
734
|
+
--control-bgColor-active: #2f3742;
|
|
735
|
+
--control-bgColor-disabled: #262c36;
|
|
736
|
+
--control-bgColor-selected: #262c36;
|
|
737
|
+
--control-fgColor-rest: #ffffff;
|
|
738
|
+
--control-fgColor-placeholder: #b7bdc8;
|
|
739
|
+
--control-fgColor-disabled: #9198a199;
|
|
740
|
+
--control-borderColor-rest: #b7bdc8;
|
|
741
|
+
--control-borderColor-emphasis: #b7bdc8;
|
|
742
|
+
--control-borderColor-disabled: #9198a11f;
|
|
743
|
+
--control-borderColor-selected: #f0f6fc;
|
|
744
744
|
--control-borderColor-success: #09b43a;
|
|
745
745
|
--control-borderColor-danger: #ff6a69;
|
|
746
746
|
--control-borderColor-warning: #e09b13;
|
|
747
|
-
--control-iconColor-rest: #
|
|
747
|
+
--control-iconColor-rest: #b7bdc8;
|
|
748
748
|
--control-transparent-bgColor-rest: #00000000;
|
|
749
|
-
--control-transparent-bgColor-hover: #
|
|
750
|
-
--control-transparent-bgColor-active: #
|
|
751
|
-
--control-transparent-bgColor-disabled: #
|
|
752
|
-
--control-transparent-bgColor-selected: #
|
|
749
|
+
--control-transparent-bgColor-hover: #2f3742;
|
|
750
|
+
--control-transparent-bgColor-active: #3d444d;
|
|
751
|
+
--control-transparent-bgColor-disabled: #262c36;
|
|
752
|
+
--control-transparent-bgColor-selected: #2f3742;
|
|
753
753
|
--control-transparent-borderColor-rest: #00000000;
|
|
754
|
-
--control-transparent-borderColor-hover: #
|
|
755
|
-
--control-transparent-borderColor-active: #
|
|
754
|
+
--control-transparent-borderColor-hover: #b7bdc8;
|
|
755
|
+
--control-transparent-borderColor-active: #b7bdc8;
|
|
756
756
|
--control-danger-fgColor-rest: #ff9492;
|
|
757
|
-
--control-danger-fgColor-hover: #
|
|
758
|
-
--control-danger-bgColor-hover: #
|
|
759
|
-
--control-danger-bgColor-active: #
|
|
760
|
-
--control-checked-bgColor-rest: #
|
|
761
|
-
--control-checked-bgColor-hover: #
|
|
762
|
-
--control-checked-bgColor-active: #
|
|
763
|
-
--control-checked-bgColor-disabled: #
|
|
764
|
-
--control-checked-fgColor-rest: #
|
|
757
|
+
--control-danger-fgColor-hover: #ff9492;
|
|
758
|
+
--control-danger-bgColor-hover: #ad0116;
|
|
759
|
+
--control-danger-bgColor-active: #c51120;
|
|
760
|
+
--control-checked-bgColor-rest: #194fb1;
|
|
761
|
+
--control-checked-bgColor-hover: #2b64c1;
|
|
762
|
+
--control-checked-bgColor-active: #3c79d0;
|
|
763
|
+
--control-checked-bgColor-disabled: #9198a199;
|
|
764
|
+
--control-checked-fgColor-rest: #ffffff;
|
|
765
765
|
--control-checked-fgColor-disabled: #010409;
|
|
766
|
-
--control-checked-borderColor-rest: #
|
|
767
|
-
--control-checked-borderColor-hover: #
|
|
768
|
-
--control-checked-borderColor-active: #
|
|
769
|
-
--control-checked-borderColor-disabled: #
|
|
770
|
-
--controlTrack-bgColor-rest: #
|
|
771
|
-
--controlTrack-bgColor-hover: #
|
|
772
|
-
--controlTrack-bgColor-active: #
|
|
773
|
-
--controlTrack-bgColor-disabled: #
|
|
774
|
-
--controlTrack-fgColor-rest: #
|
|
775
|
-
--controlTrack-fgColor-disabled: #
|
|
776
|
-
--controlTrack-borderColor-rest: #
|
|
777
|
-
--controlTrack-borderColor-disabled: #
|
|
766
|
+
--control-checked-borderColor-rest: #91cbff;
|
|
767
|
+
--control-checked-borderColor-hover: #91cbff;
|
|
768
|
+
--control-checked-borderColor-active: #91cbff;
|
|
769
|
+
--control-checked-borderColor-disabled: #9198a199;
|
|
770
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
771
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
772
|
+
--controlTrack-bgColor-active: #3d444d;
|
|
773
|
+
--controlTrack-bgColor-disabled: #9198a199;
|
|
774
|
+
--controlTrack-fgColor-rest: #ffffff;
|
|
775
|
+
--controlTrack-fgColor-disabled: #ffffff;
|
|
776
|
+
--controlTrack-borderColor-rest: #b7bdc8;
|
|
777
|
+
--controlTrack-borderColor-disabled: #9198a199;
|
|
778
778
|
--controlKnob-bgColor-rest: #010409;
|
|
779
|
-
--controlKnob-bgColor-disabled: #
|
|
779
|
+
--controlKnob-bgColor-disabled: #262c36;
|
|
780
780
|
--controlKnob-bgColor-checked: #ffffff;
|
|
781
|
-
--controlKnob-borderColor-rest: #
|
|
782
|
-
--controlKnob-borderColor-disabled: #
|
|
783
|
-
--controlKnob-borderColor-checked: #
|
|
784
|
-
--counter-borderColor: #
|
|
785
|
-
--button-default-fgColor-rest: #
|
|
786
|
-
--button-default-bgColor-rest: #
|
|
787
|
-
--button-default-bgColor-hover: #
|
|
788
|
-
--button-default-bgColor-active: #
|
|
789
|
-
--button-default-bgColor-selected: #
|
|
790
|
-
--button-default-bgColor-disabled: #
|
|
791
|
-
--button-default-borderColor-rest: #
|
|
792
|
-
--button-default-borderColor-hover: #
|
|
793
|
-
--button-default-borderColor-active: #
|
|
794
|
-
--button-default-borderColor-disabled: #
|
|
781
|
+
--controlKnob-borderColor-rest: #b7bdc8;
|
|
782
|
+
--controlKnob-borderColor-disabled: #262c36;
|
|
783
|
+
--controlKnob-borderColor-checked: #194fb1;
|
|
784
|
+
--counter-borderColor: #b7bdc8;
|
|
785
|
+
--button-default-fgColor-rest: #ffffff;
|
|
786
|
+
--button-default-bgColor-rest: #262c36;
|
|
787
|
+
--button-default-bgColor-hover: #2a313c;
|
|
788
|
+
--button-default-bgColor-active: #2f3742;
|
|
789
|
+
--button-default-bgColor-selected: #2f3742;
|
|
790
|
+
--button-default-bgColor-disabled: #262c36;
|
|
791
|
+
--button-default-borderColor-rest: #b7bdc8;
|
|
792
|
+
--button-default-borderColor-hover: #b7bdc8;
|
|
793
|
+
--button-default-borderColor-active: #b7bdc8;
|
|
794
|
+
--button-default-borderColor-disabled: #9198a11f;
|
|
795
795
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
796
|
-
--button-primary-fgColor-rest: #
|
|
797
|
-
--button-primary-fgColor-disabled: #
|
|
798
|
-
--button-primary-iconColor-rest: #
|
|
799
|
-
--button-primary-bgColor-rest: #
|
|
800
|
-
--button-primary-bgColor-hover: #
|
|
801
|
-
--button-primary-bgColor-active: #
|
|
796
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
797
|
+
--button-primary-fgColor-disabled: #ffffff66;
|
|
798
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
799
|
+
--button-primary-bgColor-rest: #006222;
|
|
800
|
+
--button-primary-bgColor-hover: #08792b;
|
|
801
|
+
--button-primary-bgColor-active: #109135;
|
|
802
802
|
--button-primary-bgColor-disabled: #048f2f;
|
|
803
803
|
--button-primary-borderColor-rest: #4ae168;
|
|
804
804
|
--button-primary-borderColor-hover: #4ae168;
|
|
805
805
|
--button-primary-borderColor-active: #4ae168;
|
|
806
806
|
--button-primary-borderColor-disabled: #4ae16866;
|
|
807
807
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
808
|
-
--button-invisible-fgColor-rest: #
|
|
809
|
-
--button-invisible-fgColor-hover: #
|
|
810
|
-
--button-invisible-fgColor-disabled: #
|
|
811
|
-
--button-invisible-iconColor-rest: #
|
|
812
|
-
--button-invisible-iconColor-hover: #
|
|
813
|
-
--button-invisible-iconColor-disabled: #
|
|
808
|
+
--button-invisible-fgColor-rest: #b7bdc8;
|
|
809
|
+
--button-invisible-fgColor-hover: #b7bdc8;
|
|
810
|
+
--button-invisible-fgColor-disabled: #9198a199;
|
|
811
|
+
--button-invisible-iconColor-rest: #d1d7e0;
|
|
812
|
+
--button-invisible-iconColor-hover: #d1d7e0;
|
|
813
|
+
--button-invisible-iconColor-disabled: #9198a199;
|
|
814
814
|
--button-invisible-bgColor-rest: #00000000;
|
|
815
|
-
--button-invisible-bgColor-hover: #
|
|
816
|
-
--button-invisible-bgColor-active: #
|
|
817
|
-
--button-invisible-bgColor-disabled: #
|
|
815
|
+
--button-invisible-bgColor-hover: #151b23;
|
|
816
|
+
--button-invisible-bgColor-active: #212830;
|
|
817
|
+
--button-invisible-bgColor-disabled: #262c36;
|
|
818
818
|
--button-invisible-borderColor-rest: #00000000;
|
|
819
|
-
--button-invisible-borderColor-hover: #
|
|
820
|
-
--button-invisible-borderColor-disabled: #
|
|
819
|
+
--button-invisible-borderColor-hover: #b7bdc8;
|
|
820
|
+
--button-invisible-borderColor-disabled: #9198a11f;
|
|
821
821
|
--button-outline-fgColor-rest: #5cacff;
|
|
822
822
|
--button-outline-fgColor-hover: #71b7ff;
|
|
823
823
|
--button-outline-fgColor-active: #ffffff;
|
|
824
824
|
--button-outline-fgColor-disabled: #73b8ff80;
|
|
825
|
-
--button-outline-bgColor-rest: #
|
|
826
|
-
--button-outline-bgColor-hover: #
|
|
825
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
826
|
+
--button-outline-bgColor-hover: #2a313c;
|
|
827
827
|
--button-outline-bgColor-active: #2672f3;
|
|
828
|
-
--button-outline-bgColor-disabled: #
|
|
829
|
-
--button-outline-borderColor-hover: #
|
|
830
|
-
--button-outline-borderColor-selected: #
|
|
828
|
+
--button-outline-bgColor-disabled: #262c36;
|
|
829
|
+
--button-outline-borderColor-hover: #b7bdc8;
|
|
830
|
+
--button-outline-borderColor-selected: #b7bdc8;
|
|
831
831
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
832
832
|
--button-danger-fgColor-rest: #ff9492;
|
|
833
833
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -835,28 +835,28 @@
|
|
|
835
835
|
--button-danger-fgColor-disabled: #ff949280;
|
|
836
836
|
--button-danger-iconColor-rest: #ff9492;
|
|
837
837
|
--button-danger-iconColor-hover: #ffffff;
|
|
838
|
-
--button-danger-bgColor-rest: #
|
|
839
|
-
--button-danger-bgColor-hover: #
|
|
840
|
-
--button-danger-bgColor-active: #
|
|
841
|
-
--button-danger-bgColor-disabled: #
|
|
842
|
-
--button-danger-borderColor-rest: #
|
|
843
|
-
--button-danger-borderColor-hover: #
|
|
844
|
-
--button-danger-borderColor-active: #
|
|
838
|
+
--button-danger-bgColor-rest: #262c36;
|
|
839
|
+
--button-danger-bgColor-hover: #ad0116;
|
|
840
|
+
--button-danger-bgColor-active: #c51120;
|
|
841
|
+
--button-danger-bgColor-disabled: #262c36;
|
|
842
|
+
--button-danger-borderColor-rest: #b7bdc8;
|
|
843
|
+
--button-danger-borderColor-hover: #ffb1af;
|
|
844
|
+
--button-danger-borderColor-active: #ffb1af;
|
|
845
845
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
846
|
-
--button-inactive-fgColor: #
|
|
847
|
-
--button-inactive-bgColor: #
|
|
846
|
+
--button-inactive-fgColor: #b7bdc8;
|
|
847
|
+
--button-inactive-bgColor: #262c36;
|
|
848
848
|
--button-star-iconColor: #f7c843;
|
|
849
|
-
--buttonCounter-default-bgColor-rest: #
|
|
850
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
849
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
850
|
+
--buttonCounter-invisible-bgColor-rest: #2f3742;
|
|
851
851
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
852
852
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
853
853
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
854
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
854
|
+
--buttonCounter-outline-bgColor-disabled: #194fb10d;
|
|
855
855
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
856
856
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
857
857
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
858
858
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
859
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
859
|
+
--buttonCounter-danger-bgColor-disabled: #ad01160d;
|
|
860
860
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
861
861
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
862
862
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -866,21 +866,21 @@
|
|
|
866
866
|
--reactionButton-selected-fgColor-rest: #73b8ff;
|
|
867
867
|
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
868
868
|
--focus-outlineColor: #409eff;
|
|
869
|
-
--menu-bgColor-active: #
|
|
870
|
-
--overlay-bgColor: #
|
|
871
|
-
--overlay-borderColor: #
|
|
872
|
-
--overlay-backdrop-bgColor: #
|
|
873
|
-
--selectMenu-borderColor: #
|
|
869
|
+
--menu-bgColor-active: #151b23;
|
|
870
|
+
--overlay-bgColor: #151b23;
|
|
871
|
+
--overlay-borderColor: #b7bdc8;
|
|
872
|
+
--overlay-backdrop-bgColor: #d1d7e066;
|
|
873
|
+
--selectMenu-borderColor: #b7bdc8;
|
|
874
874
|
--selectMenu-bgColor-active: #1e60d5;
|
|
875
|
-
--sideNav-bgColor-selected: #
|
|
876
|
-
--skeletonLoader-bgColor: #
|
|
877
|
-
--timelineBadge-bgColor: #
|
|
878
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
875
|
+
--sideNav-bgColor-selected: #212830;
|
|
876
|
+
--skeletonLoader-bgColor: #151b23;
|
|
877
|
+
--timelineBadge-bgColor: #212830;
|
|
878
|
+
--treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
|
|
879
879
|
--underlineNav-borderColor-active: #ff967d;
|
|
880
|
-
--underlineNav-borderColor-hover: #
|
|
881
|
-
--underlineNav-iconColor-rest: #
|
|
882
|
-
--selection-bgColor: #
|
|
883
|
-
--card-bgColor: #
|
|
880
|
+
--underlineNav-borderColor-hover: #b7bdc8;
|
|
881
|
+
--underlineNav-iconColor-rest: #b7bdc8;
|
|
882
|
+
--selection-bgColor: #194fb1b3;
|
|
883
|
+
--card-bgColor: #151b23;
|
|
884
884
|
--label-green-bgColor-rest: #122117;
|
|
885
885
|
--label-green-bgColor-hover: #182f1f;
|
|
886
886
|
--label-green-bgColor-active: #214529;
|
|
@@ -997,15 +997,15 @@
|
|
|
997
997
|
--label-coral-fgColor-active: #fdaa86;
|
|
998
998
|
--tooltip-bgColor: #ffffff;
|
|
999
999
|
--tooltip-fgColor: #010409;
|
|
1000
|
-
--fgColor-default: #
|
|
1001
|
-
--fgColor-muted: #
|
|
1002
|
-
--fgColor-onEmphasis: #
|
|
1000
|
+
--fgColor-default: #ffffff;
|
|
1001
|
+
--fgColor-muted: #b7bdc8;
|
|
1002
|
+
--fgColor-onEmphasis: #ffffff;
|
|
1003
1003
|
--fgColor-onInverse: #010409;
|
|
1004
1004
|
--fgColor-white: #ffffff;
|
|
1005
1005
|
--fgColor-black: #010409;
|
|
1006
|
-
--fgColor-disabled: #
|
|
1006
|
+
--fgColor-disabled: #9198a199;
|
|
1007
1007
|
--fgColor-link: #73b8ff;
|
|
1008
|
-
--fgColor-neutral: #
|
|
1008
|
+
--fgColor-neutral: #b7bdc8;
|
|
1009
1009
|
--fgColor-accent: #73b8ff;
|
|
1010
1010
|
--fgColor-success: #28d751;
|
|
1011
1011
|
--fgColor-open: #28d751;
|
|
@@ -1016,45 +1016,45 @@
|
|
|
1016
1016
|
--fgColor-done: #cb9eff;
|
|
1017
1017
|
--fgColor-upsell: #cb9eff;
|
|
1018
1018
|
--fgColor-sponsors: #ff8dc7;
|
|
1019
|
-
--bgColor-default: #
|
|
1020
|
-
--bgColor-muted: #
|
|
1019
|
+
--bgColor-default: #010409;
|
|
1020
|
+
--bgColor-muted: #151b23;
|
|
1021
1021
|
--bgColor-inset: #010409;
|
|
1022
|
-
--bgColor-emphasis: #
|
|
1022
|
+
--bgColor-emphasis: #3d444d;
|
|
1023
1023
|
--bgColor-inverse: #ffffff;
|
|
1024
1024
|
--bgColor-white: #ffffff;
|
|
1025
1025
|
--bgColor-black: #010409;
|
|
1026
|
-
--bgColor-disabled: #
|
|
1026
|
+
--bgColor-disabled: #262c36;
|
|
1027
1027
|
--bgColor-transparent: #00000000;
|
|
1028
|
-
--bgColor-neutral-muted: #
|
|
1029
|
-
--bgColor-neutral-emphasis: #
|
|
1028
|
+
--bgColor-neutral-muted: #2f3742b3;
|
|
1029
|
+
--bgColor-neutral-emphasis: #3d444d;
|
|
1030
1030
|
--bgColor-accent-muted: #409eff1a;
|
|
1031
|
-
--bgColor-accent-emphasis: #
|
|
1031
|
+
--bgColor-accent-emphasis: #194fb1;
|
|
1032
1032
|
--bgColor-success-muted: #0ac74024;
|
|
1033
|
-
--bgColor-success-emphasis: #
|
|
1033
|
+
--bgColor-success-emphasis: #006222;
|
|
1034
1034
|
--bgColor-open-muted: #0ac74024;
|
|
1035
|
-
--bgColor-open-emphasis: #
|
|
1035
|
+
--bgColor-open-emphasis: #006222;
|
|
1036
1036
|
--bgColor-attention-muted: #edaa2726;
|
|
1037
|
-
--bgColor-attention-emphasis: #
|
|
1037
|
+
--bgColor-attention-emphasis: #7b4900;
|
|
1038
1038
|
--bgColor-severe-muted: #f48b2516;
|
|
1039
|
-
--bgColor-severe-emphasis: #
|
|
1039
|
+
--bgColor-severe-emphasis: #8f3c00;
|
|
1040
1040
|
--bgColor-danger-muted: #ff808017;
|
|
1041
|
-
--bgColor-danger-emphasis: #
|
|
1041
|
+
--bgColor-danger-emphasis: #ad0116;
|
|
1042
1042
|
--bgColor-closed-muted: #ff808017;
|
|
1043
|
-
--bgColor-closed-emphasis: #
|
|
1043
|
+
--bgColor-closed-emphasis: #ad0116;
|
|
1044
1044
|
--bgColor-done-muted: #b87fff17;
|
|
1045
|
-
--bgColor-done-emphasis: #
|
|
1045
|
+
--bgColor-done-emphasis: #6921d7;
|
|
1046
1046
|
--bgColor-upsell-muted: #b87fff17;
|
|
1047
|
-
--bgColor-upsell-emphasis: #
|
|
1047
|
+
--bgColor-upsell-emphasis: #6921d7;
|
|
1048
1048
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
1049
|
-
--bgColor-sponsors-emphasis: #
|
|
1050
|
-
--borderColor-default: #
|
|
1051
|
-
--borderColor-muted: #
|
|
1052
|
-
--borderColor-emphasis: #
|
|
1053
|
-
--borderColor-disabled: #
|
|
1049
|
+
--bgColor-sponsors-emphasis: #9c1d6a;
|
|
1050
|
+
--borderColor-default: #b7bdc8;
|
|
1051
|
+
--borderColor-muted: #b7bdc8;
|
|
1052
|
+
--borderColor-emphasis: #b7bdc8;
|
|
1053
|
+
--borderColor-disabled: #9198a11f;
|
|
1054
1054
|
--borderColor-transparent: #00000000;
|
|
1055
|
-
--borderColor-translucent: #
|
|
1056
|
-
--borderColor-neutral-muted: #
|
|
1057
|
-
--borderColor-neutral-emphasis: #
|
|
1055
|
+
--borderColor-translucent: #2f3742;
|
|
1056
|
+
--borderColor-neutral-muted: #b7bdc8;
|
|
1057
|
+
--borderColor-neutral-emphasis: #b7bdc8;
|
|
1058
1058
|
--borderColor-accent-muted: #5cacff;
|
|
1059
1059
|
--borderColor-accent-emphasis: #409eff;
|
|
1060
1060
|
--borderColor-success-muted: #0ac740;
|
|
@@ -1075,11 +1075,11 @@
|
|
|
1075
1075
|
--borderColor-upsell-emphasis: #b87fff;
|
|
1076
1076
|
--borderColor-sponsors-muted: #f87cbd;
|
|
1077
1077
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
1078
|
-
--color-ansi-black: #
|
|
1079
|
-
--color-ansi-black-bright: #
|
|
1080
|
-
--color-ansi-white: #
|
|
1078
|
+
--color-ansi-black: #2f3742;
|
|
1079
|
+
--color-ansi-black-bright: #656c76;
|
|
1080
|
+
--color-ansi-white: #f0f6fc;
|
|
1081
1081
|
--color-ansi-white-bright: #ffffff;
|
|
1082
|
-
--color-ansi-gray: #
|
|
1082
|
+
--color-ansi-gray: #656c76;
|
|
1083
1083
|
--color-ansi-red: #ff9492;
|
|
1084
1084
|
--color-ansi-red-bright: #ffb1af;
|
|
1085
1085
|
--color-ansi-green: #28d751;
|
|
@@ -1092,44 +1092,44 @@
|
|
|
1092
1092
|
--color-ansi-magenta-bright: #dbb7ff;
|
|
1093
1093
|
--color-ansi-cyan: #39c5cf;
|
|
1094
1094
|
--color-ansi-cyan-bright: #56d4dd;
|
|
1095
|
-
--color-prettylights-syntax-comment: #
|
|
1095
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
1096
1096
|
--color-prettylights-syntax-constant: #91cbff;
|
|
1097
1097
|
--color-prettylights-syntax-constant-other-reference-link: #addcff;
|
|
1098
1098
|
--color-prettylights-syntax-entity: #dbb7ff;
|
|
1099
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1099
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
1100
1100
|
--color-prettylights-syntax-entity-tag: #72f088;
|
|
1101
1101
|
--color-prettylights-syntax-keyword: #ff9492;
|
|
1102
1102
|
--color-prettylights-syntax-string: #addcff;
|
|
1103
1103
|
--color-prettylights-syntax-variable: #ffb757;
|
|
1104
1104
|
--color-prettylights-syntax-brackethighlighter-unmatched: #ff8080;
|
|
1105
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1106
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
1105
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
1106
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
1107
1107
|
--color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
|
|
1108
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
1108
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
1109
1109
|
--color-prettylights-syntax-carriage-return-bg: #ff4445;
|
|
1110
1110
|
--color-prettylights-syntax-string-regexp: #72f088;
|
|
1111
1111
|
--color-prettylights-syntax-markup-list: #fbd669;
|
|
1112
1112
|
--color-prettylights-syntax-markup-heading: #409eff;
|
|
1113
|
-
--color-prettylights-syntax-markup-italic: #
|
|
1114
|
-
--color-prettylights-syntax-markup-bold: #
|
|
1113
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
1114
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
1115
1115
|
--color-prettylights-syntax-markup-deleted-text: #ffdedb;
|
|
1116
1116
|
--color-prettylights-syntax-markup-deleted-bg: #cc1421;
|
|
1117
1117
|
--color-prettylights-syntax-markup-inserted-text: #acf7b6;
|
|
1118
1118
|
--color-prettylights-syntax-markup-inserted-bg: #007728;
|
|
1119
1119
|
--color-prettylights-syntax-markup-changed-text: #ffe1b4;
|
|
1120
1120
|
--color-prettylights-syntax-markup-changed-bg: #a74c00;
|
|
1121
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1121
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
1122
1122
|
--color-prettylights-syntax-markup-ignored-bg: #318bf8;
|
|
1123
1123
|
--color-prettylights-syntax-meta-diff-range: #dbb7ff;
|
|
1124
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1124
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
1125
1125
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1126
1126
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
1127
1127
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
1128
1128
|
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1129
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
1130
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
1131
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
1132
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
1129
|
+
--shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1130
|
+
--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;
|
|
1131
|
+
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
1132
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
1133
1133
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1134
1134
|
--outline-focus: #409eff solid 2px;
|
|
1135
1135
|
}
|