@@ -175,35 +175,35 @@ call-function: (
175
175
"check-colors",
176
176
{
177
177
"theme": "ayu",
178
- "link_color": "rgb(57, 175, 215) ",
179
- "content_color": "rgb(230, 225, 207) ",
180
- "header_color": "rgb(255, 255, 255) ",
181
- "type_color": "rgb(255, 160, 165) ",
182
- "trait_color": "rgb(57, 175, 215) ",
178
+ "link_color": "#39afd7 ",
179
+ "content_color": "#e6e1cf ",
180
+ "header_color": "#fff ",
181
+ "type_color": "#ffa0a5 ",
182
+ "trait_color": "#39afd7 ",
183
183
},
184
184
)
185
185
186
186
call-function: (
187
187
"check-colors",
188
188
{
189
189
"theme": "dark",
190
- "link_color": "rgb(210, 153, 29) ",
191
- "content_color": "rgb(221, 221, 221) ",
192
- "header_color": "rgb(221, 221, 221) ",
193
- "type_color": "rgb(45, 191, 184) ",
194
- "trait_color": "rgb(183, 140, 242) ",
190
+ "link_color": "#d2991d ",
191
+ "content_color": "#ddd ",
192
+ "header_color": "#ddd ",
193
+ "type_color": "#2dbfb8 ",
194
+ "trait_color": "#b78cf2 ",
195
195
},
196
196
)
197
197
198
198
call-function: (
199
199
"check-colors",
200
200
{
201
201
"theme": "light",
202
- "link_color": "rgb(56, 115, 173) ",
203
- "content_color": "rgb(0, 0, 0) ",
204
- "header_color": "rgb(0, 0, 0) ",
205
- "type_color": "rgb(173, 55, 138) ",
206
- "trait_color": "rgb(110, 79, 201) ",
202
+ "link_color": "#3873ad ",
203
+ "content_color": "black ",
204
+ "header_color": "black ",
205
+ "type_color": "#ad378a ",
206
+ "trait_color": "#6e4fc9 ",
207
207
},
208
208
)
209
209
0 commit comments