From 297f355f7e72124846b0b4f8d24068206afc0c54 Mon Sep 17 00:00:00 2001 From: fire-h0und <55053506+fire-h0und@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:05:43 +0100 Subject: [PATCH] changed more squashes to swatches (#34) * Update Kids_Crayons_16.json changed squashes to swatches * Update RAL.json changed squashes to swatches * Update sweetie-16.json changed squashes to swatches * Update numpad.json changed Colors to swatches * Update template.json changed Colors to swatches * Update keyboard.json changed squashes to swatches * Update kidsCrayonsPallette.json * Update sweetie16Palette.json changed squashes to swatches --- test/keyboard.json | 2 +- test/kidsCrayonsPallette.json | 2 +- test/sweetie16Palette.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/keyboard.json b/test/keyboard.json index 0c9d14b..152d99d 100644 --- a/test/keyboard.json +++ b/test/keyboard.json @@ -8,7 +8,7 @@ "url": "https://some.site.org", "colorMatchingProfile": "generic", "size": 16, - "squashes": [ + "swatches": [ {"color":"black" , "value":"0xFF000000"}, {"color":"white" , "value":"0xFFffffff"}, {"color":"red" , "value":"0xFFff0000"}, diff --git a/test/kidsCrayonsPallette.json b/test/kidsCrayonsPallette.json index 25e8681..6a8124f 100644 --- a/test/kidsCrayonsPallette.json +++ b/test/kidsCrayonsPallette.json @@ -8,7 +8,7 @@ "url": "https://some.site.org", "colorMatchingProfile": "generic", "size": 16, - "squashes": [ + "swatches": [ {"color":"black" , "value":"0xFF000000"}, {"color":"white" , "value":"0xFFffffff"}, {"color":"red" , "value":"0xFFff0000"}, diff --git a/test/sweetie16Palette.json b/test/sweetie16Palette.json index 733626b..cd3eec6 100644 --- a/test/sweetie16Palette.json +++ b/test/sweetie16Palette.json @@ -8,7 +8,7 @@ "url": "http://grafxkid.tumblr.com/palettes", "colorMatchingProfile": "generic", "size": 16, - "squashes": [ + "swatches": [ {"color":"black" , "value":"0xFF1A1C2C"}, {"color":"violet", "value":"0xFF5D275D"}, {"color":"red" , "value":"0xFFB13E53"},