mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 19:59:38 +00:00
Add blue jay
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
19
dist/extension/birb.js
vendored
19
dist/extension/birb.js
vendored
@@ -421,6 +421,25 @@
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
19
dist/obsidian/main.js
vendored
19
dist/obsidian/main.js
vendored
@@ -426,6 +426,25 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
19
dist/userscript/birb.user.js
vendored
19
dist/userscript/birb.user.js
vendored
@@ -435,6 +435,25 @@
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
19
dist/web/birb.embed.js
vendored
19
dist/web/birb.embed.js
vendored
@@ -421,6 +421,25 @@
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
19
dist/web/birb.js
vendored
19
dist/web/birb.js
vendored
@@ -421,6 +421,25 @@
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -193,5 +193,24 @@ export default {
|
|||||||
"foot": "#535259"
|
"foot": "#535259"
|
||||||
},
|
},
|
||||||
"tags": []
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user