Skip to content

Commit 926edf2

Browse files
committed
fix(masonry): [palette] fix color in program and extra bricks
Signed-off-by: Justin Charles <[email protected]>
1 parent 018cde9 commit 926edf2

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

modules/masonry/src/palette/config/brick-config.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@
22562256
{
22572257
"id": "dictionary_dictionary",
22582258
"category": "dictionary",
2259-
"label": "gdictionary",
2259+
"label": "dictionary",
22602260
"type": "simple",
22612261
"color": "#D98A42",
22622262
"argCount": 1,
@@ -2267,7 +2267,7 @@
22672267
"category": "extras",
22682268
"label": "print",
22692269
"type": "simple",
2270-
"color": "##C4C4C4",
2270+
"color": "#C4C4C4",
22712271
"argCount": 1,
22722272
"notches": { "top": true, "bottom": true, "connection": false }
22732273
},
@@ -2276,7 +2276,7 @@
22762276
"category": "extras",
22772277
"label": "comment",
22782278
"type": "simple",
2279-
"color": "##C4C4C4",
2279+
"color": "#C4C4C4",
22802280
"argCount": 1,
22812281
"notches": { "top": true, "bottom": true, "connection": false }
22822282
},
@@ -2285,7 +2285,7 @@
22852285
"category": "extras",
22862286
"label": "wait",
22872287
"type": "simple",
2288-
"color": "##C4C4C4",
2288+
"color": "#C4C4C4",
22892289
"argCount": 1,
22902290
"notches": { "top": true, "bottom": true, "connection": false }
22912291
},
@@ -2294,7 +2294,7 @@
22942294
"category": "extras",
22952295
"label": "print",
22962296
"type": "simple",
2297-
"color": "##C4C4C4",
2297+
"color": "#C4C4C4",
22982298
"argCount": 1,
22992299
"notches": { "top": true, "bottom": true, "connection": false }
23002300
},
@@ -2303,7 +2303,7 @@
23032303
"category": "extras",
23042304
"label": "",
23052305
"type": "simple",
2306-
"color": "##C4C4C4",
2306+
"color": "#C4C4C4",
23072307
"argCount": 1,
23082308
"notches": { "top": true, "bottom": true, "connection": true }
23092309
},
@@ -2312,7 +2312,7 @@
23122312
"category": "extras",
23132313
"label": "",
23142314
"type": "simple",
2315-
"color": "##C4C4C4",
2315+
"color": "#C4C4C4",
23162316
"argCount": 1,
23172317
"notches": { "top": true, "bottom": true, "connection": false }
23182318
},
@@ -2321,7 +2321,7 @@
23212321
"category": "extras",
23222322
"label": "fraction",
23232323
"type": "simple",
2324-
"color": "##C4C4C4",
2324+
"color": "#C4C4C4",
23252325
"argCount": 1,
23262326
"notches": { "top": true, "bottom": true, "connection": true }
23272327
},
@@ -2330,7 +2330,7 @@
23302330
"category": "extras",
23312331
"label": "hide blocks",
23322332
"type": "simple",
2333-
"color": "##C4C4C4",
2333+
"color": "#C4C4C4",
23342334
"argCount": 1,
23352335
"notches": { "top": true, "bottom": true, "connection": false }
23362336
},
@@ -2339,7 +2339,7 @@
23392339
"category": "extras",
23402340
"label": "ahwo blocks",
23412341
"type": "simple",
2342-
"color": "##C4C4C4",
2342+
"color": "#C4C4C4",
23432343
"argCount": 1,
23442344
"notches": { "top": true, "bottom": true, "connection": false }
23452345
},
@@ -2348,7 +2348,7 @@
23482348
"category": "extras",
23492349
"label": "no background",
23502350
"type": "simple",
2351-
"color": "##C4C4C4",
2351+
"color": "#C4C4C4",
23522352
"argCount": 1,
23532353
"notches": { "top": true, "bottom": true, "connection": false }
23542354
},
@@ -2357,7 +2357,7 @@
23572357
"category": "extras",
23582358
"label": "grid",
23592359
"type": "expression",
2360-
"color": "##C4C4C4",
2360+
"color": "#C4C4C4",
23612361
"argCount": 0,
23622362
"notches": { "top": false, "bottom": false, "connection": true }
23632363
},
@@ -2366,7 +2366,7 @@
23662366
"category": "program",
23672367
"label": "set heap",
23682368
"type": "simple",
2369-
"color": "##C4C4C4",
2369+
"color": "#C4C4C4",
23702370
"argCount": 1,
23712371
"notches": { "top": true, "bottom": true, "connection": false }
23722372
},
@@ -2375,7 +2375,7 @@
23752375
"category": "program",
23762376
"label": "load heap",
23772377
"type": "simple",
2378-
"color": "##C4C4C4",
2378+
"color": "#C4C4C4",
23792379
"argCount": 1,
23802380
"notches": { "top": true, "bottom": true, "connection": false }
23812381
},
@@ -2384,7 +2384,7 @@
23842384
"category": "program",
23852385
"label": "save heap",
23862386
"type": "simple",
2387-
"color": "##C4C4C4",
2387+
"color": "#C4C4C4",
23882388
"argCount": 1,
23892389
"notches": { "top": true, "bottom": true, "connection": false }
23902390
},
@@ -2393,7 +2393,7 @@
23932393
"category": "program",
23942394
"label": "set dictionary",
23952395
"type": "simple",
2396-
"color": "##C4C4C4",
2396+
"color": "#C4C4C4",
23972397
"argCount": 2,
23982398
"notches": { "top": true, "bottom": true, "connection": false }
23992399
},
@@ -2402,7 +2402,7 @@
24022402
"category": "program",
24032403
"label": "laod dictionary",
24042404
"type": "simple",
2405-
"color": "##C4C4C4",
2405+
"color": "#C4C4C4",
24062406
"argCount": 2,
24072407
"notches": { "top": true, "bottom": true, "connection": false }
24082408
},
@@ -2411,7 +2411,7 @@
24112411
"category": "program",
24122412
"label": "load dictionary",
24132413
"type": "simple",
2414-
"color": "##C4C4C4",
2414+
"color": "#C4C4C4",
24152415
"argCount": 2,
24162416
"notches": { "top": true, "bottom": true, "connection": false }
24172417
},
@@ -2420,7 +2420,7 @@
24202420
"category": "program",
24212421
"label": "save heap to app",
24222422
"type": "simple",
2423-
"color": "##C4C4C4",
2423+
"color": "#C4C4C4",
24242424
"argCount": 2,
24252425
"notches": { "top": true, "bottom": true, "connection": false }
24262426
},
@@ -2429,7 +2429,7 @@
24292429
"category": "program",
24302430
"label": "load heap from app",
24312431
"type": "simple",
2432-
"color": "##C4C4C4",
2432+
"color": "#C4C4C4",
24332433
"argCount": 2,
24342434
"notches": { "top": true, "bottom": true, "connection": false }
24352435
},
@@ -2438,7 +2438,7 @@
24382438
"category": "program",
24392439
"label": "open palette",
24402440
"type": "simple",
2441-
"color": "##C4C4C4",
2441+
"color": "#C4C4C4",
24422442
"argCount": 1,
24432443
"notches": { "top": true, "bottom": true, "connection": false }
24442444
},
@@ -2447,7 +2447,7 @@
24472447
"category": "program",
24482448
"label": "open project",
24492449
"type": "simple",
2450-
"color": "##C4C4C4",
2450+
"color": "#C4C4C4",
24512451
"argCount": 1,
24522452
"notches": { "top": true, "bottom": true, "connection": false }
24532453
},
@@ -2456,7 +2456,7 @@
24562456
"category": "program",
24572457
"label": "run block",
24582458
"type": "simple",
2459-
"color": "##C4C4C4",
2459+
"color": "#C4C4C4",
24602460
"argCount": 1,
24612461
"notches": { "top": true, "bottom": true, "connection": false }
24622462
},
@@ -2465,7 +2465,7 @@
24652465
"category": "program",
24662466
"label": "connect blocks",
24672467
"type": "simple",
2468-
"color": "##C4C4C4",
2468+
"color": "#C4C4C4",
24692469
"argCount": 3,
24702470
"notches": { "top": true, "bottom": true, "connection": false }
24712471
},
@@ -2474,7 +2474,7 @@
24742474
"category": "program",
24752475
"label": "move block",
24762476
"type": "simple",
2477-
"color": "##C4C4C4",
2477+
"color": "#C4C4C4",
24782478
"argCount": 1,
24792479
"notches": { "top": true, "bottom": true, "connection": false }
24802480
},

0 commit comments

Comments
 (0)