diff --git a/dist/extension.zip b/dist/extension.zip index 9d88ac7..686ddeb 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index dcd9d6a..044d761 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -421,6 +421,25 @@ "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index d5ad0d2..489250a 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -426,6 +426,25 @@ module.exports = class PocketBird extends Plugin { "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 6ee60e4..21146b3 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -435,6 +435,25 @@ "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 0551869..d1f9c94 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -421,6 +421,25 @@ "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 0551869..d1f9c94 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -421,6 +421,25 @@ "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }; diff --git a/src/species.js b/src/species.js index 631229a..62b7d8a 100644 --- a/src/species.js +++ b/src/species.js @@ -193,5 +193,24 @@ export default { "foot": "#535259" }, "tags": [] + }, + "blueJay": { + "name": "Blue Jay", + "description": "This loud and rambunctious bird is native to North America and is known for challenging anything in its path.", + "colors": { + "foot": "#5a626b", + "face": "#ebf2ff", + "belly": "#e5ecfa", + "underbelly": "#c4cbd6", + "wing": "#5890ff", + "wing-edge": "#5890ff", + "hood": "#6391e8", + "nose": "#6391e8", + "collar": "#2e3136", + "scruff": "#6391e8" + }, + "tags": [ + "tuft" + ] } }