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