Skip to content

Commit

Permalink
changed squashes and Colors to swatches (#33)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fire-h0und authored Dec 6, 2023
1 parent edd9265 commit 237c37c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/samples/RAL.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.easycalculation.com/colorconverter/ral-to-hex-table.php",
"colorMatchingProfile": "generic",
"size": "213",
"squashes": [
"swatches": [
{"(RAL1000)Green Beige":"#BEBD7F"}
{"(RAL1001)Beige":"#C2B078"}
{"(RAL1002)Sand Yellow":"#C6A664"}
Expand Down
2 changes: 1 addition & 1 deletion spec/samples/numpad.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"URL:": "https://some.site.org",
"Color Matching Profile": "generic",
"Size": "16",
"Colors": [
"swatches": [
{"black" : "0xFF000000"},
{"white" : "0xFFffffff"},
{"red" : "0xFFff0000"},
Expand Down
2 changes: 1 addition & 1 deletion spec/samples/sweetie-16.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://lospec.com/palette-list/sweetie-16",
"colorMatchingProfile": "generic",
"size": "16",
"squashes": [
"swatches": [
{"black": "0xFF1A1C2C"}
{"violet":"0xFF5D275D"}
{"red": "0xFFB13E53"}
Expand Down
2 changes: 1 addition & 1 deletion spec/samples/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"URL:": "https://some.site.org",
"Color Matching Profile": "generic",
"Size": "256",
"Colors": [
"swatches": [
{"0" : "0x000000"},
{"1" : "0xffffff"},
{"2" : "0x00ff00"},
Expand Down

0 comments on commit 237c37c

Please sign in to comment.