mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Add black-capped chickadee
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
23
dist/extension/birb.js
vendored
23
dist/extension/birb.js
vendored
@@ -402,6 +402,25 @@
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2047,7 +2066,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -2057,7 +2076,7 @@
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
23
dist/obsidian/main.js
vendored
23
dist/obsidian/main.js
vendored
@@ -407,6 +407,25 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2080,7 +2099,7 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -2090,7 +2109,7 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
23
dist/userscript/birb.user.js
vendored
23
dist/userscript/birb.user.js
vendored
@@ -416,6 +416,25 @@
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2042,7 +2061,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -2052,7 +2071,7 @@
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
23
dist/web/birb.embed.js
vendored
23
dist/web/birb.embed.js
vendored
@@ -402,6 +402,25 @@
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2022,7 +2041,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -2032,7 +2051,7 @@
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
23
dist/web/birb.js
vendored
23
dist/web/birb.js
vendored
@@ -402,6 +402,25 @@
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2022,7 +2041,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -2032,7 +2051,7 @@
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
@@ -174,5 +174,24 @@ export default {
|
|||||||
"wing": "#c58a5b",
|
"wing": "#c58a5b",
|
||||||
"wing-edge": "#866348"
|
"wing-edge": "#866348"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"blackCappedChickadee": {
|
||||||
|
"name": "Black-capped Chickadee",
|
||||||
|
"description": "Native to North America, these small and curious birds are known for their distinctive call from which they get their name.",
|
||||||
|
"colors": {
|
||||||
|
"hood": "#363636",
|
||||||
|
"cheek": "#363636",
|
||||||
|
"eyebrow": "#363636",
|
||||||
|
"nose": "#363636",
|
||||||
|
"collar": "#363636",
|
||||||
|
"belly": "#d6d4cf",
|
||||||
|
"underbelly": "#cfc5b4",
|
||||||
|
"face": "#eaeaea",
|
||||||
|
"wing": "#8f8e9a",
|
||||||
|
"wing-edge": "#706f7d",
|
||||||
|
"scruff": "#8f8e9a",
|
||||||
|
"foot": "#535259"
|
||||||
|
},
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -252,7 +252,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide .birb-grid-content {
|
#birb-field-guide .birb-grid-content {
|
||||||
grid-template-rows: repeat(3, auto);
|
grid-template-columns: repeat(4, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
#birb-wardrobe .birb-grid-content {
|
#birb-wardrobe .birb-grid-content {
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user