Re-format existing card files and add plain color cards.
Some checks failed
Inventory Packaging / package (push) Has been cancelled
Some checks failed
Inventory Packaging / package (push) Has been cancelled
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -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
8
card/plain/black.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"black": {
|
||||
"": {
|
||||
"--usercard-color": "#000000",
|
||||
"--main-text": "#f6f5f4"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/blue.json
Normal file
7
card/plain/blue.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"blue": {
|
||||
"": {
|
||||
"--usercard-color": "#99cdff"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/brown.json
Normal file
7
card/plain/brown.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"brown": {
|
||||
"": {
|
||||
"--usercard-color": "#7d5700"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/cyan.json
Normal file
7
card/plain/cyan.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"cyan": {
|
||||
"": {
|
||||
"--usercard-color": "#2bccdc"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
card/plain/gray.json
Normal file
8
card/plain/gray.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"gray": {
|
||||
"": {
|
||||
"--usercard-color": "#9a9996",
|
||||
"--main-text": "#f6f5f4"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/green.json
Normal file
7
card/plain/green.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"green": {
|
||||
"": {
|
||||
"--usercard-color": "#39932b"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/orange.json
Normal file
7
card/plain/orange.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"orange": {
|
||||
"": {
|
||||
"--usercard-color": "#ff7800"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/pink.json
Normal file
7
card/plain/pink.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pink": {
|
||||
"": {
|
||||
"--usercard-color": "#ffb0bd"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
card/plain/purple.json
Normal file
8
card/plain/purple.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"purple": {
|
||||
"": {
|
||||
"--usercard-color": "#9141ac",
|
||||
"--main-text": "#f6f5f4"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/red.json
Normal file
7
card/plain/red.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"red": {
|
||||
"": {
|
||||
"--usercard-color": "#ed333b"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/white.json
Normal file
7
card/plain/white.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"white": {
|
||||
"": {
|
||||
"--usercard-color": "#f6f5f4"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
card/plain/yellow.json
Normal file
7
card/plain/yellow.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"yellow": {
|
||||
"": {
|
||||
"--usercard-color": "#f6d32d"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user