@primer/primitives 10.2.0 → 10.3.0-rc.416d4297
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/cssCustomMedia.js +2 -2
- package/dist/build/formats/jsonOneDimensional.js +2 -1
- package/dist/build/platforms/css.js +5 -2
- package/dist/build/platforms/figma.js +2 -2
- package/dist/build/preprocessors/themeOverrides.js +7 -4
- package/dist/build/schemas/collections.d.ts +1 -1
- package/dist/build/schemas/colorToken.d.ts +471 -65
- package/dist/build/schemas/colorToken.js +18 -15
- package/dist/build/schemas/shadowToken.js +2 -2
- package/dist/build/transformers/colorAlphaToCss.d.ts +1 -1
- package/dist/build/transformers/figmaAttributes.js +2 -1
- package/dist/build/types/styleDictionaryConfigGenerator.d.ts +1 -1
- package/dist/build/utilities/asArray.d.ts +1 -0
- package/dist/build/utilities/asArray.js +1 -0
- package/dist/css/functional/size/border.css +5 -5
- package/dist/css/functional/size/size.css +15 -15
- package/dist/css/functional/size/viewport.css +2 -2
- package/dist/css/functional/themes/dark-colorblind.css +398 -398
- package/dist/css/functional/themes/dark-dimmed.css +390 -390
- package/dist/css/functional/themes/dark-high-contrast.css +412 -412
- package/dist/css/functional/themes/dark-tritanopia.css +406 -406
- package/dist/css/functional/themes/dark.css +416 -416
- package/dist/css/functional/themes/light-colorblind.css +434 -434
- package/dist/css/functional/themes/light-high-contrast.css +438 -438
- package/dist/css/functional/themes/light-tritanopia.css +432 -432
- package/dist/css/functional/themes/light.css +444 -444
- package/dist/css/primitives.css +20 -20
- package/dist/docs/base/motion/motion.json +88 -73
- package/dist/docs/base/size/size.json +94 -75
- package/dist/docs/base/typography/typography.json +14 -10
- package/dist/docs/functional/motion/motion.json +19 -15
- package/dist/docs/functional/size/border.json +139 -125
- package/dist/docs/functional/size/breakpoints.json +31 -25
- package/dist/docs/functional/size/size-coarse.json +13 -10
- package/dist/docs/functional/size/size-fine.json +9 -6
- package/dist/docs/functional/size/size.json +499 -433
- package/dist/docs/functional/size/viewport.json +32 -26
- package/dist/docs/functional/themes/dark-colorblind.json +7174 -6544
- package/dist/docs/functional/themes/dark-dimmed.json +7181 -6473
- package/dist/docs/functional/themes/dark-high-contrast.json +7445 -6789
- package/dist/docs/functional/themes/dark-tritanopia.json +7164 -6498
- package/dist/docs/functional/themes/dark.json +7202 -6494
- package/dist/docs/functional/themes/light-colorblind.json +7096 -6466
- package/dist/docs/functional/themes/light-high-contrast.json +7326 -6660
- package/dist/docs/functional/themes/light-tritanopia.json +7109 -6479
- package/dist/docs/functional/themes/light.json +7159 -6451
- package/dist/docs/functional/typography/typography.json +518 -472
- package/dist/figma/figma.json +3 -3
- package/dist/figma/shadows/dark-colorblind.json +115 -115
- package/dist/figma/shadows/light-colorblind.json +105 -105
- package/dist/figma/themes/dark-colorblind.json +5553 -5553
- package/dist/figma/themes/dark-dimmed.json +5162 -5162
- package/dist/figma/themes/dark-high-contrast.json +4196 -4196
- package/dist/figma/themes/dark-tritanopia.json +5211 -5211
- package/dist/figma/themes/dark.json +5537 -5537
- package/dist/figma/themes/light-colorblind.json +5501 -5501
- package/dist/figma/themes/light-high-contrast.json +4176 -4176
- package/dist/figma/themes/light-tritanopia.json +5077 -5077
- package/dist/figma/themes/light.json +1950 -1950
- package/dist/internalCss/dark-colorblind.css +1144 -1144
- package/dist/internalCss/dark-dimmed.css +1138 -1138
- package/dist/internalCss/dark-high-contrast.css +1154 -1154
- package/dist/internalCss/dark-tritanopia.css +1148 -1148
- package/dist/internalCss/dark.css +1150 -1150
- package/dist/internalCss/light-colorblind.css +1152 -1152
- package/dist/internalCss/light-high-contrast.css +1166 -1166
- package/dist/internalCss/light-tritanopia.css +1156 -1156
- package/dist/internalCss/light.css +1158 -1158
- package/dist/styleLint/base/motion/motion.json +97 -82
- package/dist/styleLint/base/size/size.json +102 -83
- package/dist/styleLint/base/typography/typography.json +16 -12
- package/dist/styleLint/functional/motion/motion.json +22 -18
- package/dist/styleLint/functional/size/border.json +140 -126
- package/dist/styleLint/functional/size/breakpoints.json +32 -26
- package/dist/styleLint/functional/size/size-coarse.json +14 -11
- package/dist/styleLint/functional/size/size-fine.json +10 -7
- package/dist/styleLint/functional/size/size.json +486 -420
- package/dist/styleLint/functional/size/viewport.json +36 -30
- package/dist/styleLint/functional/themes/dark-colorblind.json +6916 -6286
- package/dist/styleLint/functional/themes/dark-dimmed.json +7372 -6664
- package/dist/styleLint/functional/themes/dark-high-contrast.json +7472 -6816
- package/dist/styleLint/functional/themes/dark-tritanopia.json +7051 -6385
- package/dist/styleLint/functional/themes/dark.json +7180 -6472
- package/dist/styleLint/functional/themes/light-colorblind.json +7041 -6411
- package/dist/styleLint/functional/themes/light-high-contrast.json +7418 -6752
- package/dist/styleLint/functional/themes/light-tritanopia.json +6926 -6296
- package/dist/styleLint/functional/themes/light.json +7093 -6385
- package/dist/styleLint/functional/typography/typography.json +520 -474
- package/package.json +2 -2
- package/src/tokens/component/diffBlob.json5 +293 -0
- package/src/tokens/component/highlight.json5 +23 -0
- package/src/tokens/functional/color/dark/app-dark.json5 +0 -302
- package/src/tokens/functional/color/light/app-light.json5 +1 -274
|
@@ -2,26 +2,29 @@
|
|
|
2
2
|
[data-color-mode="light"][data-light-theme="light_colorblind"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="light_colorblind"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="light_colorblind"] ::backdrop {
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
5
|
+
--button-danger-bgColor-active: #7e2f00;
|
|
6
|
+
--button-outline-bgColor-active: #0757ba;
|
|
7
|
+
--button-primary-bgColor-active: #075fc8;
|
|
8
|
+
--button-primary-bgColor-disabled: #92caff;
|
|
9
|
+
--button-primary-bgColor-hover: #0864d1;
|
|
10
|
+
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
11
|
+
--color-ansi-cyan: #1b7c83;
|
|
12
|
+
--color-ansi-cyan-bright: #3192aa;
|
|
13
|
+
--control-checked-bgColor-active: #0757ba;
|
|
14
|
+
--control-checked-bgColor-hover: #0860ca;
|
|
15
|
+
--reactionButton-selected-bgColor-hover: #caecff;
|
|
8
16
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
9
17
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
10
18
|
--bgColor-accent-emphasis: #0969da;
|
|
11
19
|
--bgColor-accent-muted: #ddf4ff;
|
|
12
20
|
--bgColor-attention-emphasis: #9a6700;
|
|
13
21
|
--bgColor-attention-muted: #fff8c5;
|
|
14
|
-
--bgColor-black: #1f2328;
|
|
15
|
-
--bgColor-closed-emphasis: #59636e;
|
|
16
|
-
--bgColor-closed-muted: #818b981f;
|
|
17
22
|
--bgColor-danger-emphasis: #bc4c00;
|
|
18
23
|
--bgColor-danger-muted: #fff1e5;
|
|
19
|
-
--bgColor-default: #ffffff;
|
|
20
24
|
--bgColor-disabled: #eff2f5;
|
|
21
25
|
--bgColor-done-emphasis: #8250df;
|
|
22
26
|
--bgColor-done-muted: #fbefff;
|
|
23
27
|
--bgColor-emphasis: #25292e;
|
|
24
|
-
--bgColor-inset: #f6f8fa;
|
|
25
28
|
--bgColor-inverse: #25292e;
|
|
26
29
|
--bgColor-muted: #f6f8fa;
|
|
27
30
|
--bgColor-neutral-emphasis: #59636e;
|
|
@@ -35,42 +38,10 @@
|
|
|
35
38
|
--bgColor-success-emphasis: #0969da;
|
|
36
39
|
--bgColor-success-muted: #ddf4ff;
|
|
37
40
|
--bgColor-transparent: #ffffff00;
|
|
38
|
-
--bgColor-upsell-emphasis: #8250df;
|
|
39
|
-
--bgColor-upsell-muted: #fbefff;
|
|
40
|
-
--bgColor-white: #ffffff;
|
|
41
|
-
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
42
|
-
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
43
|
-
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
44
|
-
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
45
|
-
--border-closed-emphasis: 0.0625rem solid #bc4c00;
|
|
46
|
-
--border-closed-muted: 0.0625rem solid #fb8f4466;
|
|
47
|
-
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
48
|
-
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
49
|
-
--border-default: 0.0625rem solid #d1d9e0;
|
|
50
|
-
--border-disabled: 0.0625rem solid #818b981a;
|
|
51
|
-
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
52
|
-
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
53
|
-
--border-emphasis: 0.0625rem solid #818b98;
|
|
54
|
-
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
55
|
-
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
56
|
-
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
57
|
-
--border-open-emphasis: 0.0625rem solid #0969da;
|
|
58
|
-
--border-open-muted: 0.0625rem solid #54aeff66;
|
|
59
|
-
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
60
|
-
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
61
|
-
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
62
|
-
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
63
|
-
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
64
|
-
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
65
|
-
--border-transparent: 0.0625rem solid #ffffff00;
|
|
66
|
-
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
67
|
-
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
68
41
|
--borderColor-accent-emphasis: #0969da;
|
|
69
42
|
--borderColor-accent-muted: #54aeff66;
|
|
70
43
|
--borderColor-attention-emphasis: #9a6700;
|
|
71
44
|
--borderColor-attention-muted: #d4a72c66;
|
|
72
|
-
--borderColor-closed-emphasis: #818b98;
|
|
73
|
-
--borderColor-closed-muted: #d1d9e066;
|
|
74
45
|
--borderColor-danger-emphasis: #bc4c00;
|
|
75
46
|
--borderColor-danger-muted: #fb8f4466;
|
|
76
47
|
--borderColor-default: #d1d9e0;
|
|
@@ -78,9 +49,7 @@
|
|
|
78
49
|
--borderColor-done-emphasis: #8250df;
|
|
79
50
|
--borderColor-done-muted: #c297ff66;
|
|
80
51
|
--borderColor-emphasis: #818b98;
|
|
81
|
-
--borderColor-muted: #d1d9e0b3;
|
|
82
52
|
--borderColor-neutral-emphasis: #59636e;
|
|
83
|
-
--borderColor-neutral-muted: #d1d9e0b3;
|
|
84
53
|
--borderColor-open-emphasis: #e16f24;
|
|
85
54
|
--borderColor-open-muted: #fb8f4466;
|
|
86
55
|
--borderColor-severe-emphasis: #bc4c00;
|
|
@@ -89,103 +58,19 @@
|
|
|
89
58
|
--borderColor-sponsors-muted: #ff80c866;
|
|
90
59
|
--borderColor-success-emphasis: #0969da;
|
|
91
60
|
--borderColor-success-muted: #54aeff66;
|
|
92
|
-
--borderColor-translucent: #1f232826;
|
|
93
61
|
--borderColor-transparent: #ffffff00;
|
|
94
|
-
--borderColor-upsell-emphasis: #8250df;
|
|
95
|
-
--borderColor-upsell-muted: #c297ff66;
|
|
96
|
-
--button-danger-bgColor-active: #7e2f00;
|
|
97
|
-
--button-danger-bgColor-disabled: #eff2f5;
|
|
98
62
|
--button-danger-bgColor-hover: #953800;
|
|
99
|
-
--button-danger-bgColor-rest: #f6f8fa;
|
|
100
|
-
--button-danger-borderColor-active: #1f232826;
|
|
101
|
-
--button-danger-borderColor-hover: #1f232826;
|
|
102
|
-
--button-danger-borderColor-rest: #d1d9e0;
|
|
103
|
-
--button-danger-fgColor-active: #ffffff;
|
|
104
|
-
--button-danger-fgColor-disabled: #bc4c0080;
|
|
105
|
-
--button-danger-fgColor-hover: #ffffff;
|
|
106
|
-
--button-danger-fgColor-rest: #bc4c00;
|
|
107
|
-
--button-danger-iconColor-hover: #ffffff;
|
|
108
|
-
--button-danger-iconColor-rest: #bc4c00;
|
|
109
63
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #47170033;
|
|
110
|
-
--button-default-bgColor-active: #e6eaef;
|
|
111
|
-
--button-default-bgColor-disabled: #eff2f5;
|
|
112
|
-
--button-default-bgColor-hover: #eff2f5;
|
|
113
|
-
--button-default-bgColor-rest: #f6f8fa;
|
|
114
|
-
--button-default-bgColor-selected: #e6eaef;
|
|
115
|
-
--button-default-borderColor-active: #d1d9e0;
|
|
116
|
-
--button-default-borderColor-disabled: #818b981a;
|
|
117
|
-
--button-default-borderColor-hover: #d1d9e0;
|
|
118
|
-
--button-default-borderColor-rest: #d1d9e0;
|
|
119
|
-
--button-default-fgColor-rest: #25292e;
|
|
120
|
-
--button-default-shadow-resting: 0px 1px 0px 0px #1f23280a;
|
|
121
64
|
--button-inactive-bgColor: #e6eaef;
|
|
122
65
|
--button-inactive-fgColor: #59636e;
|
|
123
|
-
--button-invisible-bgColor-active: #818b9826;
|
|
124
66
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
125
|
-
--button-invisible-bgColor-hover: #818b981a;
|
|
126
|
-
--button-invisible-bgColor-rest: #ffffff00;
|
|
127
67
|
--button-invisible-borderColor-disabled: #ffffff00;
|
|
128
|
-
--button-invisible-borderColor-hover: #ffffff00;
|
|
129
|
-
--button-invisible-borderColor-rest: #ffffff00;
|
|
130
|
-
--button-invisible-fgColor-active: #25292e;
|
|
131
|
-
--button-invisible-fgColor-disabled: #818b98;
|
|
132
|
-
--button-invisible-fgColor-hover: #25292e;
|
|
133
|
-
--button-invisible-fgColor-rest: #25292e;
|
|
134
|
-
--button-invisible-iconColor-disabled: #818b98;
|
|
135
|
-
--button-invisible-iconColor-hover: #59636e;
|
|
136
|
-
--button-invisible-iconColor-rest: #59636e;
|
|
137
|
-
--button-outline-bgColor-active: #0757ba;
|
|
138
|
-
--button-outline-bgColor-disabled: #eff2f5;
|
|
139
|
-
--button-outline-bgColor-hover: #0969da;
|
|
140
|
-
--button-outline-bgColor-rest: #f6f8fa;
|
|
141
|
-
--button-outline-borderColor-active: #1f232826;
|
|
142
|
-
--button-outline-borderColor-hover: #1f232826;
|
|
143
|
-
--button-outline-fgColor-active: #ffffff;
|
|
144
|
-
--button-outline-fgColor-disabled: #0969da80;
|
|
145
|
-
--button-outline-fgColor-hover: #ffffff;
|
|
146
|
-
--button-outline-fgColor-rest: #0969da;
|
|
147
68
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
|
|
148
|
-
--button-primary-
|
|
149
|
-
--button-primary-bgColor-disabled: #92caff;
|
|
150
|
-
--button-primary-bgColor-hover: #0864d1;
|
|
151
|
-
--button-primary-bgColor-rest: #0969da;
|
|
152
|
-
--button-primary-borderColor-active: #1f232826;
|
|
153
|
-
--button-primary-borderColor-disabled: #92caff;
|
|
154
|
-
--button-primary-borderColor-hover: #1f232826;
|
|
155
|
-
--button-primary-borderColor-rest: #1f232826;
|
|
156
|
-
--button-primary-fgColor-disabled: #ffffffcc;
|
|
157
|
-
--button-primary-fgColor-rest: #ffffff;
|
|
158
|
-
--button-primary-iconColor-rest: #ffffffcc;
|
|
69
|
+
--button-primary-borderColor-disabled: var(--button-primary-bgColor-disabled);
|
|
159
70
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
|
|
160
71
|
--button-star-iconColor: #eac54f;
|
|
161
|
-
--buttonCounter-danger-bgColor-disabled: #bc4c000d;
|
|
162
|
-
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
163
|
-
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
164
|
-
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
165
|
-
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
166
|
-
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
167
|
-
--buttonCounter-default-bgColor-rest: #818b981f;
|
|
168
|
-
--buttonCounter-invisible-bgColor-rest: #818b981f;
|
|
169
|
-
--buttonCounter-outline-bgColor-disabled: #0969da0d;
|
|
170
|
-
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
171
|
-
--buttonCounter-outline-bgColor-rest: #0969da1a;
|
|
172
|
-
--buttonCounter-outline-fgColor-disabled: #0969da80;
|
|
173
|
-
--buttonCounter-outline-fgColor-hover: #ffffff;
|
|
174
72
|
--buttonCounter-outline-fgColor-rest: #0550ae;
|
|
175
73
|
--buttonCounter-primary-bgColor-rest: #002d1133;
|
|
176
|
-
--card-bgColor: #ffffff;
|
|
177
|
-
--codeMirror-activeline-bgColor: #818b981f;
|
|
178
|
-
--codeMirror-bgColor: #ffffff;
|
|
179
|
-
--codeMirror-cursor-fgColor: #1f2328;
|
|
180
|
-
--codeMirror-fgColor: #1f2328;
|
|
181
|
-
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
182
|
-
--codeMirror-gutterMarker-fgColor-muted: #59636e;
|
|
183
|
-
--codeMirror-gutters-bgColor: #ffffff;
|
|
184
|
-
--codeMirror-lineNumber-fgColor: #59636e;
|
|
185
|
-
--codeMirror-lines-bgColor: #ffffff;
|
|
186
|
-
--codeMirror-matchingBracket-fgColor: #1f2328;
|
|
187
|
-
--codeMirror-selection-bgColor: #54aeff66;
|
|
188
|
-
--codeMirror-syntax-fgColor-comment: #1f2328;
|
|
189
74
|
--codeMirror-syntax-fgColor-constant: #0550ae;
|
|
190
75
|
--codeMirror-syntax-fgColor-entity: #8250df;
|
|
191
76
|
--codeMirror-syntax-fgColor-keyword: #bc4c00;
|
|
@@ -193,12 +78,9 @@
|
|
|
193
78
|
--codeMirror-syntax-fgColor-string: #0a3069;
|
|
194
79
|
--codeMirror-syntax-fgColor-support: #0550ae;
|
|
195
80
|
--codeMirror-syntax-fgColor-variable: #953800;
|
|
196
|
-
--color-ansi-black: #1f2328;
|
|
197
81
|
--color-ansi-black-bright: #393f46;
|
|
198
82
|
--color-ansi-blue: #0969da;
|
|
199
83
|
--color-ansi-blue-bright: #218bff;
|
|
200
|
-
--color-ansi-cyan: #1b7c83;
|
|
201
|
-
--color-ansi-cyan-bright: #3192aa;
|
|
202
84
|
--color-ansi-gray: #59636e;
|
|
203
85
|
--color-ansi-green: #0550ae;
|
|
204
86
|
--color-ansi-green-bright: #0969da;
|
|
@@ -222,7 +104,6 @@
|
|
|
222
104
|
--color-prettylights-syntax-invalid-illegal-bg: #762c00;
|
|
223
105
|
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
224
106
|
--color-prettylights-syntax-keyword: #bc4c00;
|
|
225
|
-
--color-prettylights-syntax-markup-bold: #1f2328;
|
|
226
107
|
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
227
108
|
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
228
109
|
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
|
|
@@ -232,68 +113,29 @@
|
|
|
232
113
|
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
233
114
|
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
|
|
234
115
|
--color-prettylights-syntax-markup-inserted-text: #0550ae;
|
|
235
|
-
--color-prettylights-syntax-markup-italic: #1f2328;
|
|
236
116
|
--color-prettylights-syntax-markup-list: #3b2300;
|
|
237
117
|
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
238
|
-
--color-prettylights-syntax-storage-modifier-import: #1f2328;
|
|
239
118
|
--color-prettylights-syntax-string: #0a3069;
|
|
240
119
|
--color-prettylights-syntax-string-regexp: #0550ae;
|
|
241
120
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
242
121
|
--color-prettylights-syntax-variable: #953800;
|
|
243
122
|
--control-bgColor-active: #e6eaef;
|
|
244
|
-
--control-bgColor-disabled: #eff2f5;
|
|
245
123
|
--control-bgColor-hover: #eff2f5;
|
|
246
124
|
--control-bgColor-rest: #f6f8fa;
|
|
247
|
-
--control-
|
|
248
|
-
--control-borderColor-
|
|
249
|
-
--control-borderColor-disabled: #818b981a;
|
|
250
|
-
--control-borderColor-emphasis: #818b98;
|
|
251
|
-
--control-borderColor-rest: #d1d9e0;
|
|
252
|
-
--control-borderColor-selected: #f6f8fa;
|
|
253
|
-
--control-borderColor-success: #0969da;
|
|
254
|
-
--control-borderColor-warning: #9a6700;
|
|
255
|
-
--control-checked-bgColor-active: #0757ba;
|
|
256
|
-
--control-checked-bgColor-disabled: #818b98;
|
|
257
|
-
--control-checked-bgColor-hover: #0860ca;
|
|
258
|
-
--control-checked-bgColor-rest: #0969da;
|
|
259
|
-
--control-checked-borderColor-active: #0757ba;
|
|
260
|
-
--control-checked-borderColor-disabled: #818b98;
|
|
261
|
-
--control-checked-borderColor-hover: #0860ca;
|
|
262
|
-
--control-checked-borderColor-rest: #0969da;
|
|
263
|
-
--control-checked-fgColor-disabled: #ffffff;
|
|
264
|
-
--control-checked-fgColor-rest: #ffffff;
|
|
265
|
-
--control-danger-bgColor-active: #fff1e566;
|
|
266
|
-
--control-danger-bgColor-hover: #fff1e5;
|
|
267
|
-
--control-danger-fgColor-hover: #bc4c00;
|
|
268
|
-
--control-danger-fgColor-rest: #bc4c00;
|
|
269
|
-
--control-fgColor-disabled: #818b98;
|
|
270
|
-
--control-fgColor-placeholder: #59636e;
|
|
125
|
+
--control-checked-borderColor-active: var(--control-checked-bgColor-active);
|
|
126
|
+
--control-checked-borderColor-hover: var(--control-checked-bgColor-hover);
|
|
271
127
|
--control-fgColor-rest: #25292e;
|
|
272
|
-
--control-iconColor-rest: #59636e;
|
|
273
128
|
--control-transparent-bgColor-active: #818b9826;
|
|
274
|
-
--control-transparent-bgColor-disabled: #eff2f5;
|
|
275
129
|
--control-transparent-bgColor-hover: #818b981a;
|
|
276
130
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
277
131
|
--control-transparent-bgColor-selected: #818b9826;
|
|
278
132
|
--control-transparent-borderColor-active: #ffffff00;
|
|
279
133
|
--control-transparent-borderColor-hover: #ffffff00;
|
|
280
134
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
281
|
-
--controlKnob-bgColor-checked: #ffffff;
|
|
282
|
-
--controlKnob-bgColor-disabled: #eff2f5;
|
|
283
|
-
--controlKnob-bgColor-rest: #ffffff;
|
|
284
|
-
--controlKnob-borderColor-checked: #0969da;
|
|
285
|
-
--controlKnob-borderColor-disabled: #eff2f5;
|
|
286
|
-
--controlKnob-borderColor-rest: #818b98;
|
|
287
135
|
--controlTrack-bgColor-active: #dae0e7;
|
|
288
|
-
--controlTrack-bgColor-disabled: #818b98;
|
|
289
136
|
--controlTrack-bgColor-hover: #e0e6eb;
|
|
290
137
|
--controlTrack-bgColor-rest: #e6eaef;
|
|
291
|
-
--controlTrack-borderColor-disabled: #818b98;
|
|
292
|
-
--controlTrack-borderColor-rest: #d1d9e0;
|
|
293
|
-
--controlTrack-fgColor-disabled: #ffffff;
|
|
294
138
|
--controlTrack-fgColor-rest: #59636e;
|
|
295
|
-
--counter-bgColor-emphasis: #59636e;
|
|
296
|
-
--counter-bgColor-muted: #818b981f;
|
|
297
139
|
--counter-borderColor: #ffffff00;
|
|
298
140
|
--data-auburn-color-emphasis: #9d615c;
|
|
299
141
|
--data-auburn-color-muted: #f2e9e9;
|
|
@@ -315,27 +157,13 @@
|
|
|
315
157
|
--data-teal-color-muted: #c7f5ef;
|
|
316
158
|
--data-yellow-color-emphasis: #b88700;
|
|
317
159
|
--data-yellow-color-muted: #ffec9e;
|
|
318
|
-
--diffBlob-additionLine-bgColor: #ddf4ff;
|
|
319
|
-
--diffBlob-additionLine-fgColor: #1f2328;
|
|
320
160
|
--diffBlob-additionNum-bgColor: #b6e3ff;
|
|
321
|
-
--diffBlob-additionNum-fgColor: #1f2328;
|
|
322
161
|
--diffBlob-additionWord-bgColor: #b6e3ff;
|
|
323
|
-
--diffBlob-additionWord-fgColor: #1f2328;
|
|
324
|
-
--diffBlob-deletionLine-bgColor: #fff1e5;
|
|
325
|
-
--diffBlob-deletionLine-fgColor: #1f2328;
|
|
326
162
|
--diffBlob-deletionNum-bgColor: #ffd8b5;
|
|
327
|
-
--diffBlob-deletionNum-fgColor: #1f2328;
|
|
328
163
|
--diffBlob-deletionWord-bgColor: #ffd8b5;
|
|
329
|
-
--diffBlob-deletionWord-fgColor: #1f2328;
|
|
330
|
-
--diffBlob-emptyLine-bgColor: #f6f8fa;
|
|
331
|
-
--diffBlob-emptyNum-bgColor: #f6f8fa;
|
|
332
|
-
--diffBlob-expander-iconColor: #59636e;
|
|
333
164
|
--diffBlob-hunkLine-bgColor: #f6f8fa;
|
|
334
|
-
--diffBlob-hunkLine-fgColor: #59636e;
|
|
335
165
|
--diffBlob-hunkNum-bgColor-hover: #c8d1da;
|
|
336
166
|
--diffBlob-hunkNum-bgColor-rest: #e6eaef;
|
|
337
|
-
--diffBlob-hunkNum-fgColor-hover: #1f2328;
|
|
338
|
-
--diffBlob-hunkNum-fgColor-rest: #1f2328;
|
|
339
167
|
--display-auburn-bgColor-emphasis: #9d615c;
|
|
340
168
|
--display-auburn-bgColor-muted: #f2e9e9;
|
|
341
169
|
--display-auburn-borderColor-emphasis: #9d615c;
|
|
@@ -433,29 +261,17 @@
|
|
|
433
261
|
--display-yellow-fgColor: #805900;
|
|
434
262
|
--fgColor-accent: #0969da;
|
|
435
263
|
--fgColor-attention: #9a6700;
|
|
436
|
-
--fgColor-black: #1f2328;
|
|
437
|
-
--fgColor-closed: #59636e;
|
|
438
264
|
--fgColor-danger: #bc4c00;
|
|
439
|
-
--fgColor-default: #1f2328;
|
|
440
265
|
--fgColor-disabled: #818b98;
|
|
441
266
|
--fgColor-done: #8250df;
|
|
442
|
-
--fgColor-link: #0969da;
|
|
443
267
|
--fgColor-muted: #59636e;
|
|
444
268
|
--fgColor-neutral: #59636e;
|
|
445
|
-
--fgColor-onEmphasis: #ffffff;
|
|
446
|
-
--fgColor-onInverse: #ffffff;
|
|
447
269
|
--fgColor-open: #bc4c00;
|
|
448
270
|
--fgColor-severe: #bc4c00;
|
|
449
271
|
--fgColor-sponsors: #bf3989;
|
|
450
272
|
--fgColor-success: #0969da;
|
|
451
|
-
--fgColor-upsell: #8250df;
|
|
452
|
-
--fgColor-white: #ffffff;
|
|
453
|
-
--focus-outline: 2px solid #0969da;
|
|
454
|
-
--focus-outlineColor: #0969da;
|
|
455
273
|
--header-bgColor: #25292e;
|
|
456
274
|
--header-borderColor-divider: #818b98;
|
|
457
|
-
--header-fgColor-default: #ffffffb3;
|
|
458
|
-
--header-fgColor-logo: #ffffff;
|
|
459
275
|
--headerSearch-bgColor: #25292e;
|
|
460
276
|
--headerSearch-borderColor: #818b98;
|
|
461
277
|
--highlight-neutral-bgColor: #fff8c5;
|
|
@@ -575,59 +391,246 @@
|
|
|
575
391
|
--label-yellow-fgColor-rest: #805900;
|
|
576
392
|
--menu-bgColor-active: #ffffff00;
|
|
577
393
|
--overlay-backdrop-bgColor: #c8d1da66;
|
|
578
|
-
--overlay-bgColor: #ffffff;
|
|
579
|
-
--overlay-borderColor: #d1d9e080;
|
|
580
|
-
--page-header-bgColor: #f6f8fa;
|
|
581
|
-
--reactionButton-selected-bgColor-hover: #caecff;
|
|
582
394
|
--reactionButton-selected-bgColor-rest: #ddf4ff;
|
|
583
395
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
584
|
-
--reactionButton-selected-fgColor-rest: #0969da;
|
|
585
396
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
586
397
|
--selectMenu-borderColor: #ffffff00;
|
|
587
|
-
--selection-bgColor: #0969da33;
|
|
588
|
-
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
589
398
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
590
|
-
--shadow-floating-medium: 0px 0px 0px 1px #d1d9e0, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
591
|
-
--shadow-floating-small: 0px 0px 0px 1px #d1d9e080, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
592
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
593
|
-
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
594
399
|
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
595
|
-
--shadow-resting-small: 0px 1px 0px 0px #1f23280a;
|
|
596
|
-
--shadow-resting-xsmall: 0px 1px 0px 0px #1f23281a;
|
|
597
|
-
--sideNav-bgColor-selected: #ffffff;
|
|
598
400
|
--skeletonLoader-bgColor: #818b981a;
|
|
599
|
-
--timelineBadge-bgColor: #f6f8fa;
|
|
600
|
-
--tooltip-bgColor: #25292e;
|
|
601
|
-
--tooltip-fgColor: #ffffff;
|
|
602
401
|
--topicTag-borderColor: #ffffff00;
|
|
603
402
|
--treeViewItem-leadingVisual-iconColor-rest: #54aeff;
|
|
604
403
|
--underlineNav-borderColor-active: #fd8c73;
|
|
605
|
-
--
|
|
606
|
-
--
|
|
404
|
+
--avatar-bgColor: #ffffff;
|
|
405
|
+
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
406
|
+
--bgColor-black: #1f2328;
|
|
407
|
+
--bgColor-closed-emphasis: var(--bgColor-neutral-emphasis);
|
|
408
|
+
--bgColor-closed-muted: var(--bgColor-neutral-muted);
|
|
409
|
+
--bgColor-default: #ffffff;
|
|
410
|
+
--bgColor-inset: var(--bgColor-muted);
|
|
411
|
+
--bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
|
|
412
|
+
--bgColor-upsell-muted: var(--bgColor-done-muted);
|
|
413
|
+
--bgColor-white: #ffffff;
|
|
414
|
+
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
415
|
+
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
416
|
+
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
417
|
+
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
418
|
+
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
419
|
+
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
420
|
+
--border-default: 0.0625rem solid #d1d9e0;
|
|
421
|
+
--border-disabled: 0.0625rem solid #818b981a;
|
|
422
|
+
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
423
|
+
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
424
|
+
--border-emphasis: 0.0625rem solid #818b98;
|
|
425
|
+
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
426
|
+
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
427
|
+
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
428
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
429
|
+
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
430
|
+
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
431
|
+
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
432
|
+
--border-transparent: 0.0625rem solid #ffffff00;
|
|
433
|
+
--borderColor-closed-emphasis: var(--borderColor-emphasis);
|
|
434
|
+
--borderColor-closed-muted: #d1d9e066;
|
|
435
|
+
--borderColor-muted: #d1d9e0b3;
|
|
436
|
+
--borderColor-translucent: #1f232826;
|
|
437
|
+
--borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
|
|
438
|
+
--borderColor-upsell-muted: var(--borderColor-done-muted);
|
|
439
|
+
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
440
|
+
--button-danger-fgColor-active: #ffffff;
|
|
441
|
+
--button-danger-fgColor-disabled: #bc4c0080;
|
|
442
|
+
--button-danger-fgColor-hover: #ffffff;
|
|
443
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
444
|
+
--button-danger-iconColor-hover: #ffffff;
|
|
445
|
+
--button-danger-iconColor-rest: var(--fgColor-danger);
|
|
446
|
+
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
447
|
+
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
448
|
+
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
449
|
+
--button-default-bgColor-selected: var(--control-bgColor-active);
|
|
450
|
+
--button-default-fgColor-rest: var(--control-fgColor-rest);
|
|
451
|
+
--button-default-shadow-resting: 0px 1px 0px 0px #1f23280a;
|
|
452
|
+
--button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
|
|
453
|
+
--button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
|
|
454
|
+
--button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
|
|
455
|
+
--button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
|
|
456
|
+
--button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
|
|
457
|
+
--button-invisible-fgColor-active: var(--control-fgColor-rest);
|
|
458
|
+
--button-invisible-fgColor-hover: var(--control-fgColor-rest);
|
|
459
|
+
--button-invisible-fgColor-rest: var(--control-fgColor-rest);
|
|
460
|
+
--button-invisible-iconColor-hover: var(--fgColor-muted);
|
|
461
|
+
--button-invisible-iconColor-rest: var(--fgColor-muted);
|
|
462
|
+
--button-outline-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
463
|
+
--button-outline-bgColor-rest: var(--control-bgColor-rest);
|
|
464
|
+
--button-outline-fgColor-active: #ffffff;
|
|
465
|
+
--button-outline-fgColor-disabled: #0969da80;
|
|
466
|
+
--button-outline-fgColor-hover: #ffffff;
|
|
467
|
+
--button-outline-fgColor-rest: var(--fgColor-accent);
|
|
468
|
+
--button-primary-bgColor-rest: var(--bgColor-success-emphasis);
|
|
469
|
+
--button-primary-borderColor-rest: #1f232826;
|
|
470
|
+
--button-primary-fgColor-disabled: #ffffffcc;
|
|
471
|
+
--buttonCounter-danger-bgColor-disabled: #bc4c000d;
|
|
472
|
+
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
473
|
+
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
474
|
+
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
475
|
+
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
476
|
+
--buttonCounter-default-bgColor-rest: var(--bgColor-neutral-muted);
|
|
477
|
+
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
478
|
+
--buttonCounter-outline-bgColor-disabled: #0969da0d;
|
|
479
|
+
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
480
|
+
--buttonCounter-outline-bgColor-rest: #0969da1a;
|
|
481
|
+
--buttonCounter-outline-fgColor-disabled: #0969da80;
|
|
482
|
+
--buttonCounter-outline-fgColor-hover: #ffffff;
|
|
483
|
+
--codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
|
|
484
|
+
--codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
|
|
485
|
+
--codeMirror-lineNumber-fgColor: var(--fgColor-muted);
|
|
486
|
+
--codeMirror-selection-bgColor: var(--borderColor-accent-muted);
|
|
487
|
+
--codeMirror-syntax-fgColor-comment: #1f2328;
|
|
488
|
+
--color-ansi-black: #1f2328;
|
|
489
|
+
--color-prettylights-syntax-markup-bold: #1f2328;
|
|
490
|
+
--color-prettylights-syntax-markup-italic: #1f2328;
|
|
491
|
+
--color-prettylights-syntax-storage-modifier-import: #1f2328;
|
|
492
|
+
--control-bgColor-disabled: var(--bgColor-disabled);
|
|
493
|
+
--control-bgColor-selected: var(--control-bgColor-rest);
|
|
494
|
+
--control-borderColor-danger: var(--borderColor-danger-emphasis);
|
|
495
|
+
--control-borderColor-disabled: var(--borderColor-disabled);
|
|
496
|
+
--control-borderColor-emphasis: var(--borderColor-emphasis);
|
|
497
|
+
--control-borderColor-rest: var(--borderColor-default);
|
|
498
|
+
--control-borderColor-success: var(--borderColor-success-emphasis);
|
|
499
|
+
--control-borderColor-warning: var(--borderColor-attention-emphasis);
|
|
500
|
+
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
501
|
+
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
502
|
+
--control-danger-bgColor-active: #fff1e566;
|
|
503
|
+
--control-danger-bgColor-hover: var(--bgColor-danger-muted);
|
|
504
|
+
--control-danger-fgColor-hover: var(--fgColor-danger);
|
|
505
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
506
|
+
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
507
|
+
--control-fgColor-placeholder: var(--fgColor-muted);
|
|
508
|
+
--control-iconColor-rest: var(--fgColor-muted);
|
|
509
|
+
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
510
|
+
--controlKnob-bgColor-checked: #ffffff;
|
|
511
|
+
--controlKnob-bgColor-rest: #ffffff;
|
|
512
|
+
--controlTrack-bgColor-disabled: var(--fgColor-disabled);
|
|
513
|
+
--controlTrack-borderColor-disabled: var(--fgColor-disabled);
|
|
514
|
+
--controlTrack-borderColor-rest: var(--borderColor-default);
|
|
515
|
+
--counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
|
|
516
|
+
--counter-bgColor-muted: var(--bgColor-neutral-muted);
|
|
517
|
+
--diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
|
|
518
|
+
--diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
|
|
519
|
+
--diffBlob-emptyLine-bgColor: var(--bgColor-muted);
|
|
520
|
+
--diffBlob-emptyNum-bgColor: var(--bgColor-muted);
|
|
521
|
+
--diffBlob-expander-iconColor: var(--fgColor-muted);
|
|
522
|
+
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
523
|
+
--fgColor-black: #1f2328;
|
|
524
|
+
--fgColor-closed: var(--fgColor-muted);
|
|
525
|
+
--fgColor-default: #1f2328;
|
|
526
|
+
--fgColor-link: var(--fgColor-accent);
|
|
527
|
+
--fgColor-onEmphasis: #ffffff;
|
|
528
|
+
--fgColor-onInverse: #ffffff;
|
|
529
|
+
--fgColor-upsell: var(--fgColor-done);
|
|
530
|
+
--fgColor-white: #ffffff;
|
|
531
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
532
|
+
--header-fgColor-default: #ffffffb3;
|
|
533
|
+
--header-fgColor-logo: #ffffff;
|
|
534
|
+
--overlay-bgColor: #ffffff;
|
|
535
|
+
--page-header-bgColor: var(--bgColor-muted);
|
|
536
|
+
--selection-bgColor: #0969da33;
|
|
537
|
+
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
538
|
+
--shadow-resting-small: 0px 1px 0px 0px #1f23280a;
|
|
539
|
+
--shadow-resting-xsmall: 0px 1px 0px 0px #1f23281a;
|
|
540
|
+
--sideNav-bgColor-selected: #ffffff;
|
|
541
|
+
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
542
|
+
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
543
|
+
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
544
|
+
--avatar-borderColor: var(--borderColor-translucent);
|
|
545
|
+
--border-closed-emphasis: var(--border-danger-emphasis);
|
|
546
|
+
--border-closed-muted: var(--border-danger-muted);
|
|
547
|
+
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
548
|
+
--border-open-emphasis: var(--border-success-emphasis);
|
|
549
|
+
--border-open-muted: var(--border-success-muted);
|
|
550
|
+
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
551
|
+
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
552
|
+
--borderColor-neutral-muted: var(--borderColor-muted);
|
|
553
|
+
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
554
|
+
--button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
555
|
+
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
556
|
+
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
557
|
+
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
558
|
+
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
559
|
+
--button-default-borderColor-hover: var(--control-borderColor-rest);
|
|
560
|
+
--button-default-borderColor-rest: var(--control-borderColor-rest);
|
|
561
|
+
--button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
|
|
562
|
+
--button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
|
|
563
|
+
--button-outline-bgColor-disabled: var(--control-bgColor-disabled);
|
|
564
|
+
--button-primary-borderColor-active: var(--button-primary-borderColor-rest);
|
|
565
|
+
--button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
566
|
+
--button-primary-fgColor-rest: var(--fgColor-white);
|
|
567
|
+
--button-primary-iconColor-rest: #ffffffcc;
|
|
568
|
+
--card-bgColor: var(--bgColor-default);
|
|
569
|
+
--codeMirror-bgColor: var(--bgColor-default);
|
|
570
|
+
--codeMirror-cursor-fgColor: var(--fgColor-default);
|
|
571
|
+
--codeMirror-fgColor: var(--fgColor-default);
|
|
572
|
+
--codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
|
|
573
|
+
--codeMirror-gutters-bgColor: var(--bgColor-default);
|
|
574
|
+
--codeMirror-lines-bgColor: var(--bgColor-default);
|
|
575
|
+
--codeMirror-matchingBracket-fgColor: var(--fgColor-default);
|
|
576
|
+
--control-borderColor-selected: var(--control-bgColor-selected);
|
|
577
|
+
--control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
|
|
578
|
+
--control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
|
|
579
|
+
--control-checked-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
580
|
+
--control-checked-fgColor-rest: var(--fgColor-onEmphasis);
|
|
581
|
+
--controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
|
|
582
|
+
--controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
|
|
583
|
+
--controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
|
|
584
|
+
--controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
|
|
585
|
+
--controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
586
|
+
--diffBlob-additionLine-fgColor: var(--fgColor-default);
|
|
587
|
+
--diffBlob-additionNum-fgColor: var(--fgColor-default);
|
|
588
|
+
--diffBlob-additionWord-fgColor: var(--fgColor-default);
|
|
589
|
+
--diffBlob-deletionLine-fgColor: var(--fgColor-default);
|
|
590
|
+
--diffBlob-deletionNum-fgColor: var(--fgColor-default);
|
|
591
|
+
--diffBlob-deletionWord-fgColor: var(--fgColor-default);
|
|
592
|
+
--diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
|
|
593
|
+
--diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
|
|
594
|
+
--focus-outline: 2px solid #0969da;
|
|
595
|
+
--overlay-borderColor: #d1d9e080;
|
|
596
|
+
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
597
|
+
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
598
|
+
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
599
|
+
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
600
|
+
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
601
|
+
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
602
|
+
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
603
|
+
--shadow-floating-medium: 0px 0px 0px 1px #d1d9e0, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
604
|
+
--shadow-floating-small: 0px 0px 0px 1px #d1d9e080, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
605
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
606
|
+
--button-outline-borderColor-active: var(--button-outline-borderColor-hover);
|
|
607
607
|
}
|
|
608
608
|
@media (prefers-color-scheme: dark) {
|
|
609
609
|
[data-color-mode="auto"][data-dark-theme="light_colorblind"],
|
|
610
610
|
[data-color-mode="auto"][data-dark-theme="light_colorblind"] ::backdrop {
|
|
611
|
-
--
|
|
612
|
-
--
|
|
613
|
-
--
|
|
611
|
+
--button-danger-bgColor-active: #7e2f00;
|
|
612
|
+
--button-outline-bgColor-active: #0757ba;
|
|
613
|
+
--button-primary-bgColor-active: #075fc8;
|
|
614
|
+
--button-primary-bgColor-disabled: #92caff;
|
|
615
|
+
--button-primary-bgColor-hover: #0864d1;
|
|
616
|
+
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
617
|
+
--color-ansi-cyan: #1b7c83;
|
|
618
|
+
--color-ansi-cyan-bright: #3192aa;
|
|
619
|
+
--control-checked-bgColor-active: #0757ba;
|
|
620
|
+
--control-checked-bgColor-hover: #0860ca;
|
|
621
|
+
--reactionButton-selected-bgColor-hover: #caecff;
|
|
614
622
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
615
623
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
616
624
|
--bgColor-accent-emphasis: #0969da;
|
|
617
625
|
--bgColor-accent-muted: #ddf4ff;
|
|
618
626
|
--bgColor-attention-emphasis: #9a6700;
|
|
619
627
|
--bgColor-attention-muted: #fff8c5;
|
|
620
|
-
--bgColor-black: #1f2328;
|
|
621
|
-
--bgColor-closed-emphasis: #59636e;
|
|
622
|
-
--bgColor-closed-muted: #818b981f;
|
|
623
628
|
--bgColor-danger-emphasis: #bc4c00;
|
|
624
629
|
--bgColor-danger-muted: #fff1e5;
|
|
625
|
-
--bgColor-default: #ffffff;
|
|
626
630
|
--bgColor-disabled: #eff2f5;
|
|
627
631
|
--bgColor-done-emphasis: #8250df;
|
|
628
632
|
--bgColor-done-muted: #fbefff;
|
|
629
633
|
--bgColor-emphasis: #25292e;
|
|
630
|
-
--bgColor-inset: #f6f8fa;
|
|
631
634
|
--bgColor-inverse: #25292e;
|
|
632
635
|
--bgColor-muted: #f6f8fa;
|
|
633
636
|
--bgColor-neutral-emphasis: #59636e;
|
|
@@ -641,42 +644,10 @@
|
|
|
641
644
|
--bgColor-success-emphasis: #0969da;
|
|
642
645
|
--bgColor-success-muted: #ddf4ff;
|
|
643
646
|
--bgColor-transparent: #ffffff00;
|
|
644
|
-
--bgColor-upsell-emphasis: #8250df;
|
|
645
|
-
--bgColor-upsell-muted: #fbefff;
|
|
646
|
-
--bgColor-white: #ffffff;
|
|
647
|
-
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
648
|
-
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
649
|
-
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
650
|
-
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
651
|
-
--border-closed-emphasis: 0.0625rem solid #bc4c00;
|
|
652
|
-
--border-closed-muted: 0.0625rem solid #fb8f4466;
|
|
653
|
-
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
654
|
-
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
655
|
-
--border-default: 0.0625rem solid #d1d9e0;
|
|
656
|
-
--border-disabled: 0.0625rem solid #818b981a;
|
|
657
|
-
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
658
|
-
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
659
|
-
--border-emphasis: 0.0625rem solid #818b98;
|
|
660
|
-
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
661
|
-
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
662
|
-
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
663
|
-
--border-open-emphasis: 0.0625rem solid #0969da;
|
|
664
|
-
--border-open-muted: 0.0625rem solid #54aeff66;
|
|
665
|
-
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
666
|
-
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
667
|
-
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
668
|
-
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
669
|
-
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
670
|
-
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
671
|
-
--border-transparent: 0.0625rem solid #ffffff00;
|
|
672
|
-
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
673
|
-
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
674
647
|
--borderColor-accent-emphasis: #0969da;
|
|
675
648
|
--borderColor-accent-muted: #54aeff66;
|
|
676
649
|
--borderColor-attention-emphasis: #9a6700;
|
|
677
650
|
--borderColor-attention-muted: #d4a72c66;
|
|
678
|
-
--borderColor-closed-emphasis: #818b98;
|
|
679
|
-
--borderColor-closed-muted: #d1d9e066;
|
|
680
651
|
--borderColor-danger-emphasis: #bc4c00;
|
|
681
652
|
--borderColor-danger-muted: #fb8f4466;
|
|
682
653
|
--borderColor-default: #d1d9e0;
|
|
@@ -684,9 +655,7 @@
|
|
|
684
655
|
--borderColor-done-emphasis: #8250df;
|
|
685
656
|
--borderColor-done-muted: #c297ff66;
|
|
686
657
|
--borderColor-emphasis: #818b98;
|
|
687
|
-
--borderColor-muted: #d1d9e0b3;
|
|
688
658
|
--borderColor-neutral-emphasis: #59636e;
|
|
689
|
-
--borderColor-neutral-muted: #d1d9e0b3;
|
|
690
659
|
--borderColor-open-emphasis: #e16f24;
|
|
691
660
|
--borderColor-open-muted: #fb8f4466;
|
|
692
661
|
--borderColor-severe-emphasis: #bc4c00;
|
|
@@ -695,103 +664,19 @@
|
|
|
695
664
|
--borderColor-sponsors-muted: #ff80c866;
|
|
696
665
|
--borderColor-success-emphasis: #0969da;
|
|
697
666
|
--borderColor-success-muted: #54aeff66;
|
|
698
|
-
--borderColor-translucent: #1f232826;
|
|
699
667
|
--borderColor-transparent: #ffffff00;
|
|
700
|
-
--borderColor-upsell-emphasis: #8250df;
|
|
701
|
-
--borderColor-upsell-muted: #c297ff66;
|
|
702
|
-
--button-danger-bgColor-active: #7e2f00;
|
|
703
|
-
--button-danger-bgColor-disabled: #eff2f5;
|
|
704
668
|
--button-danger-bgColor-hover: #953800;
|
|
705
|
-
--button-danger-bgColor-rest: #f6f8fa;
|
|
706
|
-
--button-danger-borderColor-active: #1f232826;
|
|
707
|
-
--button-danger-borderColor-hover: #1f232826;
|
|
708
|
-
--button-danger-borderColor-rest: #d1d9e0;
|
|
709
|
-
--button-danger-fgColor-active: #ffffff;
|
|
710
|
-
--button-danger-fgColor-disabled: #bc4c0080;
|
|
711
|
-
--button-danger-fgColor-hover: #ffffff;
|
|
712
|
-
--button-danger-fgColor-rest: #bc4c00;
|
|
713
|
-
--button-danger-iconColor-hover: #ffffff;
|
|
714
|
-
--button-danger-iconColor-rest: #bc4c00;
|
|
715
669
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #47170033;
|
|
716
|
-
--button-default-bgColor-active: #e6eaef;
|
|
717
|
-
--button-default-bgColor-disabled: #eff2f5;
|
|
718
|
-
--button-default-bgColor-hover: #eff2f5;
|
|
719
|
-
--button-default-bgColor-rest: #f6f8fa;
|
|
720
|
-
--button-default-bgColor-selected: #e6eaef;
|
|
721
|
-
--button-default-borderColor-active: #d1d9e0;
|
|
722
|
-
--button-default-borderColor-disabled: #818b981a;
|
|
723
|
-
--button-default-borderColor-hover: #d1d9e0;
|
|
724
|
-
--button-default-borderColor-rest: #d1d9e0;
|
|
725
|
-
--button-default-fgColor-rest: #25292e;
|
|
726
|
-
--button-default-shadow-resting: 0px 1px 0px 0px #1f23280a;
|
|
727
670
|
--button-inactive-bgColor: #e6eaef;
|
|
728
671
|
--button-inactive-fgColor: #59636e;
|
|
729
|
-
--button-invisible-bgColor-active: #818b9826;
|
|
730
672
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
731
|
-
--button-invisible-bgColor-hover: #818b981a;
|
|
732
|
-
--button-invisible-bgColor-rest: #ffffff00;
|
|
733
673
|
--button-invisible-borderColor-disabled: #ffffff00;
|
|
734
|
-
--button-invisible-borderColor-hover: #ffffff00;
|
|
735
|
-
--button-invisible-borderColor-rest: #ffffff00;
|
|
736
|
-
--button-invisible-fgColor-active: #25292e;
|
|
737
|
-
--button-invisible-fgColor-disabled: #818b98;
|
|
738
|
-
--button-invisible-fgColor-hover: #25292e;
|
|
739
|
-
--button-invisible-fgColor-rest: #25292e;
|
|
740
|
-
--button-invisible-iconColor-disabled: #818b98;
|
|
741
|
-
--button-invisible-iconColor-hover: #59636e;
|
|
742
|
-
--button-invisible-iconColor-rest: #59636e;
|
|
743
|
-
--button-outline-bgColor-active: #0757ba;
|
|
744
|
-
--button-outline-bgColor-disabled: #eff2f5;
|
|
745
|
-
--button-outline-bgColor-hover: #0969da;
|
|
746
|
-
--button-outline-bgColor-rest: #f6f8fa;
|
|
747
|
-
--button-outline-borderColor-active: #1f232826;
|
|
748
|
-
--button-outline-borderColor-hover: #1f232826;
|
|
749
|
-
--button-outline-fgColor-active: #ffffff;
|
|
750
|
-
--button-outline-fgColor-disabled: #0969da80;
|
|
751
|
-
--button-outline-fgColor-hover: #ffffff;
|
|
752
|
-
--button-outline-fgColor-rest: #0969da;
|
|
753
674
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
|
|
754
|
-
--button-primary-
|
|
755
|
-
--button-primary-bgColor-disabled: #92caff;
|
|
756
|
-
--button-primary-bgColor-hover: #0864d1;
|
|
757
|
-
--button-primary-bgColor-rest: #0969da;
|
|
758
|
-
--button-primary-borderColor-active: #1f232826;
|
|
759
|
-
--button-primary-borderColor-disabled: #92caff;
|
|
760
|
-
--button-primary-borderColor-hover: #1f232826;
|
|
761
|
-
--button-primary-borderColor-rest: #1f232826;
|
|
762
|
-
--button-primary-fgColor-disabled: #ffffffcc;
|
|
763
|
-
--button-primary-fgColor-rest: #ffffff;
|
|
764
|
-
--button-primary-iconColor-rest: #ffffffcc;
|
|
675
|
+
--button-primary-borderColor-disabled: var(--button-primary-bgColor-disabled);
|
|
765
676
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
|
|
766
677
|
--button-star-iconColor: #eac54f;
|
|
767
|
-
--buttonCounter-danger-bgColor-disabled: #bc4c000d;
|
|
768
|
-
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
769
|
-
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
770
|
-
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
771
|
-
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
772
|
-
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
773
|
-
--buttonCounter-default-bgColor-rest: #818b981f;
|
|
774
|
-
--buttonCounter-invisible-bgColor-rest: #818b981f;
|
|
775
|
-
--buttonCounter-outline-bgColor-disabled: #0969da0d;
|
|
776
|
-
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
777
|
-
--buttonCounter-outline-bgColor-rest: #0969da1a;
|
|
778
|
-
--buttonCounter-outline-fgColor-disabled: #0969da80;
|
|
779
|
-
--buttonCounter-outline-fgColor-hover: #ffffff;
|
|
780
678
|
--buttonCounter-outline-fgColor-rest: #0550ae;
|
|
781
679
|
--buttonCounter-primary-bgColor-rest: #002d1133;
|
|
782
|
-
--card-bgColor: #ffffff;
|
|
783
|
-
--codeMirror-activeline-bgColor: #818b981f;
|
|
784
|
-
--codeMirror-bgColor: #ffffff;
|
|
785
|
-
--codeMirror-cursor-fgColor: #1f2328;
|
|
786
|
-
--codeMirror-fgColor: #1f2328;
|
|
787
|
-
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
788
|
-
--codeMirror-gutterMarker-fgColor-muted: #59636e;
|
|
789
|
-
--codeMirror-gutters-bgColor: #ffffff;
|
|
790
|
-
--codeMirror-lineNumber-fgColor: #59636e;
|
|
791
|
-
--codeMirror-lines-bgColor: #ffffff;
|
|
792
|
-
--codeMirror-matchingBracket-fgColor: #1f2328;
|
|
793
|
-
--codeMirror-selection-bgColor: #54aeff66;
|
|
794
|
-
--codeMirror-syntax-fgColor-comment: #1f2328;
|
|
795
680
|
--codeMirror-syntax-fgColor-constant: #0550ae;
|
|
796
681
|
--codeMirror-syntax-fgColor-entity: #8250df;
|
|
797
682
|
--codeMirror-syntax-fgColor-keyword: #bc4c00;
|
|
@@ -799,12 +684,9 @@
|
|
|
799
684
|
--codeMirror-syntax-fgColor-string: #0a3069;
|
|
800
685
|
--codeMirror-syntax-fgColor-support: #0550ae;
|
|
801
686
|
--codeMirror-syntax-fgColor-variable: #953800;
|
|
802
|
-
--color-ansi-black: #1f2328;
|
|
803
687
|
--color-ansi-black-bright: #393f46;
|
|
804
688
|
--color-ansi-blue: #0969da;
|
|
805
689
|
--color-ansi-blue-bright: #218bff;
|
|
806
|
-
--color-ansi-cyan: #1b7c83;
|
|
807
|
-
--color-ansi-cyan-bright: #3192aa;
|
|
808
690
|
--color-ansi-gray: #59636e;
|
|
809
691
|
--color-ansi-green: #0550ae;
|
|
810
692
|
--color-ansi-green-bright: #0969da;
|
|
@@ -828,7 +710,6 @@
|
|
|
828
710
|
--color-prettylights-syntax-invalid-illegal-bg: #762c00;
|
|
829
711
|
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
830
712
|
--color-prettylights-syntax-keyword: #bc4c00;
|
|
831
|
-
--color-prettylights-syntax-markup-bold: #1f2328;
|
|
832
713
|
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
833
714
|
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
834
715
|
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
|
|
@@ -838,68 +719,29 @@
|
|
|
838
719
|
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
839
720
|
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
|
|
840
721
|
--color-prettylights-syntax-markup-inserted-text: #0550ae;
|
|
841
|
-
--color-prettylights-syntax-markup-italic: #1f2328;
|
|
842
722
|
--color-prettylights-syntax-markup-list: #3b2300;
|
|
843
723
|
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
844
|
-
--color-prettylights-syntax-storage-modifier-import: #1f2328;
|
|
845
724
|
--color-prettylights-syntax-string: #0a3069;
|
|
846
725
|
--color-prettylights-syntax-string-regexp: #0550ae;
|
|
847
726
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
848
727
|
--color-prettylights-syntax-variable: #953800;
|
|
849
728
|
--control-bgColor-active: #e6eaef;
|
|
850
|
-
--control-bgColor-disabled: #eff2f5;
|
|
851
729
|
--control-bgColor-hover: #eff2f5;
|
|
852
730
|
--control-bgColor-rest: #f6f8fa;
|
|
853
|
-
--control-
|
|
854
|
-
--control-borderColor-
|
|
855
|
-
--control-borderColor-disabled: #818b981a;
|
|
856
|
-
--control-borderColor-emphasis: #818b98;
|
|
857
|
-
--control-borderColor-rest: #d1d9e0;
|
|
858
|
-
--control-borderColor-selected: #f6f8fa;
|
|
859
|
-
--control-borderColor-success: #0969da;
|
|
860
|
-
--control-borderColor-warning: #9a6700;
|
|
861
|
-
--control-checked-bgColor-active: #0757ba;
|
|
862
|
-
--control-checked-bgColor-disabled: #818b98;
|
|
863
|
-
--control-checked-bgColor-hover: #0860ca;
|
|
864
|
-
--control-checked-bgColor-rest: #0969da;
|
|
865
|
-
--control-checked-borderColor-active: #0757ba;
|
|
866
|
-
--control-checked-borderColor-disabled: #818b98;
|
|
867
|
-
--control-checked-borderColor-hover: #0860ca;
|
|
868
|
-
--control-checked-borderColor-rest: #0969da;
|
|
869
|
-
--control-checked-fgColor-disabled: #ffffff;
|
|
870
|
-
--control-checked-fgColor-rest: #ffffff;
|
|
871
|
-
--control-danger-bgColor-active: #fff1e566;
|
|
872
|
-
--control-danger-bgColor-hover: #fff1e5;
|
|
873
|
-
--control-danger-fgColor-hover: #bc4c00;
|
|
874
|
-
--control-danger-fgColor-rest: #bc4c00;
|
|
875
|
-
--control-fgColor-disabled: #818b98;
|
|
876
|
-
--control-fgColor-placeholder: #59636e;
|
|
731
|
+
--control-checked-borderColor-active: var(--control-checked-bgColor-active);
|
|
732
|
+
--control-checked-borderColor-hover: var(--control-checked-bgColor-hover);
|
|
877
733
|
--control-fgColor-rest: #25292e;
|
|
878
|
-
--control-iconColor-rest: #59636e;
|
|
879
734
|
--control-transparent-bgColor-active: #818b9826;
|
|
880
|
-
--control-transparent-bgColor-disabled: #eff2f5;
|
|
881
735
|
--control-transparent-bgColor-hover: #818b981a;
|
|
882
736
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
883
737
|
--control-transparent-bgColor-selected: #818b9826;
|
|
884
738
|
--control-transparent-borderColor-active: #ffffff00;
|
|
885
739
|
--control-transparent-borderColor-hover: #ffffff00;
|
|
886
740
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
887
|
-
--controlKnob-bgColor-checked: #ffffff;
|
|
888
|
-
--controlKnob-bgColor-disabled: #eff2f5;
|
|
889
|
-
--controlKnob-bgColor-rest: #ffffff;
|
|
890
|
-
--controlKnob-borderColor-checked: #0969da;
|
|
891
|
-
--controlKnob-borderColor-disabled: #eff2f5;
|
|
892
|
-
--controlKnob-borderColor-rest: #818b98;
|
|
893
741
|
--controlTrack-bgColor-active: #dae0e7;
|
|
894
|
-
--controlTrack-bgColor-disabled: #818b98;
|
|
895
742
|
--controlTrack-bgColor-hover: #e0e6eb;
|
|
896
743
|
--controlTrack-bgColor-rest: #e6eaef;
|
|
897
|
-
--controlTrack-borderColor-disabled: #818b98;
|
|
898
|
-
--controlTrack-borderColor-rest: #d1d9e0;
|
|
899
|
-
--controlTrack-fgColor-disabled: #ffffff;
|
|
900
744
|
--controlTrack-fgColor-rest: #59636e;
|
|
901
|
-
--counter-bgColor-emphasis: #59636e;
|
|
902
|
-
--counter-bgColor-muted: #818b981f;
|
|
903
745
|
--counter-borderColor: #ffffff00;
|
|
904
746
|
--data-auburn-color-emphasis: #9d615c;
|
|
905
747
|
--data-auburn-color-muted: #f2e9e9;
|
|
@@ -921,27 +763,13 @@
|
|
|
921
763
|
--data-teal-color-muted: #c7f5ef;
|
|
922
764
|
--data-yellow-color-emphasis: #b88700;
|
|
923
765
|
--data-yellow-color-muted: #ffec9e;
|
|
924
|
-
--diffBlob-additionLine-bgColor: #ddf4ff;
|
|
925
|
-
--diffBlob-additionLine-fgColor: #1f2328;
|
|
926
766
|
--diffBlob-additionNum-bgColor: #b6e3ff;
|
|
927
|
-
--diffBlob-additionNum-fgColor: #1f2328;
|
|
928
767
|
--diffBlob-additionWord-bgColor: #b6e3ff;
|
|
929
|
-
--diffBlob-additionWord-fgColor: #1f2328;
|
|
930
|
-
--diffBlob-deletionLine-bgColor: #fff1e5;
|
|
931
|
-
--diffBlob-deletionLine-fgColor: #1f2328;
|
|
932
768
|
--diffBlob-deletionNum-bgColor: #ffd8b5;
|
|
933
|
-
--diffBlob-deletionNum-fgColor: #1f2328;
|
|
934
769
|
--diffBlob-deletionWord-bgColor: #ffd8b5;
|
|
935
|
-
--diffBlob-deletionWord-fgColor: #1f2328;
|
|
936
|
-
--diffBlob-emptyLine-bgColor: #f6f8fa;
|
|
937
|
-
--diffBlob-emptyNum-bgColor: #f6f8fa;
|
|
938
|
-
--diffBlob-expander-iconColor: #59636e;
|
|
939
770
|
--diffBlob-hunkLine-bgColor: #f6f8fa;
|
|
940
|
-
--diffBlob-hunkLine-fgColor: #59636e;
|
|
941
771
|
--diffBlob-hunkNum-bgColor-hover: #c8d1da;
|
|
942
772
|
--diffBlob-hunkNum-bgColor-rest: #e6eaef;
|
|
943
|
-
--diffBlob-hunkNum-fgColor-hover: #1f2328;
|
|
944
|
-
--diffBlob-hunkNum-fgColor-rest: #1f2328;
|
|
945
773
|
--display-auburn-bgColor-emphasis: #9d615c;
|
|
946
774
|
--display-auburn-bgColor-muted: #f2e9e9;
|
|
947
775
|
--display-auburn-borderColor-emphasis: #9d615c;
|
|
@@ -1039,29 +867,17 @@
|
|
|
1039
867
|
--display-yellow-fgColor: #805900;
|
|
1040
868
|
--fgColor-accent: #0969da;
|
|
1041
869
|
--fgColor-attention: #9a6700;
|
|
1042
|
-
--fgColor-black: #1f2328;
|
|
1043
|
-
--fgColor-closed: #59636e;
|
|
1044
870
|
--fgColor-danger: #bc4c00;
|
|
1045
|
-
--fgColor-default: #1f2328;
|
|
1046
871
|
--fgColor-disabled: #818b98;
|
|
1047
872
|
--fgColor-done: #8250df;
|
|
1048
|
-
--fgColor-link: #0969da;
|
|
1049
873
|
--fgColor-muted: #59636e;
|
|
1050
874
|
--fgColor-neutral: #59636e;
|
|
1051
|
-
--fgColor-onEmphasis: #ffffff;
|
|
1052
|
-
--fgColor-onInverse: #ffffff;
|
|
1053
875
|
--fgColor-open: #bc4c00;
|
|
1054
876
|
--fgColor-severe: #bc4c00;
|
|
1055
877
|
--fgColor-sponsors: #bf3989;
|
|
1056
878
|
--fgColor-success: #0969da;
|
|
1057
|
-
--fgColor-upsell: #8250df;
|
|
1058
|
-
--fgColor-white: #ffffff;
|
|
1059
|
-
--focus-outline: 2px solid #0969da;
|
|
1060
|
-
--focus-outlineColor: #0969da;
|
|
1061
879
|
--header-bgColor: #25292e;
|
|
1062
880
|
--header-borderColor-divider: #818b98;
|
|
1063
|
-
--header-fgColor-default: #ffffffb3;
|
|
1064
|
-
--header-fgColor-logo: #ffffff;
|
|
1065
881
|
--headerSearch-bgColor: #25292e;
|
|
1066
882
|
--headerSearch-borderColor: #818b98;
|
|
1067
883
|
--highlight-neutral-bgColor: #fff8c5;
|
|
@@ -1181,34 +997,218 @@
|
|
|
1181
997
|
--label-yellow-fgColor-rest: #805900;
|
|
1182
998
|
--menu-bgColor-active: #ffffff00;
|
|
1183
999
|
--overlay-backdrop-bgColor: #c8d1da66;
|
|
1184
|
-
--overlay-bgColor: #ffffff;
|
|
1185
|
-
--overlay-borderColor: #d1d9e080;
|
|
1186
|
-
--page-header-bgColor: #f6f8fa;
|
|
1187
|
-
--reactionButton-selected-bgColor-hover: #caecff;
|
|
1188
1000
|
--reactionButton-selected-bgColor-rest: #ddf4ff;
|
|
1189
1001
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
1190
|
-
--reactionButton-selected-fgColor-rest: #0969da;
|
|
1191
1002
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
1192
1003
|
--selectMenu-borderColor: #ffffff00;
|
|
1193
|
-
--selection-bgColor: #0969da33;
|
|
1194
|
-
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
1195
1004
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1196
|
-
--shadow-floating-medium: 0px 0px 0px 1px #d1d9e0, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
1197
|
-
--shadow-floating-small: 0px 0px 0px 1px #d1d9e080, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1198
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
1199
|
-
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1200
1005
|
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1201
|
-
--shadow-resting-small: 0px 1px 0px 0px #1f23280a;
|
|
1202
|
-
--shadow-resting-xsmall: 0px 1px 0px 0px #1f23281a;
|
|
1203
|
-
--sideNav-bgColor-selected: #ffffff;
|
|
1204
1006
|
--skeletonLoader-bgColor: #818b981a;
|
|
1205
|
-
--timelineBadge-bgColor: #f6f8fa;
|
|
1206
|
-
--tooltip-bgColor: #25292e;
|
|
1207
|
-
--tooltip-fgColor: #ffffff;
|
|
1208
1007
|
--topicTag-borderColor: #ffffff00;
|
|
1209
1008
|
--treeViewItem-leadingVisual-iconColor-rest: #54aeff;
|
|
1210
1009
|
--underlineNav-borderColor-active: #fd8c73;
|
|
1211
|
-
--
|
|
1212
|
-
--
|
|
1010
|
+
--avatar-bgColor: #ffffff;
|
|
1011
|
+
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
1012
|
+
--bgColor-black: #1f2328;
|
|
1013
|
+
--bgColor-closed-emphasis: var(--bgColor-neutral-emphasis);
|
|
1014
|
+
--bgColor-closed-muted: var(--bgColor-neutral-muted);
|
|
1015
|
+
--bgColor-default: #ffffff;
|
|
1016
|
+
--bgColor-inset: var(--bgColor-muted);
|
|
1017
|
+
--bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
|
|
1018
|
+
--bgColor-upsell-muted: var(--bgColor-done-muted);
|
|
1019
|
+
--bgColor-white: #ffffff;
|
|
1020
|
+
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
1021
|
+
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
1022
|
+
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
1023
|
+
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
1024
|
+
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
1025
|
+
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
1026
|
+
--border-default: 0.0625rem solid #d1d9e0;
|
|
1027
|
+
--border-disabled: 0.0625rem solid #818b981a;
|
|
1028
|
+
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
1029
|
+
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
1030
|
+
--border-emphasis: 0.0625rem solid #818b98;
|
|
1031
|
+
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
1032
|
+
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
1033
|
+
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
1034
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
1035
|
+
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
1036
|
+
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
1037
|
+
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
1038
|
+
--border-transparent: 0.0625rem solid #ffffff00;
|
|
1039
|
+
--borderColor-closed-emphasis: var(--borderColor-emphasis);
|
|
1040
|
+
--borderColor-closed-muted: #d1d9e066;
|
|
1041
|
+
--borderColor-muted: #d1d9e0b3;
|
|
1042
|
+
--borderColor-translucent: #1f232826;
|
|
1043
|
+
--borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
|
|
1044
|
+
--borderColor-upsell-muted: var(--borderColor-done-muted);
|
|
1045
|
+
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
1046
|
+
--button-danger-fgColor-active: #ffffff;
|
|
1047
|
+
--button-danger-fgColor-disabled: #bc4c0080;
|
|
1048
|
+
--button-danger-fgColor-hover: #ffffff;
|
|
1049
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
1050
|
+
--button-danger-iconColor-hover: #ffffff;
|
|
1051
|
+
--button-danger-iconColor-rest: var(--fgColor-danger);
|
|
1052
|
+
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
1053
|
+
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
1054
|
+
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
1055
|
+
--button-default-bgColor-selected: var(--control-bgColor-active);
|
|
1056
|
+
--button-default-fgColor-rest: var(--control-fgColor-rest);
|
|
1057
|
+
--button-default-shadow-resting: 0px 1px 0px 0px #1f23280a;
|
|
1058
|
+
--button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
|
|
1059
|
+
--button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
|
|
1060
|
+
--button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
|
|
1061
|
+
--button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
|
|
1062
|
+
--button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
|
|
1063
|
+
--button-invisible-fgColor-active: var(--control-fgColor-rest);
|
|
1064
|
+
--button-invisible-fgColor-hover: var(--control-fgColor-rest);
|
|
1065
|
+
--button-invisible-fgColor-rest: var(--control-fgColor-rest);
|
|
1066
|
+
--button-invisible-iconColor-hover: var(--fgColor-muted);
|
|
1067
|
+
--button-invisible-iconColor-rest: var(--fgColor-muted);
|
|
1068
|
+
--button-outline-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
1069
|
+
--button-outline-bgColor-rest: var(--control-bgColor-rest);
|
|
1070
|
+
--button-outline-fgColor-active: #ffffff;
|
|
1071
|
+
--button-outline-fgColor-disabled: #0969da80;
|
|
1072
|
+
--button-outline-fgColor-hover: #ffffff;
|
|
1073
|
+
--button-outline-fgColor-rest: var(--fgColor-accent);
|
|
1074
|
+
--button-primary-bgColor-rest: var(--bgColor-success-emphasis);
|
|
1075
|
+
--button-primary-borderColor-rest: #1f232826;
|
|
1076
|
+
--button-primary-fgColor-disabled: #ffffffcc;
|
|
1077
|
+
--buttonCounter-danger-bgColor-disabled: #bc4c000d;
|
|
1078
|
+
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
1079
|
+
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
1080
|
+
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
1081
|
+
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
1082
|
+
--buttonCounter-default-bgColor-rest: var(--bgColor-neutral-muted);
|
|
1083
|
+
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
1084
|
+
--buttonCounter-outline-bgColor-disabled: #0969da0d;
|
|
1085
|
+
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
1086
|
+
--buttonCounter-outline-bgColor-rest: #0969da1a;
|
|
1087
|
+
--buttonCounter-outline-fgColor-disabled: #0969da80;
|
|
1088
|
+
--buttonCounter-outline-fgColor-hover: #ffffff;
|
|
1089
|
+
--codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
|
|
1090
|
+
--codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
|
|
1091
|
+
--codeMirror-lineNumber-fgColor: var(--fgColor-muted);
|
|
1092
|
+
--codeMirror-selection-bgColor: var(--borderColor-accent-muted);
|
|
1093
|
+
--codeMirror-syntax-fgColor-comment: #1f2328;
|
|
1094
|
+
--color-ansi-black: #1f2328;
|
|
1095
|
+
--color-prettylights-syntax-markup-bold: #1f2328;
|
|
1096
|
+
--color-prettylights-syntax-markup-italic: #1f2328;
|
|
1097
|
+
--color-prettylights-syntax-storage-modifier-import: #1f2328;
|
|
1098
|
+
--control-bgColor-disabled: var(--bgColor-disabled);
|
|
1099
|
+
--control-bgColor-selected: var(--control-bgColor-rest);
|
|
1100
|
+
--control-borderColor-danger: var(--borderColor-danger-emphasis);
|
|
1101
|
+
--control-borderColor-disabled: var(--borderColor-disabled);
|
|
1102
|
+
--control-borderColor-emphasis: var(--borderColor-emphasis);
|
|
1103
|
+
--control-borderColor-rest: var(--borderColor-default);
|
|
1104
|
+
--control-borderColor-success: var(--borderColor-success-emphasis);
|
|
1105
|
+
--control-borderColor-warning: var(--borderColor-attention-emphasis);
|
|
1106
|
+
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
1107
|
+
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
1108
|
+
--control-danger-bgColor-active: #fff1e566;
|
|
1109
|
+
--control-danger-bgColor-hover: var(--bgColor-danger-muted);
|
|
1110
|
+
--control-danger-fgColor-hover: var(--fgColor-danger);
|
|
1111
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1112
|
+
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
1113
|
+
--control-fgColor-placeholder: var(--fgColor-muted);
|
|
1114
|
+
--control-iconColor-rest: var(--fgColor-muted);
|
|
1115
|
+
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
1116
|
+
--controlKnob-bgColor-checked: #ffffff;
|
|
1117
|
+
--controlKnob-bgColor-rest: #ffffff;
|
|
1118
|
+
--controlTrack-bgColor-disabled: var(--fgColor-disabled);
|
|
1119
|
+
--controlTrack-borderColor-disabled: var(--fgColor-disabled);
|
|
1120
|
+
--controlTrack-borderColor-rest: var(--borderColor-default);
|
|
1121
|
+
--counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
|
|
1122
|
+
--counter-bgColor-muted: var(--bgColor-neutral-muted);
|
|
1123
|
+
--diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
|
|
1124
|
+
--diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
|
|
1125
|
+
--diffBlob-emptyLine-bgColor: var(--bgColor-muted);
|
|
1126
|
+
--diffBlob-emptyNum-bgColor: var(--bgColor-muted);
|
|
1127
|
+
--diffBlob-expander-iconColor: var(--fgColor-muted);
|
|
1128
|
+
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
1129
|
+
--fgColor-black: #1f2328;
|
|
1130
|
+
--fgColor-closed: var(--fgColor-muted);
|
|
1131
|
+
--fgColor-default: #1f2328;
|
|
1132
|
+
--fgColor-link: var(--fgColor-accent);
|
|
1133
|
+
--fgColor-onEmphasis: #ffffff;
|
|
1134
|
+
--fgColor-onInverse: #ffffff;
|
|
1135
|
+
--fgColor-upsell: var(--fgColor-done);
|
|
1136
|
+
--fgColor-white: #ffffff;
|
|
1137
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1138
|
+
--header-fgColor-default: #ffffffb3;
|
|
1139
|
+
--header-fgColor-logo: #ffffff;
|
|
1140
|
+
--overlay-bgColor: #ffffff;
|
|
1141
|
+
--page-header-bgColor: var(--bgColor-muted);
|
|
1142
|
+
--selection-bgColor: #0969da33;
|
|
1143
|
+
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1144
|
+
--shadow-resting-small: 0px 1px 0px 0px #1f23280a;
|
|
1145
|
+
--shadow-resting-xsmall: 0px 1px 0px 0px #1f23281a;
|
|
1146
|
+
--sideNav-bgColor-selected: #ffffff;
|
|
1147
|
+
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
1148
|
+
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1149
|
+
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
1150
|
+
--avatar-borderColor: var(--borderColor-translucent);
|
|
1151
|
+
--border-closed-emphasis: var(--border-danger-emphasis);
|
|
1152
|
+
--border-closed-muted: var(--border-danger-muted);
|
|
1153
|
+
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
1154
|
+
--border-open-emphasis: var(--border-success-emphasis);
|
|
1155
|
+
--border-open-muted: var(--border-success-muted);
|
|
1156
|
+
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
1157
|
+
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
1158
|
+
--borderColor-neutral-muted: var(--borderColor-muted);
|
|
1159
|
+
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1160
|
+
--button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
1161
|
+
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
1162
|
+
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1163
|
+
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
1164
|
+
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
1165
|
+
--button-default-borderColor-hover: var(--control-borderColor-rest);
|
|
1166
|
+
--button-default-borderColor-rest: var(--control-borderColor-rest);
|
|
1167
|
+
--button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
|
|
1168
|
+
--button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
|
|
1169
|
+
--button-outline-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1170
|
+
--button-primary-borderColor-active: var(--button-primary-borderColor-rest);
|
|
1171
|
+
--button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
1172
|
+
--button-primary-fgColor-rest: var(--fgColor-white);
|
|
1173
|
+
--button-primary-iconColor-rest: #ffffffcc;
|
|
1174
|
+
--card-bgColor: var(--bgColor-default);
|
|
1175
|
+
--codeMirror-bgColor: var(--bgColor-default);
|
|
1176
|
+
--codeMirror-cursor-fgColor: var(--fgColor-default);
|
|
1177
|
+
--codeMirror-fgColor: var(--fgColor-default);
|
|
1178
|
+
--codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
|
|
1179
|
+
--codeMirror-gutters-bgColor: var(--bgColor-default);
|
|
1180
|
+
--codeMirror-lines-bgColor: var(--bgColor-default);
|
|
1181
|
+
--codeMirror-matchingBracket-fgColor: var(--fgColor-default);
|
|
1182
|
+
--control-borderColor-selected: var(--control-bgColor-selected);
|
|
1183
|
+
--control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
|
|
1184
|
+
--control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
|
|
1185
|
+
--control-checked-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
1186
|
+
--control-checked-fgColor-rest: var(--fgColor-onEmphasis);
|
|
1187
|
+
--controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1188
|
+
--controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
|
|
1189
|
+
--controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
|
|
1190
|
+
--controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
|
|
1191
|
+
--controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
1192
|
+
--diffBlob-additionLine-fgColor: var(--fgColor-default);
|
|
1193
|
+
--diffBlob-additionNum-fgColor: var(--fgColor-default);
|
|
1194
|
+
--diffBlob-additionWord-fgColor: var(--fgColor-default);
|
|
1195
|
+
--diffBlob-deletionLine-fgColor: var(--fgColor-default);
|
|
1196
|
+
--diffBlob-deletionNum-fgColor: var(--fgColor-default);
|
|
1197
|
+
--diffBlob-deletionWord-fgColor: var(--fgColor-default);
|
|
1198
|
+
--diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
|
|
1199
|
+
--diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
|
|
1200
|
+
--focus-outline: 2px solid #0969da;
|
|
1201
|
+
--overlay-borderColor: #d1d9e080;
|
|
1202
|
+
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1203
|
+
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1204
|
+
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
1205
|
+
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
1206
|
+
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1207
|
+
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
1208
|
+
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
1209
|
+
--shadow-floating-medium: 0px 0px 0px 1px #d1d9e0, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
1210
|
+
--shadow-floating-small: 0px 0px 0px 1px #d1d9e080, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1211
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
1212
|
+
--button-outline-borderColor-active: var(--button-outline-borderColor-hover);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|