@@ -100,6 +100,60 @@ Used for background colours within the previewer, as well as the async
100
100
notification UI. Also available as a 95% opaque value by using
101
101
` slate-900-95 ` .
102
102
103
+
104
+ ## Blue
105
+
106
+ ### Blue 50
107
+
108
+ <ColorSwatch hue =" blue " scale =" 50 " />
109
+
110
+ A super-super-light blue used in:
111
+
112
+ - panel background for pending group invites
113
+ - header background for post list headers (e.g. announcements-only,
114
+ new live-update posts)
115
+ - hover, active, and focused state of text box ` .handle ` , in
116
+ slightly transparentized form.
117
+
118
+ #### Notes:
119
+
120
+ Hover variant was decided during dev (not spec'd via PSD) so it could
121
+ be easily expressed as SCSS function relative to main definition.
122
+
123
+ Use in ` .handle ` states was decided during dev. Use here is not
124
+ closely coupled with the other two contexts. Debatable whether the
125
+ addition of transparency makes sense (default state of handles is
126
+ opaque), and whether hover state is needed, given that the cursor also
127
+ changes on hover.
128
+
129
+ ### Blue 100
130
+
131
+ <ColorSwatch hue =" blue " scale =" 100 " />
132
+
133
+ Used for background-color of select boxes. Also used in AudioNote
134
+ component controls.
135
+
136
+ ### Blue 200
137
+
138
+ <ColorSwatch hue =" blue " scale =" 200 " />
139
+
140
+ Used as a background-color.
141
+
142
+ ### Blue 500
143
+
144
+ <ColorSwatch hue =" blue " scale =" 500 " />
145
+
146
+ ### Blue 600
147
+
148
+ <ColorSwatch hue =" blue " scale =" 600 " />
149
+
150
+ Used for fine lines and small objects in our primary blue (text,
151
+ stroke, icons). Also used in AudioNote component controls.
152
+
153
+ ### Blue 700
154
+
155
+ <ColorSwatch hue =" blue " scale =" 700 " />
156
+
103
157
## Red
104
158
105
159
### Red 50
@@ -146,6 +200,10 @@ for async notifications.
146
200
147
201
Background colour for positive notification messages.
148
202
203
+ ### Green 200
204
+
205
+ <ColorSwatch hue =" green " scale =" 200 " />
206
+
149
207
### Green 500
150
208
151
209
<ColorSwatch hue =" green " scale =" 500 " />
@@ -157,55 +215,28 @@ Background colour for positive notification messages.
157
215
Used for text or icons against a background colour of ` green-100 ` . Added
158
216
for async notifications.
159
217
160
- ## Blue
161
-
162
- ### Blue 50
163
-
164
- <ColorSwatch hue =" blue " scale =" 50 " />
165
-
166
- A super-super-light blue used in:
167
-
168
- - panel background for pending group invites
169
- - header background for post list headers (e.g. announcements-only,
170
- new live-update posts)
171
- - hover, active, and focused state of text box ` .handle ` , in
172
- slightly transparentized form.
173
-
174
- #### Notes:
175
-
176
- Hover variant was decided during dev (not spec'd via PSD) so it could
177
- be easily expressed as SCSS function relative to main definition.
178
-
179
- Use in ` .handle ` states was decided during dev. Use here is not
180
- closely coupled with the other two contexts. Debatable whether the
181
- addition of transparency makes sense (default state of handles is
182
- opaque), and whether hover state is needed, given that the cursor also
183
- changes on hover.
184
-
185
- ### Blue 100
218
+ ## Yellow
186
219
187
- < ColorSwatch hue = " blue " scale = " 100 " />
220
+ ### Yellow 50
188
221
189
- Used for background-color of select boxes. Also used in AudioNote
190
- component controls.
222
+ <ColorSwatch hue =" yellow " scale =" 50 " />
191
223
192
- ### Blue 200
224
+ ### Yellow 100
193
225
194
- <ColorSwatch hue =" blue " scale =" 200 " />
226
+ <ColorSwatch hue =" yellow " scale =" 100 " />
195
227
196
- Used as a background-color.
228
+ ### Yellow 200
197
229
198
- ### Blue 500
230
+ < ColorSwatch hue = " yellow " scale = " 200 " />
199
231
200
- < ColorSwatch hue = " blue " scale = " 500 " />
232
+ ### Yellow 500
201
233
202
- ### Blue 600
234
+ < ColorSwatch hue = " yellow " scale = " 500 " />
203
235
204
- < ColorSwatch hue = " blue " scale = " 600 " />
236
+ ### Yellow 600
205
237
206
- Used for fine lines and small objects in our primary blue (text,
207
- stroke, icons). Also used in AudioNote component controls.
238
+ <ColorSwatch hue =" yellow " scale =" 600 " />
208
239
209
- ### Blue 700
240
+ ### Yellow 700
210
241
211
- <ColorSwatch hue =" blue " scale =" 700 " />
242
+ <ColorSwatch hue =" yellow " scale =" 700 " />
0 commit comments