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:
19
dist/obsidian/main.js
vendored
19
dist/obsidian/main.js
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user