diff --git a/dist/extension.zip b/dist/extension.zip index 6dece61..1e45bcd 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 575bd0b..d756482 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -460,10 +460,10 @@ "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 53478d2..eae53c3 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -465,10 +465,10 @@ module.exports = class PocketBird extends Plugin { "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index b5d1b22..391200b 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -474,10 +474,10 @@ "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index c2bc00e..b922273 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -460,10 +460,10 @@ "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", diff --git a/dist/web/birb.js b/dist/web/birb.js index c2bc00e..b922273 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -460,10 +460,10 @@ "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", diff --git a/src/species.js b/src/species.js index d0e8ec5..724ccec 100644 --- a/src/species.js +++ b/src/species.js @@ -232,10 +232,10 @@ export default { "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", "colors": { "face": "#cc3a3f", - "wing": "#ba987f", + "wing": "#ae8e78", "wing-edge": "#8f6c54", "belly": "#d97c77", - "underbelly": "#d1b196", + "underbelly": "#c5a489", "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35",