Re-format existing card files and add plain color cards.
Some checks failed
Inventory Packaging / package (push) Has been cancelled

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-08-27 19:07:05 -05:00
parent b699c54539
commit 7ca738f484
14 changed files with 115 additions and 2 deletions

View File

@@ -1 +1,14 @@
{"cyberbeige":{"":{"$IMAGE_FILE":"d1d4a96f7b33227f152b3e9040b238954be5cbf0b9433868c3982a6b0c4a18ba.gif","--usercard-color":"#372e22","--main-text":"#FFFFFF","--usercard-outline":"#000000","background-repeat":"repeat-x"},".tallcard":{"background-position":"bottom"}}} {
"cyberbeige": {
"": {
"--usercard-image": "$IMAGE_FILE",
"--usercard-color": "#372e22",
"--main-text": "#FFFFFF",
"--usercard-outline": "#000000",
"background-repeat": "repeat-x"
},
".tallcard": {
"background-position": "bottom"
}
}
}

8
card/plain/black.json Normal file
View File

@@ -0,0 +1,8 @@
{
"black": {
"": {
"--usercard-color": "#000000",
"--main-text": "#f6f5f4"
}
}
}

7
card/plain/blue.json Normal file
View File

@@ -0,0 +1,7 @@
{
"blue": {
"": {
"--usercard-color": "#99cdff"
}
}
}

7
card/plain/brown.json Normal file
View File

@@ -0,0 +1,7 @@
{
"brown": {
"": {
"--usercard-color": "#7d5700"
}
}
}

7
card/plain/cyan.json Normal file
View File

@@ -0,0 +1,7 @@
{
"cyan": {
"": {
"--usercard-color": "#2bccdc"
}
}
}

8
card/plain/gray.json Normal file
View File

@@ -0,0 +1,8 @@
{
"gray": {
"": {
"--usercard-color": "#9a9996",
"--main-text": "#f6f5f4"
}
}
}

7
card/plain/green.json Normal file
View File

@@ -0,0 +1,7 @@
{
"green": {
"": {
"--usercard-color": "#39932b"
}
}
}

7
card/plain/orange.json Normal file
View File

@@ -0,0 +1,7 @@
{
"orange": {
"": {
"--usercard-color": "#ff7800"
}
}
}

7
card/plain/pink.json Normal file
View File

@@ -0,0 +1,7 @@
{
"pink": {
"": {
"--usercard-color": "#ffb0bd"
}
}
}

8
card/plain/purple.json Normal file
View File

@@ -0,0 +1,8 @@
{
"purple": {
"": {
"--usercard-color": "#9141ac",
"--main-text": "#f6f5f4"
}
}
}

7
card/plain/red.json Normal file
View File

@@ -0,0 +1,7 @@
{
"red": {
"": {
"--usercard-color": "#ed333b"
}
}
}

7
card/plain/white.json Normal file
View File

@@ -0,0 +1,7 @@
{
"white": {
"": {
"--usercard-color": "#f6f5f4"
}
}
}

7
card/plain/yellow.json Normal file
View File

@@ -0,0 +1,7 @@
{
"yellow": {
"": {
"--usercard-color": "#f6d32d"
}
}
}

View File

@@ -51,7 +51,7 @@ cards=(
'card/water.gif -' 'card/water.gif -'
'card/juststeel.png -' 'card/juststeel.png -'
'card/ranga.png -' 'card/ranga.png -'
'card/win3x/win-arcade.gif #008080 - #008080' 'card/win3x/win-arcade.gif #008080 #ffffff #000000'
'card/win3x/win-argyle.gif #000080 #ffffff #000080' 'card/win3x/win-argyle.gif #000080 #ffffff #000080'
'card/win3x/win-castle.gif #c0c0c0 - #c0c0c0' 'card/win3x/win-castle.gif #c0c0c0 - #c0c0c0'
'card/win3x/win-egypt.gif #808000 - #808080' 'card/win3x/win-egypt.gif #808000 - #808080'
@@ -69,6 +69,19 @@ cards=(
'card/gridplane/cyberred.gif -' 'card/gridplane/cyberred.gif -'
'card/gridplane/cyberpurple.gif -' 'card/gridplane/cyberpurple.gif -'
'card/gridplane/cyberyellow.gif -' 'card/gridplane/cyberyellow.gif -'
'card/plain/black.json -'
'card/plain/pink.json -'
'card/plain/white.json -'
'card/plain/brown.json -'
'card/plain/green.json -'
'card/plain/red.json -'
'card/plain/blue.json -'
'card/plain/purple.json -'
'card/plain/black.json -'
'card/plain/gray.json -'
'card/plain/orange.json -'
'card/plain/yellow.json -'
'card/plain/cyan.json -'
) )
echo "== PACKING SMILIES ==" echo "== PACKING SMILIES =="