diff --git a/dist/extension.zip b/dist/extension.zip index 001c00c..60ea628 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 84b510b..921931a 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -394,13 +394,13 @@ "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }; diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 14d3049..f4824fa 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -399,13 +399,13 @@ module.exports = class PocketBird extends Plugin { "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }; diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 7a5279c..0fe52ea 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -408,13 +408,13 @@ "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }; diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 758b8d4..4f25cc4 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -394,13 +394,13 @@ "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }; diff --git a/dist/web/birb.js b/dist/web/birb.js index 758b8d4..4f25cc4 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -394,13 +394,13 @@ "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }; diff --git a/src/species.js b/src/species.js index 4ce7ea1..7fcc4da 100644 --- a/src/species.js +++ b/src/species.js @@ -166,13 +166,13 @@ export default { "description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.", "colors": { "foot": "#af8e75", - "face": "#b97d63", + "face": "#edc7a9", "nose": "#f7eee5", - "hood": "#b97d63", - "belly": "#eabe8b", + "hood": "#c58a5b", + "belly": "#e1b796", "underbelly": "#c79e7c", - "wing": "#b97d63", - "wing-edge": "#7c543e" + "wing": "#c58a5b", + "wing-edge": "#866348" } } }