diff --git a/dist/extension.zip b/dist/extension.zip index 1cf7f9c..ec7ce59 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 021f4d7..30535dd 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -475,8 +475,8 @@ "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 27c5d99..439a44e 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -480,8 +480,8 @@ module.exports = class PocketBird extends Plugin { "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index e1ac964..2b8ea52 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -489,8 +489,8 @@ "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 7d5a8b3..bd7a230 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -475,8 +475,8 @@ "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", diff --git a/dist/web/birb.js b/dist/web/birb.js index 7d5a8b3..bd7a230 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -475,8 +475,8 @@ "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", diff --git a/src/species.js b/src/species.js index e1903a4..814c8ba 100644 --- a/src/species.js +++ b/src/species.js @@ -247,8 +247,8 @@ export default { "name": "Pink Robin", "description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract mates.", "colors": { - "face": "#342f38", - "wing": "#2c2830", + "face": "#39333e", + "wing": "#312c35", "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf",