@primer/primitives 10.2.0 → 10.3.0-rc.37645a3a
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 +408 -408
- 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 +444 -444
- 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 +7175 -6545
- 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 +1148 -1148
- 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 +6927 -6297
- 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 +7042 -6412
- 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/dark/overrides/dark.protanopia-deuteranopia.json5 +5 -5
- package/src/tokens/functional/color/light/app-light.json5 +1 -274
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +5 -5
|
@@ -2,8 +2,25 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark_dimmed"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark_dimmed"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_dimmed"] ::backdrop {
|
|
5
|
-
--
|
|
6
|
-
--
|
|
5
|
+
--button-danger-bgColor-active: #c33d38;
|
|
6
|
+
--button-danger-fgColor-rest: #ea5c53;
|
|
7
|
+
--button-danger-iconColor-rest: #ea5c53;
|
|
8
|
+
--button-outline-fgColor-disabled: #478be680;
|
|
9
|
+
--button-primary-bgColor-active: #428f46;
|
|
10
|
+
--button-primary-bgColor-disabled: #50a254;
|
|
11
|
+
--button-primary-bgColor-hover: #3b8640;
|
|
12
|
+
--button-primary-borderColor-disabled: #50a254;
|
|
13
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
14
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
15
|
+
--color-ansi-cyan: #39c5cf;
|
|
16
|
+
--color-ansi-cyan-bright: #56d4dd;
|
|
17
|
+
--control-borderColor-rest: #3d444d;
|
|
18
|
+
--control-checked-bgColor-active: #3f7fdb;
|
|
19
|
+
--control-checked-bgColor-hover: #3876d3;
|
|
20
|
+
--control-checked-borderColor-active: #3f7fdb;
|
|
21
|
+
--control-checked-borderColor-hover: #3876d3;
|
|
22
|
+
--fgColor-accent: #478be6;
|
|
23
|
+
--reactionButton-selected-bgColor-hover: #4285e55c;
|
|
7
24
|
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
8
25
|
--avatarStack-fade-bgColor-default: #3d444d;
|
|
9
26
|
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
@@ -11,9 +28,6 @@
|
|
|
11
28
|
--bgColor-accent-muted: #4184e41a;
|
|
12
29
|
--bgColor-attention-emphasis: #966600;
|
|
13
30
|
--bgColor-attention-muted: #ae7c1426;
|
|
14
|
-
--bgColor-black: #1c2128;
|
|
15
|
-
--bgColor-closed-emphasis: #c93c37;
|
|
16
|
-
--bgColor-closed-muted: #e5534b1a;
|
|
17
31
|
--bgColor-danger-emphasis: #c93c37;
|
|
18
32
|
--bgColor-danger-muted: #e5534b1a;
|
|
19
33
|
--bgColor-default: #212830;
|
|
@@ -22,12 +36,9 @@
|
|
|
22
36
|
--bgColor-done-muted: #986ee226;
|
|
23
37
|
--bgColor-emphasis: #3d444d;
|
|
24
38
|
--bgColor-inset: #151b23;
|
|
25
|
-
--bgColor-inverse: #cdd9e5;
|
|
26
39
|
--bgColor-muted: #262c36;
|
|
27
40
|
--bgColor-neutral-emphasis: #656c76;
|
|
28
41
|
--bgColor-neutral-muted: #656c7633;
|
|
29
|
-
--bgColor-open-emphasis: #347d39;
|
|
30
|
-
--bgColor-open-muted: #46954a26;
|
|
31
42
|
--bgColor-severe-emphasis: #ae5622;
|
|
32
43
|
--bgColor-severe-muted: #cc6b2c1a;
|
|
33
44
|
--bgColor-sponsors-emphasis: #ae4c82;
|
|
@@ -35,42 +46,10 @@
|
|
|
35
46
|
--bgColor-success-emphasis: #347d39;
|
|
36
47
|
--bgColor-success-muted: #46954a26;
|
|
37
48
|
--bgColor-transparent: #00000000;
|
|
38
|
-
--bgColor-upsell-emphasis: #8256d0;
|
|
39
|
-
--bgColor-upsell-muted: #986ee226;
|
|
40
|
-
--bgColor-white: #cdd9e5;
|
|
41
|
-
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
42
|
-
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
43
|
-
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
44
|
-
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
45
|
-
--border-closed-emphasis: 0.0625rem solid #c93c37;
|
|
46
|
-
--border-closed-muted: 0.0625rem solid #e5534b66;
|
|
47
|
-
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
48
|
-
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
49
|
-
--border-default: 0.0625rem solid #3d444d;
|
|
50
|
-
--border-disabled: 0.0625rem solid #656c761a;
|
|
51
|
-
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
52
|
-
--border-done-muted: 0.0625rem solid #986ee266;
|
|
53
|
-
--border-emphasis: 0.0625rem solid #656c76;
|
|
54
|
-
--border-muted: 0.0625rem solid #3d444db3;
|
|
55
|
-
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
56
|
-
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
57
|
-
--border-open-emphasis: 0.0625rem solid #347d39;
|
|
58
|
-
--border-open-muted: 0.0625rem solid #46954a66;
|
|
59
|
-
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
60
|
-
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
61
|
-
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
62
|
-
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
63
|
-
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
64
|
-
--border-success-muted: 0.0625rem solid #46954a66;
|
|
65
|
-
--border-transparent: 0.0625rem solid #00000000;
|
|
66
|
-
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
67
|
-
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
68
49
|
--borderColor-accent-emphasis: #316dca;
|
|
69
50
|
--borderColor-accent-muted: #4184e466;
|
|
70
51
|
--borderColor-attention-emphasis: #966600;
|
|
71
52
|
--borderColor-attention-muted: #ae7c1466;
|
|
72
|
-
--borderColor-closed-emphasis: #c93c37;
|
|
73
|
-
--borderColor-closed-muted: #e5534b66;
|
|
74
53
|
--borderColor-danger-emphasis: #c93c37;
|
|
75
54
|
--borderColor-danger-muted: #e5534b66;
|
|
76
55
|
--borderColor-default: #3d444d;
|
|
@@ -79,112 +58,40 @@
|
|
|
79
58
|
--borderColor-done-muted: #986ee266;
|
|
80
59
|
--borderColor-emphasis: #656c76;
|
|
81
60
|
--borderColor-muted: #3d444db3;
|
|
82
|
-
--borderColor-neutral-emphasis: #656c76;
|
|
83
61
|
--borderColor-neutral-muted: #3d444db3;
|
|
84
|
-
--borderColor-open-emphasis: #347d39;
|
|
85
|
-
--borderColor-open-muted: #46954a66;
|
|
86
62
|
--borderColor-severe-emphasis: #ae5622;
|
|
87
63
|
--borderColor-severe-muted: #cc6b2c66;
|
|
88
64
|
--borderColor-sponsors-emphasis: #ae4c82;
|
|
89
65
|
--borderColor-sponsors-muted: #c9619866;
|
|
90
66
|
--borderColor-success-emphasis: #347d39;
|
|
91
67
|
--borderColor-success-muted: #46954a66;
|
|
92
|
-
--borderColor-translucent: #cdd9e526;
|
|
93
68
|
--borderColor-transparent: #00000000;
|
|
94
|
-
--borderColor-upsell-emphasis: #8256d0;
|
|
95
|
-
--borderColor-upsell-muted: #986ee266;
|
|
96
|
-
--button-danger-bgColor-active: #c33d38;
|
|
97
|
-
--button-danger-bgColor-disabled: #2a313c;
|
|
98
69
|
--button-danger-bgColor-hover: #ad2e2c;
|
|
99
|
-
--button-danger-
|
|
100
|
-
--button-danger-borderColor-active: #cdd9e51a;
|
|
101
|
-
--button-danger-borderColor-hover: #cdd9e51a;
|
|
102
|
-
--button-danger-borderColor-rest: #3d444d;
|
|
103
|
-
--button-danger-fgColor-active: #cdd9e5;
|
|
104
|
-
--button-danger-fgColor-disabled: #e5534b80;
|
|
105
|
-
--button-danger-fgColor-hover: #cdd9e5;
|
|
106
|
-
--button-danger-fgColor-rest: #ea5c53;
|
|
107
|
-
--button-danger-iconColor-hover: #cdd9e5;
|
|
108
|
-
--button-danger-iconColor-rest: #ea5c53;
|
|
70
|
+
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
109
71
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
110
|
-
--button-default-
|
|
111
|
-
--button-default-bgColor-disabled: #2a313c;
|
|
112
|
-
--button-default-bgColor-hover: #2f3742;
|
|
113
|
-
--button-default-bgColor-rest: #2a313c;
|
|
114
|
-
--button-default-bgColor-selected: #3d444d;
|
|
115
|
-
--button-default-borderColor-active: #3d444d;
|
|
116
|
-
--button-default-borderColor-disabled: #656c761a;
|
|
117
|
-
--button-default-borderColor-hover: #3d444d;
|
|
118
|
-
--button-default-borderColor-rest: #3d444d;
|
|
119
|
-
--button-default-fgColor-rest: #d1d7e0;
|
|
72
|
+
--button-default-borderColor-rest: var(--control-borderColor-rest);
|
|
120
73
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
121
74
|
--button-inactive-bgColor: #2a313c;
|
|
122
75
|
--button-inactive-fgColor: #656c76;
|
|
123
|
-
--button-invisible-bgColor-active: #656c7633;
|
|
124
76
|
--button-invisible-bgColor-disabled: #00000000;
|
|
125
|
-
--button-invisible-bgColor-hover: #656c7626;
|
|
126
|
-
--button-invisible-bgColor-rest: #00000000;
|
|
127
77
|
--button-invisible-borderColor-disabled: #00000000;
|
|
128
|
-
--button-invisible-borderColor-hover: #00000000;
|
|
129
|
-
--button-invisible-borderColor-rest: #00000000;
|
|
130
|
-
--button-invisible-fgColor-active: #d1d7e0;
|
|
131
|
-
--button-invisible-fgColor-disabled: #656c76;
|
|
132
|
-
--button-invisible-fgColor-hover: #d1d7e0;
|
|
133
|
-
--button-invisible-fgColor-rest: #d1d7e0;
|
|
134
|
-
--button-invisible-iconColor-disabled: #656c76;
|
|
135
78
|
--button-invisible-iconColor-hover: #b7bdc8;
|
|
136
79
|
--button-invisible-iconColor-rest: #b7bdc8;
|
|
137
80
|
--button-outline-bgColor-active: #1b4b91;
|
|
138
|
-
--button-outline-bgColor-disabled: #2a313c;
|
|
139
|
-
--button-outline-bgColor-hover: #2f3742;
|
|
140
81
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
141
|
-
--button-outline-borderColor-hover: #3d444d;
|
|
142
|
-
--button-outline-borderColor-selected: #3d444d;
|
|
143
|
-
--button-outline-fgColor-active: #cdd9e5;
|
|
144
|
-
--button-outline-fgColor-disabled: #478be680;
|
|
145
82
|
--button-outline-fgColor-hover: #539bf5;
|
|
146
83
|
--button-outline-fgColor-rest: #4184e4;
|
|
147
84
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
148
|
-
--button-primary-bgColor-active: #428f46;
|
|
149
|
-
--button-primary-bgColor-disabled: #50a254;
|
|
150
|
-
--button-primary-bgColor-hover: #3b8640;
|
|
151
|
-
--button-primary-bgColor-rest: #347d39;
|
|
152
|
-
--button-primary-borderColor-active: #cdd9e51a;
|
|
153
|
-
--button-primary-borderColor-disabled: #50a254;
|
|
154
|
-
--button-primary-borderColor-hover: #cdd9e51a;
|
|
155
|
-
--button-primary-borderColor-rest: #cdd9e51a;
|
|
156
|
-
--button-primary-fgColor-disabled: #cdd9e566;
|
|
157
|
-
--button-primary-fgColor-rest: #ffffff;
|
|
158
|
-
--button-primary-iconColor-rest: #ffffff;
|
|
159
85
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
160
86
|
--button-star-iconColor: #daaa3f;
|
|
161
|
-
--buttonCounter-danger-bgColor-disabled: #c93c370d;
|
|
162
|
-
--buttonCounter-danger-bgColor-hover: #cdd9e533;
|
|
163
87
|
--buttonCounter-danger-bgColor-rest: #5d0f1233;
|
|
164
|
-
--buttonCounter-danger-fgColor-disabled: #e5534b80;
|
|
165
|
-
--buttonCounter-danger-fgColor-hover: #cdd9e5;
|
|
166
|
-
--buttonCounter-danger-fgColor-rest: #e5534b;
|
|
167
88
|
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
168
|
-
--buttonCounter-invisible-bgColor-rest: #656c7633;
|
|
169
|
-
--buttonCounter-outline-bgColor-disabled: #316dca0d;
|
|
170
89
|
--buttonCounter-outline-bgColor-hover: #0f2d5c33;
|
|
171
90
|
--buttonCounter-outline-bgColor-rest: #0f2d5c33;
|
|
172
91
|
--buttonCounter-outline-fgColor-disabled: #478be680;
|
|
173
92
|
--buttonCounter-outline-fgColor-hover: #539bf5;
|
|
174
93
|
--buttonCounter-outline-fgColor-rest: #4184e4;
|
|
175
94
|
--buttonCounter-primary-bgColor-rest: #11341733;
|
|
176
|
-
--card-bgColor: #262c36;
|
|
177
|
-
--codeMirror-activeline-bgColor: #656c7633;
|
|
178
|
-
--codeMirror-bgColor: #212830;
|
|
179
|
-
--codeMirror-cursor-fgColor: #d1d7e0;
|
|
180
|
-
--codeMirror-fgColor: #d1d7e0;
|
|
181
|
-
--codeMirror-gutterMarker-fgColor-default: #212830;
|
|
182
|
-
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
183
|
-
--codeMirror-gutters-bgColor: #212830;
|
|
184
|
-
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
185
|
-
--codeMirror-lines-bgColor: #212830;
|
|
186
|
-
--codeMirror-matchingBracket-fgColor: #d1d7e0;
|
|
187
|
-
--codeMirror-selection-bgColor: #4184e466;
|
|
188
95
|
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
189
96
|
--codeMirror-syntax-fgColor-constant: #6cb6ff;
|
|
190
97
|
--codeMirror-syntax-fgColor-entity: #dcbdfb;
|
|
@@ -197,8 +104,6 @@
|
|
|
197
104
|
--color-ansi-black-bright: #656c76;
|
|
198
105
|
--color-ansi-blue: #539bf5;
|
|
199
106
|
--color-ansi-blue-bright: #6cb6ff;
|
|
200
|
-
--color-ansi-cyan: #39c5cf;
|
|
201
|
-
--color-ansi-cyan-bright: #56d4dd;
|
|
202
107
|
--color-ansi-gray: #656c76;
|
|
203
108
|
--color-ansi-green: #57ab5a;
|
|
204
109
|
--color-ansi-green-bright: #6bc46d;
|
|
@@ -207,7 +112,6 @@
|
|
|
207
112
|
--color-ansi-red: #f47067;
|
|
208
113
|
--color-ansi-red-bright: #ff938a;
|
|
209
114
|
--color-ansi-white: #f0f6fc;
|
|
210
|
-
--color-ansi-white-bright: #cdd9e5;
|
|
211
115
|
--color-ansi-yellow: #c69026;
|
|
212
116
|
--color-ansi-yellow-bright: #daaa3f;
|
|
213
117
|
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
@@ -241,59 +145,22 @@
|
|
|
241
145
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
242
146
|
--color-prettylights-syntax-variable: #f69d50;
|
|
243
147
|
--control-bgColor-active: #3d444d;
|
|
244
|
-
--control-bgColor-disabled: #2a313c;
|
|
245
148
|
--control-bgColor-hover: #2f3742;
|
|
246
149
|
--control-bgColor-rest: #2a313c;
|
|
247
|
-
--control-bgColor-selected: #2a313c;
|
|
248
|
-
--control-borderColor-danger: #c93c37;
|
|
249
150
|
--control-borderColor-disabled: #656c761a;
|
|
250
|
-
--control-borderColor-emphasis: #656c76;
|
|
251
|
-
--control-borderColor-rest: #3d444d;
|
|
252
151
|
--control-borderColor-selected: #f0f6fc;
|
|
253
|
-
--control-borderColor-success: #347d39;
|
|
254
|
-
--control-borderColor-warning: #966600;
|
|
255
|
-
--control-checked-bgColor-active: #3f7fdb;
|
|
256
|
-
--control-checked-bgColor-disabled: #656c76;
|
|
257
|
-
--control-checked-bgColor-hover: #3876d3;
|
|
258
|
-
--control-checked-bgColor-rest: #316dca;
|
|
259
|
-
--control-checked-borderColor-active: #3f7fdb;
|
|
260
|
-
--control-checked-borderColor-disabled: #656c76;
|
|
261
|
-
--control-checked-borderColor-hover: #3876d3;
|
|
262
|
-
--control-checked-borderColor-rest: #316dca;
|
|
263
|
-
--control-checked-fgColor-disabled: #1c2128;
|
|
264
|
-
--control-checked-fgColor-rest: #f0f6fc;
|
|
265
|
-
--control-danger-bgColor-active: #e5534b66;
|
|
266
|
-
--control-danger-bgColor-hover: #e5534b1a;
|
|
267
152
|
--control-danger-fgColor-hover: #f47067;
|
|
268
|
-
--control-danger-fgColor-rest: #e5534b;
|
|
269
|
-
--control-fgColor-disabled: #656c76;
|
|
270
|
-
--control-fgColor-placeholder: #9198a1;
|
|
271
|
-
--control-fgColor-rest: #d1d7e0;
|
|
272
|
-
--control-iconColor-rest: #9198a1;
|
|
273
153
|
--control-transparent-bgColor-active: #656c7633;
|
|
274
|
-
--control-transparent-bgColor-disabled: #2a313c;
|
|
275
154
|
--control-transparent-bgColor-hover: #656c7626;
|
|
276
155
|
--control-transparent-bgColor-rest: #00000000;
|
|
277
156
|
--control-transparent-bgColor-selected: #656c761a;
|
|
278
157
|
--control-transparent-borderColor-active: #00000000;
|
|
279
158
|
--control-transparent-borderColor-hover: #00000000;
|
|
280
159
|
--control-transparent-borderColor-rest: #00000000;
|
|
281
|
-
--controlKnob-bgColor-checked: #cdd9e5;
|
|
282
|
-
--controlKnob-bgColor-disabled: #2a313c;
|
|
283
|
-
--controlKnob-bgColor-rest: #151b23;
|
|
284
|
-
--controlKnob-borderColor-checked: #316dca;
|
|
285
|
-
--controlKnob-borderColor-disabled: #2a313c;
|
|
286
|
-
--controlKnob-borderColor-rest: #656c76;
|
|
287
160
|
--controlTrack-bgColor-active: #3d444d;
|
|
288
|
-
--controlTrack-bgColor-disabled: #656c76;
|
|
289
161
|
--controlTrack-bgColor-hover: #2f3742;
|
|
290
162
|
--controlTrack-bgColor-rest: #2a313c;
|
|
291
|
-
--controlTrack-borderColor-disabled: #656c76;
|
|
292
163
|
--controlTrack-borderColor-rest: #3d444d;
|
|
293
|
-
--controlTrack-fgColor-disabled: #f0f6fc;
|
|
294
|
-
--controlTrack-fgColor-rest: #9198a1;
|
|
295
|
-
--counter-bgColor-emphasis: #656c76;
|
|
296
|
-
--counter-bgColor-muted: #656c7633;
|
|
297
164
|
--counter-borderColor: #00000000;
|
|
298
165
|
--data-auburn-color-emphasis: #a86f6b;
|
|
299
166
|
--data-auburn-color-muted: #271817;
|
|
@@ -315,27 +182,11 @@
|
|
|
315
182
|
--data-teal-color-muted: #041f25;
|
|
316
183
|
--data-yellow-color-emphasis: #895906;
|
|
317
184
|
--data-yellow-color-muted: #2e1a00;
|
|
318
|
-
--diffBlob-additionLine-bgColor: #46954a26;
|
|
319
|
-
--diffBlob-additionLine-fgColor: #d1d7e0;
|
|
320
185
|
--diffBlob-additionNum-bgColor: #57ab5a4d;
|
|
321
|
-
--diffBlob-additionNum-fgColor: #d1d7e0;
|
|
322
186
|
--diffBlob-additionWord-bgColor: #46954a66;
|
|
323
|
-
--diffBlob-additionWord-fgColor: #d1d7e0;
|
|
324
|
-
--diffBlob-deletionLine-bgColor: #e5534b1a;
|
|
325
|
-
--diffBlob-deletionLine-fgColor: #d1d7e0;
|
|
326
187
|
--diffBlob-deletionNum-bgColor: #e5534b4d;
|
|
327
|
-
--diffBlob-deletionNum-fgColor: #d1d7e0;
|
|
328
188
|
--diffBlob-deletionWord-bgColor: #e5534b66;
|
|
329
|
-
--diffBlob-deletionWord-fgColor: #d1d7e0;
|
|
330
|
-
--diffBlob-emptyLine-bgColor: #262c36;
|
|
331
|
-
--diffBlob-emptyNum-bgColor: #262c36;
|
|
332
|
-
--diffBlob-expander-iconColor: #9198a1;
|
|
333
|
-
--diffBlob-hunkLine-bgColor: #4184e41a;
|
|
334
|
-
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
335
|
-
--diffBlob-hunkNum-bgColor-hover: #316dca;
|
|
336
189
|
--diffBlob-hunkNum-bgColor-rest: #143d79;
|
|
337
|
-
--diffBlob-hunkNum-fgColor-hover: #f0f6fc;
|
|
338
|
-
--diffBlob-hunkNum-fgColor-rest: #d1d7e0;
|
|
339
190
|
--display-auburn-bgColor-emphasis: #87534f;
|
|
340
191
|
--display-auburn-bgColor-muted: #271817;
|
|
341
192
|
--display-auburn-borderColor-emphasis: #a86f6b;
|
|
@@ -431,30 +282,20 @@
|
|
|
431
282
|
--display-yellow-borderColor-emphasis: #aa7109;
|
|
432
283
|
--display-yellow-borderColor-muted: #3d2401;
|
|
433
284
|
--display-yellow-fgColor: #d3910d;
|
|
434
|
-
--fgColor-accent: #478be6;
|
|
435
285
|
--fgColor-attention: #c69026;
|
|
436
|
-
--fgColor-black: #1c2128;
|
|
437
|
-
--fgColor-closed: #e5534b;
|
|
438
286
|
--fgColor-danger: #e5534b;
|
|
439
287
|
--fgColor-default: #d1d7e0;
|
|
440
288
|
--fgColor-disabled: #656c76;
|
|
441
289
|
--fgColor-done: #986ee2;
|
|
442
|
-
--fgColor-link:
|
|
290
|
+
--fgColor-link: var(--fgColor-accent);
|
|
443
291
|
--fgColor-muted: #9198a1;
|
|
444
292
|
--fgColor-neutral: #9198a1;
|
|
445
293
|
--fgColor-onEmphasis: #f0f6fc;
|
|
446
|
-
--fgColor-onInverse: #1c2128;
|
|
447
|
-
--fgColor-open: #57ab5a;
|
|
448
294
|
--fgColor-severe: #cc6b2c;
|
|
449
295
|
--fgColor-sponsors: #c96198;
|
|
450
296
|
--fgColor-success: #57ab5a;
|
|
451
|
-
--fgColor-upsell: #986ee2;
|
|
452
|
-
--fgColor-white: #cdd9e5;
|
|
453
|
-
--focus-outline: 2px solid #316dca;
|
|
454
|
-
--focus-outlineColor: #316dca;
|
|
455
297
|
--header-bgColor: #151b23f2;
|
|
456
298
|
--header-borderColor-divider: #656c76;
|
|
457
|
-
--header-fgColor-default: #cdd9e5b3;
|
|
458
299
|
--header-fgColor-logo: #f0f6fc;
|
|
459
300
|
--headerSearch-bgColor: #0d1117;
|
|
460
301
|
--headerSearch-borderColor: #2a313c;
|
|
@@ -577,13 +418,147 @@
|
|
|
577
418
|
--overlay-backdrop-bgColor: #262c3666;
|
|
578
419
|
--overlay-bgColor: #2a313c;
|
|
579
420
|
--overlay-borderColor: #3d444db3;
|
|
580
|
-
--page-header-bgColor: #212830;
|
|
581
|
-
--reactionButton-selected-bgColor-hover: #4285e55c;
|
|
582
421
|
--reactionButton-selected-bgColor-rest: #4184e433;
|
|
583
422
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
584
|
-
--reactionButton-selected-fgColor-rest: #478be6;
|
|
585
423
|
--selectMenu-bgColor-active: #143d79;
|
|
586
|
-
--
|
|
424
|
+
--sideNav-bgColor-selected: #212830;
|
|
425
|
+
--skeletonLoader-bgColor: #656c7633;
|
|
426
|
+
--timelineBadge-bgColor: #262c36;
|
|
427
|
+
--topicTag-borderColor: #00000000;
|
|
428
|
+
--underlineNav-borderColor-active: #ec775c;
|
|
429
|
+
--avatar-bgColor: #cdd9e51a;
|
|
430
|
+
--bgColor-black: #1c2128;
|
|
431
|
+
--bgColor-closed-emphasis: var(--bgColor-danger-emphasis);
|
|
432
|
+
--bgColor-closed-muted: var(--bgColor-danger-muted);
|
|
433
|
+
--bgColor-inverse: #cdd9e5;
|
|
434
|
+
--bgColor-open-emphasis: var(--bgColor-success-emphasis);
|
|
435
|
+
--bgColor-open-muted: var(--bgColor-success-muted);
|
|
436
|
+
--bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
|
|
437
|
+
--bgColor-upsell-muted: var(--bgColor-done-muted);
|
|
438
|
+
--bgColor-white: #cdd9e5;
|
|
439
|
+
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
440
|
+
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
441
|
+
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
442
|
+
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
443
|
+
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
444
|
+
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
445
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
446
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
447
|
+
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
448
|
+
--border-done-muted: 0.0625rem solid #986ee266;
|
|
449
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
450
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
451
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
452
|
+
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
453
|
+
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
454
|
+
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
455
|
+
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
456
|
+
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
457
|
+
--border-success-muted: 0.0625rem solid #46954a66;
|
|
458
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
459
|
+
--borderColor-closed-emphasis: var(--borderColor-danger-emphasis);
|
|
460
|
+
--borderColor-closed-muted: var(--borderColor-danger-muted);
|
|
461
|
+
--borderColor-neutral-emphasis: var(--borderColor-emphasis);
|
|
462
|
+
--borderColor-open-emphasis: var(--borderColor-success-emphasis);
|
|
463
|
+
--borderColor-open-muted: var(--borderColor-success-muted);
|
|
464
|
+
--borderColor-translucent: #cdd9e526;
|
|
465
|
+
--borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
|
|
466
|
+
--borderColor-upsell-muted: var(--borderColor-done-muted);
|
|
467
|
+
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
468
|
+
--button-danger-fgColor-active: #cdd9e5;
|
|
469
|
+
--button-danger-fgColor-disabled: #e5534b80;
|
|
470
|
+
--button-danger-fgColor-hover: #cdd9e5;
|
|
471
|
+
--button-danger-iconColor-hover: #cdd9e5;
|
|
472
|
+
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
473
|
+
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
474
|
+
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
475
|
+
--button-default-bgColor-selected: var(--control-bgColor-active);
|
|
476
|
+
--button-default-borderColor-active: var(--button-default-borderColor-rest);
|
|
477
|
+
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
478
|
+
--button-default-borderColor-hover: var(--button-default-borderColor-rest);
|
|
479
|
+
--button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
|
|
480
|
+
--button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
|
|
481
|
+
--button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
|
|
482
|
+
--button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
|
|
483
|
+
--button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
|
|
484
|
+
--button-outline-bgColor-hover: var(--control-bgColor-hover);
|
|
485
|
+
--button-outline-fgColor-active: #cdd9e5;
|
|
486
|
+
--button-primary-bgColor-rest: var(--bgColor-success-emphasis);
|
|
487
|
+
--button-primary-borderColor-rest: #cdd9e51a;
|
|
488
|
+
--button-primary-fgColor-disabled: #cdd9e566;
|
|
489
|
+
--buttonCounter-danger-bgColor-disabled: #c93c370d;
|
|
490
|
+
--buttonCounter-danger-bgColor-hover: #cdd9e533;
|
|
491
|
+
--buttonCounter-danger-fgColor-disabled: #e5534b80;
|
|
492
|
+
--buttonCounter-danger-fgColor-hover: #cdd9e5;
|
|
493
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
494
|
+
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
495
|
+
--buttonCounter-outline-bgColor-disabled: #316dca0d;
|
|
496
|
+
--card-bgColor: var(--bgColor-muted);
|
|
497
|
+
--codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
|
|
498
|
+
--codeMirror-bgColor: var(--bgColor-default);
|
|
499
|
+
--codeMirror-cursor-fgColor: var(--fgColor-default);
|
|
500
|
+
--codeMirror-fgColor: var(--fgColor-default);
|
|
501
|
+
--codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
|
|
502
|
+
--codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
|
|
503
|
+
--codeMirror-gutters-bgColor: var(--bgColor-default);
|
|
504
|
+
--codeMirror-lineNumber-fgColor: var(--fgColor-muted);
|
|
505
|
+
--codeMirror-lines-bgColor: var(--bgColor-default);
|
|
506
|
+
--codeMirror-matchingBracket-fgColor: var(--fgColor-default);
|
|
507
|
+
--codeMirror-selection-bgColor: var(--borderColor-accent-muted);
|
|
508
|
+
--color-ansi-white-bright: #cdd9e5;
|
|
509
|
+
--control-bgColor-disabled: var(--bgColor-disabled);
|
|
510
|
+
--control-bgColor-selected: var(--control-bgColor-rest);
|
|
511
|
+
--control-borderColor-danger: var(--borderColor-danger-emphasis);
|
|
512
|
+
--control-borderColor-emphasis: var(--borderColor-emphasis);
|
|
513
|
+
--control-borderColor-success: var(--borderColor-success-emphasis);
|
|
514
|
+
--control-borderColor-warning: var(--borderColor-attention-emphasis);
|
|
515
|
+
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
516
|
+
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
517
|
+
--control-checked-fgColor-disabled: #1c2128;
|
|
518
|
+
--control-checked-fgColor-rest: var(--fgColor-onEmphasis);
|
|
519
|
+
--control-danger-bgColor-active: #e5534b66;
|
|
520
|
+
--control-danger-bgColor-hover: var(--bgColor-danger-muted);
|
|
521
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
522
|
+
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
523
|
+
--control-fgColor-placeholder: var(--fgColor-muted);
|
|
524
|
+
--control-fgColor-rest: var(--fgColor-default);
|
|
525
|
+
--control-iconColor-rest: var(--fgColor-muted);
|
|
526
|
+
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
527
|
+
--controlKnob-bgColor-checked: #cdd9e5;
|
|
528
|
+
--controlKnob-bgColor-rest: var(--bgColor-inset);
|
|
529
|
+
--controlTrack-bgColor-disabled: var(--fgColor-disabled);
|
|
530
|
+
--controlTrack-borderColor-disabled: var(--fgColor-disabled);
|
|
531
|
+
--controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
532
|
+
--controlTrack-fgColor-rest: var(--fgColor-muted);
|
|
533
|
+
--counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
|
|
534
|
+
--counter-bgColor-muted: var(--bgColor-neutral-muted);
|
|
535
|
+
--diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
|
|
536
|
+
--diffBlob-additionLine-fgColor: var(--fgColor-default);
|
|
537
|
+
--diffBlob-additionNum-fgColor: var(--fgColor-default);
|
|
538
|
+
--diffBlob-additionWord-fgColor: var(--fgColor-default);
|
|
539
|
+
--diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
|
|
540
|
+
--diffBlob-deletionLine-fgColor: var(--fgColor-default);
|
|
541
|
+
--diffBlob-deletionNum-fgColor: var(--fgColor-default);
|
|
542
|
+
--diffBlob-deletionWord-fgColor: var(--fgColor-default);
|
|
543
|
+
--diffBlob-emptyLine-bgColor: var(--bgColor-muted);
|
|
544
|
+
--diffBlob-emptyNum-bgColor: var(--bgColor-muted);
|
|
545
|
+
--diffBlob-expander-iconColor: var(--fgColor-muted);
|
|
546
|
+
--diffBlob-hunkLine-bgColor: var(--bgColor-accent-muted);
|
|
547
|
+
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
548
|
+
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
549
|
+
--diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
|
|
550
|
+
--diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
|
|
551
|
+
--fgColor-black: #1c2128;
|
|
552
|
+
--fgColor-closed: var(--fgColor-danger);
|
|
553
|
+
--fgColor-onInverse: #1c2128;
|
|
554
|
+
--fgColor-open: var(--fgColor-success);
|
|
555
|
+
--fgColor-upsell: var(--fgColor-done);
|
|
556
|
+
--fgColor-white: #cdd9e5;
|
|
557
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
558
|
+
--header-fgColor-default: #cdd9e5b3;
|
|
559
|
+
--page-header-bgColor: var(--bgColor-default);
|
|
560
|
+
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
561
|
+
--selectMenu-borderColor: var(--borderColor-default);
|
|
587
562
|
--selection-bgColor: #316dcab3;
|
|
588
563
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
589
564
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
@@ -594,22 +569,64 @@
|
|
|
594
569
|
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
595
570
|
--shadow-resting-small: 0px 1px 0px 0px #1c212866;
|
|
596
571
|
--shadow-resting-xsmall: 0px 1px 0px 0px #1c2128cc;
|
|
597
|
-
--
|
|
598
|
-
--
|
|
599
|
-
--
|
|
600
|
-
--
|
|
601
|
-
--
|
|
602
|
-
--
|
|
603
|
-
--
|
|
604
|
-
--
|
|
605
|
-
--
|
|
606
|
-
--
|
|
572
|
+
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
573
|
+
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
574
|
+
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
575
|
+
--underlineNav-borderColor-hover: var(--borderColor-neutral-muted);
|
|
576
|
+
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
577
|
+
--avatar-borderColor: var(--borderColor-translucent);
|
|
578
|
+
--border-closed-emphasis: var(--border-danger-emphasis);
|
|
579
|
+
--border-closed-muted: var(--border-danger-muted);
|
|
580
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
581
|
+
--border-open-emphasis: var(--border-success-emphasis);
|
|
582
|
+
--border-open-muted: var(--border-success-muted);
|
|
583
|
+
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
584
|
+
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
585
|
+
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
586
|
+
--button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
587
|
+
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
588
|
+
--button-default-fgColor-rest: var(--control-fgColor-rest);
|
|
589
|
+
--button-invisible-fgColor-active: var(--control-fgColor-rest);
|
|
590
|
+
--button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
|
|
591
|
+
--button-invisible-fgColor-hover: var(--control-fgColor-rest);
|
|
592
|
+
--button-invisible-fgColor-rest: var(--control-fgColor-rest);
|
|
593
|
+
--button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
|
|
594
|
+
--button-outline-bgColor-disabled: var(--control-bgColor-disabled);
|
|
595
|
+
--button-outline-borderColor-hover: var(--button-default-borderColor-hover);
|
|
596
|
+
--button-primary-borderColor-active: var(--button-primary-borderColor-rest);
|
|
597
|
+
--button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
598
|
+
--control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
|
|
599
|
+
--control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
|
|
600
|
+
--controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
|
|
601
|
+
--controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
|
|
602
|
+
--controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
|
|
603
|
+
--controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
|
|
604
|
+
--focus-outline: 2px solid #316dca;
|
|
605
|
+
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
606
|
+
--button-outline-borderColor-selected: var(--button-outline-borderColor-hover);
|
|
607
607
|
}
|
|
608
608
|
@media (prefers-color-scheme: dark) {
|
|
609
609
|
[data-color-mode="auto"][data-dark-theme="dark_dimmed"],
|
|
610
610
|
[data-color-mode="auto"][data-dark-theme="dark_dimmed"] ::backdrop {
|
|
611
|
-
--
|
|
612
|
-
--
|
|
611
|
+
--button-danger-bgColor-active: #c33d38;
|
|
612
|
+
--button-danger-fgColor-rest: #ea5c53;
|
|
613
|
+
--button-danger-iconColor-rest: #ea5c53;
|
|
614
|
+
--button-outline-fgColor-disabled: #478be680;
|
|
615
|
+
--button-primary-bgColor-active: #428f46;
|
|
616
|
+
--button-primary-bgColor-disabled: #50a254;
|
|
617
|
+
--button-primary-bgColor-hover: #3b8640;
|
|
618
|
+
--button-primary-borderColor-disabled: #50a254;
|
|
619
|
+
--button-primary-fgColor-rest: #ffffff;
|
|
620
|
+
--button-primary-iconColor-rest: #ffffff;
|
|
621
|
+
--color-ansi-cyan: #39c5cf;
|
|
622
|
+
--color-ansi-cyan-bright: #56d4dd;
|
|
623
|
+
--control-borderColor-rest: #3d444d;
|
|
624
|
+
--control-checked-bgColor-active: #3f7fdb;
|
|
625
|
+
--control-checked-bgColor-hover: #3876d3;
|
|
626
|
+
--control-checked-borderColor-active: #3f7fdb;
|
|
627
|
+
--control-checked-borderColor-hover: #3876d3;
|
|
628
|
+
--fgColor-accent: #478be6;
|
|
629
|
+
--reactionButton-selected-bgColor-hover: #4285e55c;
|
|
613
630
|
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
614
631
|
--avatarStack-fade-bgColor-default: #3d444d;
|
|
615
632
|
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
@@ -617,9 +634,6 @@
|
|
|
617
634
|
--bgColor-accent-muted: #4184e41a;
|
|
618
635
|
--bgColor-attention-emphasis: #966600;
|
|
619
636
|
--bgColor-attention-muted: #ae7c1426;
|
|
620
|
-
--bgColor-black: #1c2128;
|
|
621
|
-
--bgColor-closed-emphasis: #c93c37;
|
|
622
|
-
--bgColor-closed-muted: #e5534b1a;
|
|
623
637
|
--bgColor-danger-emphasis: #c93c37;
|
|
624
638
|
--bgColor-danger-muted: #e5534b1a;
|
|
625
639
|
--bgColor-default: #212830;
|
|
@@ -628,12 +642,9 @@
|
|
|
628
642
|
--bgColor-done-muted: #986ee226;
|
|
629
643
|
--bgColor-emphasis: #3d444d;
|
|
630
644
|
--bgColor-inset: #151b23;
|
|
631
|
-
--bgColor-inverse: #cdd9e5;
|
|
632
645
|
--bgColor-muted: #262c36;
|
|
633
646
|
--bgColor-neutral-emphasis: #656c76;
|
|
634
647
|
--bgColor-neutral-muted: #656c7633;
|
|
635
|
-
--bgColor-open-emphasis: #347d39;
|
|
636
|
-
--bgColor-open-muted: #46954a26;
|
|
637
648
|
--bgColor-severe-emphasis: #ae5622;
|
|
638
649
|
--bgColor-severe-muted: #cc6b2c1a;
|
|
639
650
|
--bgColor-sponsors-emphasis: #ae4c82;
|
|
@@ -641,42 +652,10 @@
|
|
|
641
652
|
--bgColor-success-emphasis: #347d39;
|
|
642
653
|
--bgColor-success-muted: #46954a26;
|
|
643
654
|
--bgColor-transparent: #00000000;
|
|
644
|
-
--bgColor-upsell-emphasis: #8256d0;
|
|
645
|
-
--bgColor-upsell-muted: #986ee226;
|
|
646
|
-
--bgColor-white: #cdd9e5;
|
|
647
|
-
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
648
|
-
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
649
|
-
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
650
|
-
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
651
|
-
--border-closed-emphasis: 0.0625rem solid #c93c37;
|
|
652
|
-
--border-closed-muted: 0.0625rem solid #e5534b66;
|
|
653
|
-
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
654
|
-
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
655
|
-
--border-default: 0.0625rem solid #3d444d;
|
|
656
|
-
--border-disabled: 0.0625rem solid #656c761a;
|
|
657
|
-
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
658
|
-
--border-done-muted: 0.0625rem solid #986ee266;
|
|
659
|
-
--border-emphasis: 0.0625rem solid #656c76;
|
|
660
|
-
--border-muted: 0.0625rem solid #3d444db3;
|
|
661
|
-
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
662
|
-
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
663
|
-
--border-open-emphasis: 0.0625rem solid #347d39;
|
|
664
|
-
--border-open-muted: 0.0625rem solid #46954a66;
|
|
665
|
-
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
666
|
-
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
667
|
-
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
668
|
-
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
669
|
-
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
670
|
-
--border-success-muted: 0.0625rem solid #46954a66;
|
|
671
|
-
--border-transparent: 0.0625rem solid #00000000;
|
|
672
|
-
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
673
|
-
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
674
655
|
--borderColor-accent-emphasis: #316dca;
|
|
675
656
|
--borderColor-accent-muted: #4184e466;
|
|
676
657
|
--borderColor-attention-emphasis: #966600;
|
|
677
658
|
--borderColor-attention-muted: #ae7c1466;
|
|
678
|
-
--borderColor-closed-emphasis: #c93c37;
|
|
679
|
-
--borderColor-closed-muted: #e5534b66;
|
|
680
659
|
--borderColor-danger-emphasis: #c93c37;
|
|
681
660
|
--borderColor-danger-muted: #e5534b66;
|
|
682
661
|
--borderColor-default: #3d444d;
|
|
@@ -685,112 +664,40 @@
|
|
|
685
664
|
--borderColor-done-muted: #986ee266;
|
|
686
665
|
--borderColor-emphasis: #656c76;
|
|
687
666
|
--borderColor-muted: #3d444db3;
|
|
688
|
-
--borderColor-neutral-emphasis: #656c76;
|
|
689
667
|
--borderColor-neutral-muted: #3d444db3;
|
|
690
|
-
--borderColor-open-emphasis: #347d39;
|
|
691
|
-
--borderColor-open-muted: #46954a66;
|
|
692
668
|
--borderColor-severe-emphasis: #ae5622;
|
|
693
669
|
--borderColor-severe-muted: #cc6b2c66;
|
|
694
670
|
--borderColor-sponsors-emphasis: #ae4c82;
|
|
695
671
|
--borderColor-sponsors-muted: #c9619866;
|
|
696
672
|
--borderColor-success-emphasis: #347d39;
|
|
697
673
|
--borderColor-success-muted: #46954a66;
|
|
698
|
-
--borderColor-translucent: #cdd9e526;
|
|
699
674
|
--borderColor-transparent: #00000000;
|
|
700
|
-
--borderColor-upsell-emphasis: #8256d0;
|
|
701
|
-
--borderColor-upsell-muted: #986ee266;
|
|
702
|
-
--button-danger-bgColor-active: #c33d38;
|
|
703
|
-
--button-danger-bgColor-disabled: #2a313c;
|
|
704
675
|
--button-danger-bgColor-hover: #ad2e2c;
|
|
705
|
-
--button-danger-
|
|
706
|
-
--button-danger-borderColor-active: #cdd9e51a;
|
|
707
|
-
--button-danger-borderColor-hover: #cdd9e51a;
|
|
708
|
-
--button-danger-borderColor-rest: #3d444d;
|
|
709
|
-
--button-danger-fgColor-active: #cdd9e5;
|
|
710
|
-
--button-danger-fgColor-disabled: #e5534b80;
|
|
711
|
-
--button-danger-fgColor-hover: #cdd9e5;
|
|
712
|
-
--button-danger-fgColor-rest: #ea5c53;
|
|
713
|
-
--button-danger-iconColor-hover: #cdd9e5;
|
|
714
|
-
--button-danger-iconColor-rest: #ea5c53;
|
|
676
|
+
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
715
677
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
716
|
-
--button-default-
|
|
717
|
-
--button-default-bgColor-disabled: #2a313c;
|
|
718
|
-
--button-default-bgColor-hover: #2f3742;
|
|
719
|
-
--button-default-bgColor-rest: #2a313c;
|
|
720
|
-
--button-default-bgColor-selected: #3d444d;
|
|
721
|
-
--button-default-borderColor-active: #3d444d;
|
|
722
|
-
--button-default-borderColor-disabled: #656c761a;
|
|
723
|
-
--button-default-borderColor-hover: #3d444d;
|
|
724
|
-
--button-default-borderColor-rest: #3d444d;
|
|
725
|
-
--button-default-fgColor-rest: #d1d7e0;
|
|
678
|
+
--button-default-borderColor-rest: var(--control-borderColor-rest);
|
|
726
679
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
727
680
|
--button-inactive-bgColor: #2a313c;
|
|
728
681
|
--button-inactive-fgColor: #656c76;
|
|
729
|
-
--button-invisible-bgColor-active: #656c7633;
|
|
730
682
|
--button-invisible-bgColor-disabled: #00000000;
|
|
731
|
-
--button-invisible-bgColor-hover: #656c7626;
|
|
732
|
-
--button-invisible-bgColor-rest: #00000000;
|
|
733
683
|
--button-invisible-borderColor-disabled: #00000000;
|
|
734
|
-
--button-invisible-borderColor-hover: #00000000;
|
|
735
|
-
--button-invisible-borderColor-rest: #00000000;
|
|
736
|
-
--button-invisible-fgColor-active: #d1d7e0;
|
|
737
|
-
--button-invisible-fgColor-disabled: #656c76;
|
|
738
|
-
--button-invisible-fgColor-hover: #d1d7e0;
|
|
739
|
-
--button-invisible-fgColor-rest: #d1d7e0;
|
|
740
|
-
--button-invisible-iconColor-disabled: #656c76;
|
|
741
684
|
--button-invisible-iconColor-hover: #b7bdc8;
|
|
742
685
|
--button-invisible-iconColor-rest: #b7bdc8;
|
|
743
686
|
--button-outline-bgColor-active: #1b4b91;
|
|
744
|
-
--button-outline-bgColor-disabled: #2a313c;
|
|
745
|
-
--button-outline-bgColor-hover: #2f3742;
|
|
746
687
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
747
|
-
--button-outline-borderColor-hover: #3d444d;
|
|
748
|
-
--button-outline-borderColor-selected: #3d444d;
|
|
749
|
-
--button-outline-fgColor-active: #cdd9e5;
|
|
750
|
-
--button-outline-fgColor-disabled: #478be680;
|
|
751
688
|
--button-outline-fgColor-hover: #539bf5;
|
|
752
689
|
--button-outline-fgColor-rest: #4184e4;
|
|
753
690
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
754
|
-
--button-primary-bgColor-active: #428f46;
|
|
755
|
-
--button-primary-bgColor-disabled: #50a254;
|
|
756
|
-
--button-primary-bgColor-hover: #3b8640;
|
|
757
|
-
--button-primary-bgColor-rest: #347d39;
|
|
758
|
-
--button-primary-borderColor-active: #cdd9e51a;
|
|
759
|
-
--button-primary-borderColor-disabled: #50a254;
|
|
760
|
-
--button-primary-borderColor-hover: #cdd9e51a;
|
|
761
|
-
--button-primary-borderColor-rest: #cdd9e51a;
|
|
762
|
-
--button-primary-fgColor-disabled: #cdd9e566;
|
|
763
|
-
--button-primary-fgColor-rest: #ffffff;
|
|
764
|
-
--button-primary-iconColor-rest: #ffffff;
|
|
765
691
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
766
692
|
--button-star-iconColor: #daaa3f;
|
|
767
|
-
--buttonCounter-danger-bgColor-disabled: #c93c370d;
|
|
768
|
-
--buttonCounter-danger-bgColor-hover: #cdd9e533;
|
|
769
693
|
--buttonCounter-danger-bgColor-rest: #5d0f1233;
|
|
770
|
-
--buttonCounter-danger-fgColor-disabled: #e5534b80;
|
|
771
|
-
--buttonCounter-danger-fgColor-hover: #cdd9e5;
|
|
772
|
-
--buttonCounter-danger-fgColor-rest: #e5534b;
|
|
773
694
|
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
774
|
-
--buttonCounter-invisible-bgColor-rest: #656c7633;
|
|
775
|
-
--buttonCounter-outline-bgColor-disabled: #316dca0d;
|
|
776
695
|
--buttonCounter-outline-bgColor-hover: #0f2d5c33;
|
|
777
696
|
--buttonCounter-outline-bgColor-rest: #0f2d5c33;
|
|
778
697
|
--buttonCounter-outline-fgColor-disabled: #478be680;
|
|
779
698
|
--buttonCounter-outline-fgColor-hover: #539bf5;
|
|
780
699
|
--buttonCounter-outline-fgColor-rest: #4184e4;
|
|
781
700
|
--buttonCounter-primary-bgColor-rest: #11341733;
|
|
782
|
-
--card-bgColor: #262c36;
|
|
783
|
-
--codeMirror-activeline-bgColor: #656c7633;
|
|
784
|
-
--codeMirror-bgColor: #212830;
|
|
785
|
-
--codeMirror-cursor-fgColor: #d1d7e0;
|
|
786
|
-
--codeMirror-fgColor: #d1d7e0;
|
|
787
|
-
--codeMirror-gutterMarker-fgColor-default: #212830;
|
|
788
|
-
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
789
|
-
--codeMirror-gutters-bgColor: #212830;
|
|
790
|
-
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
791
|
-
--codeMirror-lines-bgColor: #212830;
|
|
792
|
-
--codeMirror-matchingBracket-fgColor: #d1d7e0;
|
|
793
|
-
--codeMirror-selection-bgColor: #4184e466;
|
|
794
701
|
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
795
702
|
--codeMirror-syntax-fgColor-constant: #6cb6ff;
|
|
796
703
|
--codeMirror-syntax-fgColor-entity: #dcbdfb;
|
|
@@ -803,8 +710,6 @@
|
|
|
803
710
|
--color-ansi-black-bright: #656c76;
|
|
804
711
|
--color-ansi-blue: #539bf5;
|
|
805
712
|
--color-ansi-blue-bright: #6cb6ff;
|
|
806
|
-
--color-ansi-cyan: #39c5cf;
|
|
807
|
-
--color-ansi-cyan-bright: #56d4dd;
|
|
808
713
|
--color-ansi-gray: #656c76;
|
|
809
714
|
--color-ansi-green: #57ab5a;
|
|
810
715
|
--color-ansi-green-bright: #6bc46d;
|
|
@@ -813,7 +718,6 @@
|
|
|
813
718
|
--color-ansi-red: #f47067;
|
|
814
719
|
--color-ansi-red-bright: #ff938a;
|
|
815
720
|
--color-ansi-white: #f0f6fc;
|
|
816
|
-
--color-ansi-white-bright: #cdd9e5;
|
|
817
721
|
--color-ansi-yellow: #c69026;
|
|
818
722
|
--color-ansi-yellow-bright: #daaa3f;
|
|
819
723
|
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
@@ -847,59 +751,22 @@
|
|
|
847
751
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
848
752
|
--color-prettylights-syntax-variable: #f69d50;
|
|
849
753
|
--control-bgColor-active: #3d444d;
|
|
850
|
-
--control-bgColor-disabled: #2a313c;
|
|
851
754
|
--control-bgColor-hover: #2f3742;
|
|
852
755
|
--control-bgColor-rest: #2a313c;
|
|
853
|
-
--control-bgColor-selected: #2a313c;
|
|
854
|
-
--control-borderColor-danger: #c93c37;
|
|
855
756
|
--control-borderColor-disabled: #656c761a;
|
|
856
|
-
--control-borderColor-emphasis: #656c76;
|
|
857
|
-
--control-borderColor-rest: #3d444d;
|
|
858
757
|
--control-borderColor-selected: #f0f6fc;
|
|
859
|
-
--control-borderColor-success: #347d39;
|
|
860
|
-
--control-borderColor-warning: #966600;
|
|
861
|
-
--control-checked-bgColor-active: #3f7fdb;
|
|
862
|
-
--control-checked-bgColor-disabled: #656c76;
|
|
863
|
-
--control-checked-bgColor-hover: #3876d3;
|
|
864
|
-
--control-checked-bgColor-rest: #316dca;
|
|
865
|
-
--control-checked-borderColor-active: #3f7fdb;
|
|
866
|
-
--control-checked-borderColor-disabled: #656c76;
|
|
867
|
-
--control-checked-borderColor-hover: #3876d3;
|
|
868
|
-
--control-checked-borderColor-rest: #316dca;
|
|
869
|
-
--control-checked-fgColor-disabled: #1c2128;
|
|
870
|
-
--control-checked-fgColor-rest: #f0f6fc;
|
|
871
|
-
--control-danger-bgColor-active: #e5534b66;
|
|
872
|
-
--control-danger-bgColor-hover: #e5534b1a;
|
|
873
758
|
--control-danger-fgColor-hover: #f47067;
|
|
874
|
-
--control-danger-fgColor-rest: #e5534b;
|
|
875
|
-
--control-fgColor-disabled: #656c76;
|
|
876
|
-
--control-fgColor-placeholder: #9198a1;
|
|
877
|
-
--control-fgColor-rest: #d1d7e0;
|
|
878
|
-
--control-iconColor-rest: #9198a1;
|
|
879
759
|
--control-transparent-bgColor-active: #656c7633;
|
|
880
|
-
--control-transparent-bgColor-disabled: #2a313c;
|
|
881
760
|
--control-transparent-bgColor-hover: #656c7626;
|
|
882
761
|
--control-transparent-bgColor-rest: #00000000;
|
|
883
762
|
--control-transparent-bgColor-selected: #656c761a;
|
|
884
763
|
--control-transparent-borderColor-active: #00000000;
|
|
885
764
|
--control-transparent-borderColor-hover: #00000000;
|
|
886
765
|
--control-transparent-borderColor-rest: #00000000;
|
|
887
|
-
--controlKnob-bgColor-checked: #cdd9e5;
|
|
888
|
-
--controlKnob-bgColor-disabled: #2a313c;
|
|
889
|
-
--controlKnob-bgColor-rest: #151b23;
|
|
890
|
-
--controlKnob-borderColor-checked: #316dca;
|
|
891
|
-
--controlKnob-borderColor-disabled: #2a313c;
|
|
892
|
-
--controlKnob-borderColor-rest: #656c76;
|
|
893
766
|
--controlTrack-bgColor-active: #3d444d;
|
|
894
|
-
--controlTrack-bgColor-disabled: #656c76;
|
|
895
767
|
--controlTrack-bgColor-hover: #2f3742;
|
|
896
768
|
--controlTrack-bgColor-rest: #2a313c;
|
|
897
|
-
--controlTrack-borderColor-disabled: #656c76;
|
|
898
769
|
--controlTrack-borderColor-rest: #3d444d;
|
|
899
|
-
--controlTrack-fgColor-disabled: #f0f6fc;
|
|
900
|
-
--controlTrack-fgColor-rest: #9198a1;
|
|
901
|
-
--counter-bgColor-emphasis: #656c76;
|
|
902
|
-
--counter-bgColor-muted: #656c7633;
|
|
903
770
|
--counter-borderColor: #00000000;
|
|
904
771
|
--data-auburn-color-emphasis: #a86f6b;
|
|
905
772
|
--data-auburn-color-muted: #271817;
|
|
@@ -921,27 +788,11 @@
|
|
|
921
788
|
--data-teal-color-muted: #041f25;
|
|
922
789
|
--data-yellow-color-emphasis: #895906;
|
|
923
790
|
--data-yellow-color-muted: #2e1a00;
|
|
924
|
-
--diffBlob-additionLine-bgColor: #46954a26;
|
|
925
|
-
--diffBlob-additionLine-fgColor: #d1d7e0;
|
|
926
791
|
--diffBlob-additionNum-bgColor: #57ab5a4d;
|
|
927
|
-
--diffBlob-additionNum-fgColor: #d1d7e0;
|
|
928
792
|
--diffBlob-additionWord-bgColor: #46954a66;
|
|
929
|
-
--diffBlob-additionWord-fgColor: #d1d7e0;
|
|
930
|
-
--diffBlob-deletionLine-bgColor: #e5534b1a;
|
|
931
|
-
--diffBlob-deletionLine-fgColor: #d1d7e0;
|
|
932
793
|
--diffBlob-deletionNum-bgColor: #e5534b4d;
|
|
933
|
-
--diffBlob-deletionNum-fgColor: #d1d7e0;
|
|
934
794
|
--diffBlob-deletionWord-bgColor: #e5534b66;
|
|
935
|
-
--diffBlob-deletionWord-fgColor: #d1d7e0;
|
|
936
|
-
--diffBlob-emptyLine-bgColor: #262c36;
|
|
937
|
-
--diffBlob-emptyNum-bgColor: #262c36;
|
|
938
|
-
--diffBlob-expander-iconColor: #9198a1;
|
|
939
|
-
--diffBlob-hunkLine-bgColor: #4184e41a;
|
|
940
|
-
--diffBlob-hunkLine-fgColor: #9198a1;
|
|
941
|
-
--diffBlob-hunkNum-bgColor-hover: #316dca;
|
|
942
795
|
--diffBlob-hunkNum-bgColor-rest: #143d79;
|
|
943
|
-
--diffBlob-hunkNum-fgColor-hover: #f0f6fc;
|
|
944
|
-
--diffBlob-hunkNum-fgColor-rest: #d1d7e0;
|
|
945
796
|
--display-auburn-bgColor-emphasis: #87534f;
|
|
946
797
|
--display-auburn-bgColor-muted: #271817;
|
|
947
798
|
--display-auburn-borderColor-emphasis: #a86f6b;
|
|
@@ -1037,30 +888,20 @@
|
|
|
1037
888
|
--display-yellow-borderColor-emphasis: #aa7109;
|
|
1038
889
|
--display-yellow-borderColor-muted: #3d2401;
|
|
1039
890
|
--display-yellow-fgColor: #d3910d;
|
|
1040
|
-
--fgColor-accent: #478be6;
|
|
1041
891
|
--fgColor-attention: #c69026;
|
|
1042
|
-
--fgColor-black: #1c2128;
|
|
1043
|
-
--fgColor-closed: #e5534b;
|
|
1044
892
|
--fgColor-danger: #e5534b;
|
|
1045
893
|
--fgColor-default: #d1d7e0;
|
|
1046
894
|
--fgColor-disabled: #656c76;
|
|
1047
895
|
--fgColor-done: #986ee2;
|
|
1048
|
-
--fgColor-link:
|
|
896
|
+
--fgColor-link: var(--fgColor-accent);
|
|
1049
897
|
--fgColor-muted: #9198a1;
|
|
1050
898
|
--fgColor-neutral: #9198a1;
|
|
1051
899
|
--fgColor-onEmphasis: #f0f6fc;
|
|
1052
|
-
--fgColor-onInverse: #1c2128;
|
|
1053
|
-
--fgColor-open: #57ab5a;
|
|
1054
900
|
--fgColor-severe: #cc6b2c;
|
|
1055
901
|
--fgColor-sponsors: #c96198;
|
|
1056
902
|
--fgColor-success: #57ab5a;
|
|
1057
|
-
--fgColor-upsell: #986ee2;
|
|
1058
|
-
--fgColor-white: #cdd9e5;
|
|
1059
|
-
--focus-outline: 2px solid #316dca;
|
|
1060
|
-
--focus-outlineColor: #316dca;
|
|
1061
903
|
--header-bgColor: #151b23f2;
|
|
1062
904
|
--header-borderColor-divider: #656c76;
|
|
1063
|
-
--header-fgColor-default: #cdd9e5b3;
|
|
1064
905
|
--header-fgColor-logo: #f0f6fc;
|
|
1065
906
|
--headerSearch-bgColor: #0d1117;
|
|
1066
907
|
--headerSearch-borderColor: #2a313c;
|
|
@@ -1183,13 +1024,147 @@
|
|
|
1183
1024
|
--overlay-backdrop-bgColor: #262c3666;
|
|
1184
1025
|
--overlay-bgColor: #2a313c;
|
|
1185
1026
|
--overlay-borderColor: #3d444db3;
|
|
1186
|
-
--page-header-bgColor: #212830;
|
|
1187
|
-
--reactionButton-selected-bgColor-hover: #4285e55c;
|
|
1188
1027
|
--reactionButton-selected-bgColor-rest: #4184e433;
|
|
1189
1028
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
1190
|
-
--reactionButton-selected-fgColor-rest: #478be6;
|
|
1191
1029
|
--selectMenu-bgColor-active: #143d79;
|
|
1192
|
-
--
|
|
1030
|
+
--sideNav-bgColor-selected: #212830;
|
|
1031
|
+
--skeletonLoader-bgColor: #656c7633;
|
|
1032
|
+
--timelineBadge-bgColor: #262c36;
|
|
1033
|
+
--topicTag-borderColor: #00000000;
|
|
1034
|
+
--underlineNav-borderColor-active: #ec775c;
|
|
1035
|
+
--avatar-bgColor: #cdd9e51a;
|
|
1036
|
+
--bgColor-black: #1c2128;
|
|
1037
|
+
--bgColor-closed-emphasis: var(--bgColor-danger-emphasis);
|
|
1038
|
+
--bgColor-closed-muted: var(--bgColor-danger-muted);
|
|
1039
|
+
--bgColor-inverse: #cdd9e5;
|
|
1040
|
+
--bgColor-open-emphasis: var(--bgColor-success-emphasis);
|
|
1041
|
+
--bgColor-open-muted: var(--bgColor-success-muted);
|
|
1042
|
+
--bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
|
|
1043
|
+
--bgColor-upsell-muted: var(--bgColor-done-muted);
|
|
1044
|
+
--bgColor-white: #cdd9e5;
|
|
1045
|
+
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
1046
|
+
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
1047
|
+
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
1048
|
+
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
1049
|
+
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
1050
|
+
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
1051
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
1052
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
1053
|
+
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
1054
|
+
--border-done-muted: 0.0625rem solid #986ee266;
|
|
1055
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
1056
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
1057
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
1058
|
+
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
1059
|
+
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
1060
|
+
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
1061
|
+
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
1062
|
+
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
1063
|
+
--border-success-muted: 0.0625rem solid #46954a66;
|
|
1064
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
1065
|
+
--borderColor-closed-emphasis: var(--borderColor-danger-emphasis);
|
|
1066
|
+
--borderColor-closed-muted: var(--borderColor-danger-muted);
|
|
1067
|
+
--borderColor-neutral-emphasis: var(--borderColor-emphasis);
|
|
1068
|
+
--borderColor-open-emphasis: var(--borderColor-success-emphasis);
|
|
1069
|
+
--borderColor-open-muted: var(--borderColor-success-muted);
|
|
1070
|
+
--borderColor-translucent: #cdd9e526;
|
|
1071
|
+
--borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
|
|
1072
|
+
--borderColor-upsell-muted: var(--borderColor-done-muted);
|
|
1073
|
+
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
1074
|
+
--button-danger-fgColor-active: #cdd9e5;
|
|
1075
|
+
--button-danger-fgColor-disabled: #e5534b80;
|
|
1076
|
+
--button-danger-fgColor-hover: #cdd9e5;
|
|
1077
|
+
--button-danger-iconColor-hover: #cdd9e5;
|
|
1078
|
+
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
1079
|
+
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
1080
|
+
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
1081
|
+
--button-default-bgColor-selected: var(--control-bgColor-active);
|
|
1082
|
+
--button-default-borderColor-active: var(--button-default-borderColor-rest);
|
|
1083
|
+
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
1084
|
+
--button-default-borderColor-hover: var(--button-default-borderColor-rest);
|
|
1085
|
+
--button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
|
|
1086
|
+
--button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
|
|
1087
|
+
--button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
|
|
1088
|
+
--button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
|
|
1089
|
+
--button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
|
|
1090
|
+
--button-outline-bgColor-hover: var(--control-bgColor-hover);
|
|
1091
|
+
--button-outline-fgColor-active: #cdd9e5;
|
|
1092
|
+
--button-primary-bgColor-rest: var(--bgColor-success-emphasis);
|
|
1093
|
+
--button-primary-borderColor-rest: #cdd9e51a;
|
|
1094
|
+
--button-primary-fgColor-disabled: #cdd9e566;
|
|
1095
|
+
--buttonCounter-danger-bgColor-disabled: #c93c370d;
|
|
1096
|
+
--buttonCounter-danger-bgColor-hover: #cdd9e533;
|
|
1097
|
+
--buttonCounter-danger-fgColor-disabled: #e5534b80;
|
|
1098
|
+
--buttonCounter-danger-fgColor-hover: #cdd9e5;
|
|
1099
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
1100
|
+
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
1101
|
+
--buttonCounter-outline-bgColor-disabled: #316dca0d;
|
|
1102
|
+
--card-bgColor: var(--bgColor-muted);
|
|
1103
|
+
--codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
|
|
1104
|
+
--codeMirror-bgColor: var(--bgColor-default);
|
|
1105
|
+
--codeMirror-cursor-fgColor: var(--fgColor-default);
|
|
1106
|
+
--codeMirror-fgColor: var(--fgColor-default);
|
|
1107
|
+
--codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
|
|
1108
|
+
--codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
|
|
1109
|
+
--codeMirror-gutters-bgColor: var(--bgColor-default);
|
|
1110
|
+
--codeMirror-lineNumber-fgColor: var(--fgColor-muted);
|
|
1111
|
+
--codeMirror-lines-bgColor: var(--bgColor-default);
|
|
1112
|
+
--codeMirror-matchingBracket-fgColor: var(--fgColor-default);
|
|
1113
|
+
--codeMirror-selection-bgColor: var(--borderColor-accent-muted);
|
|
1114
|
+
--color-ansi-white-bright: #cdd9e5;
|
|
1115
|
+
--control-bgColor-disabled: var(--bgColor-disabled);
|
|
1116
|
+
--control-bgColor-selected: var(--control-bgColor-rest);
|
|
1117
|
+
--control-borderColor-danger: var(--borderColor-danger-emphasis);
|
|
1118
|
+
--control-borderColor-emphasis: var(--borderColor-emphasis);
|
|
1119
|
+
--control-borderColor-success: var(--borderColor-success-emphasis);
|
|
1120
|
+
--control-borderColor-warning: var(--borderColor-attention-emphasis);
|
|
1121
|
+
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
1122
|
+
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
1123
|
+
--control-checked-fgColor-disabled: #1c2128;
|
|
1124
|
+
--control-checked-fgColor-rest: var(--fgColor-onEmphasis);
|
|
1125
|
+
--control-danger-bgColor-active: #e5534b66;
|
|
1126
|
+
--control-danger-bgColor-hover: var(--bgColor-danger-muted);
|
|
1127
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1128
|
+
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
1129
|
+
--control-fgColor-placeholder: var(--fgColor-muted);
|
|
1130
|
+
--control-fgColor-rest: var(--fgColor-default);
|
|
1131
|
+
--control-iconColor-rest: var(--fgColor-muted);
|
|
1132
|
+
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
1133
|
+
--controlKnob-bgColor-checked: #cdd9e5;
|
|
1134
|
+
--controlKnob-bgColor-rest: var(--bgColor-inset);
|
|
1135
|
+
--controlTrack-bgColor-disabled: var(--fgColor-disabled);
|
|
1136
|
+
--controlTrack-borderColor-disabled: var(--fgColor-disabled);
|
|
1137
|
+
--controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
|
|
1138
|
+
--controlTrack-fgColor-rest: var(--fgColor-muted);
|
|
1139
|
+
--counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
|
|
1140
|
+
--counter-bgColor-muted: var(--bgColor-neutral-muted);
|
|
1141
|
+
--diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
|
|
1142
|
+
--diffBlob-additionLine-fgColor: var(--fgColor-default);
|
|
1143
|
+
--diffBlob-additionNum-fgColor: var(--fgColor-default);
|
|
1144
|
+
--diffBlob-additionWord-fgColor: var(--fgColor-default);
|
|
1145
|
+
--diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
|
|
1146
|
+
--diffBlob-deletionLine-fgColor: var(--fgColor-default);
|
|
1147
|
+
--diffBlob-deletionNum-fgColor: var(--fgColor-default);
|
|
1148
|
+
--diffBlob-deletionWord-fgColor: var(--fgColor-default);
|
|
1149
|
+
--diffBlob-emptyLine-bgColor: var(--bgColor-muted);
|
|
1150
|
+
--diffBlob-emptyNum-bgColor: var(--bgColor-muted);
|
|
1151
|
+
--diffBlob-expander-iconColor: var(--fgColor-muted);
|
|
1152
|
+
--diffBlob-hunkLine-bgColor: var(--bgColor-accent-muted);
|
|
1153
|
+
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
1154
|
+
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
1155
|
+
--diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
|
|
1156
|
+
--diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
|
|
1157
|
+
--fgColor-black: #1c2128;
|
|
1158
|
+
--fgColor-closed: var(--fgColor-danger);
|
|
1159
|
+
--fgColor-onInverse: #1c2128;
|
|
1160
|
+
--fgColor-open: var(--fgColor-success);
|
|
1161
|
+
--fgColor-upsell: var(--fgColor-done);
|
|
1162
|
+
--fgColor-white: #cdd9e5;
|
|
1163
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1164
|
+
--header-fgColor-default: #cdd9e5b3;
|
|
1165
|
+
--page-header-bgColor: var(--bgColor-default);
|
|
1166
|
+
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1167
|
+
--selectMenu-borderColor: var(--borderColor-default);
|
|
1193
1168
|
--selection-bgColor: #316dcab3;
|
|
1194
1169
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
1195
1170
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
@@ -1200,15 +1175,40 @@
|
|
|
1200
1175
|
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
1201
1176
|
--shadow-resting-small: 0px 1px 0px 0px #1c212866;
|
|
1202
1177
|
--shadow-resting-xsmall: 0px 1px 0px 0px #1c2128cc;
|
|
1203
|
-
--
|
|
1204
|
-
--
|
|
1205
|
-
--
|
|
1206
|
-
--
|
|
1207
|
-
--
|
|
1208
|
-
--
|
|
1209
|
-
--
|
|
1210
|
-
--
|
|
1211
|
-
--
|
|
1212
|
-
--
|
|
1178
|
+
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1179
|
+
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1180
|
+
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
1181
|
+
--underlineNav-borderColor-hover: var(--borderColor-neutral-muted);
|
|
1182
|
+
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
1183
|
+
--avatar-borderColor: var(--borderColor-translucent);
|
|
1184
|
+
--border-closed-emphasis: var(--border-danger-emphasis);
|
|
1185
|
+
--border-closed-muted: var(--border-danger-muted);
|
|
1186
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
1187
|
+
--border-open-emphasis: var(--border-success-emphasis);
|
|
1188
|
+
--border-open-muted: var(--border-success-muted);
|
|
1189
|
+
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
1190
|
+
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
1191
|
+
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1192
|
+
--button-danger-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
1193
|
+
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1194
|
+
--button-default-fgColor-rest: var(--control-fgColor-rest);
|
|
1195
|
+
--button-invisible-fgColor-active: var(--control-fgColor-rest);
|
|
1196
|
+
--button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
|
|
1197
|
+
--button-invisible-fgColor-hover: var(--control-fgColor-rest);
|
|
1198
|
+
--button-invisible-fgColor-rest: var(--control-fgColor-rest);
|
|
1199
|
+
--button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
|
|
1200
|
+
--button-outline-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1201
|
+
--button-outline-borderColor-hover: var(--button-default-borderColor-hover);
|
|
1202
|
+
--button-primary-borderColor-active: var(--button-primary-borderColor-rest);
|
|
1203
|
+
--button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
|
|
1204
|
+
--control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
|
|
1205
|
+
--control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
|
|
1206
|
+
--controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1207
|
+
--controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
|
|
1208
|
+
--controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
|
|
1209
|
+
--controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
|
|
1210
|
+
--focus-outline: 2px solid #316dca;
|
|
1211
|
+
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1212
|
+
--button-outline-borderColor-selected: var(--button-outline-borderColor-hover);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|