diff --git a/dist/extension.zip b/dist/extension.zip index bb8bbf3..4bcc18d 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 1247834..d6a8d45 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -563,16 +563,17 @@ "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31", diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index c3acd79..b2caa68 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -568,16 +568,17 @@ module.exports = class PocketBird extends Plugin { "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31", diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index e144aee..256bc19 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -577,16 +577,17 @@ "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31", diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 769b080..d17f8f7 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -563,16 +563,17 @@ "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31", diff --git a/dist/web/birb.js b/dist/web/birb.js index 769b080..d17f8f7 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -563,16 +563,17 @@ "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31", diff --git a/src/species.js b/src/species.js index b6c40e4..33d8463 100644 --- a/src/species.js +++ b/src/species.js @@ -335,16 +335,17 @@ export default { "latinName": "Chlorophonia elegantissima", "url": "https://en.wikipedia.org/wiki/Elegant_euphonia", "colors": { - "wing": "#101480", - "wing-edge": "#070956", - "face": "#0a0d66", + "wing": "#2d31a1", + "wing-edge": "#191c6d", + "face": "#1f2392", "hood": "#6bc6ed", "nose-tip": "#fd7e1d", - "foot": "#636659", + "foot": "#555650", "belly": "#ff952b", "underbelly": "#fd7e1d", "temple": "#57c8fa", "upper-corner-eye": "#57c8fa", + "upper-eyelid": "#57c8fa", "collar-scruff": "#57c8fa", "scruff": "#57c8fa", "beak": "#252c31",