diff --git a/dist/extension.zip b/dist/extension.zip index 2e8a19b..1cf7f9c 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 5e9ff03..021f4d7 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -467,7 +467,8 @@ "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -479,7 +480,8 @@ "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" } diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 8a319b2..27c5d99 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -472,7 +472,8 @@ module.exports = class PocketBird extends Plugin { "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -484,7 +485,8 @@ module.exports = class PocketBird extends Plugin { "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" } diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 98797b4..e1ac964 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -481,7 +481,8 @@ "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -493,7 +494,8 @@ "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" } diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 4789a41..7d5a8b3 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -467,7 +467,8 @@ "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -479,7 +480,8 @@ "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" } diff --git a/dist/web/birb.js b/dist/web/birb.js index 4789a41..7d5a8b3 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -467,7 +467,8 @@ "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -479,7 +480,8 @@ "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" } diff --git a/src/species.js b/src/species.js index 4869cfd..e1903a4 100644 --- a/src/species.js +++ b/src/species.js @@ -239,7 +239,8 @@ export default { "foot": "#705b4c", "beak": "#cf8479", "hood": "#b02f35", - "nose": "#ab2b31" + "nose": "#ab2b31", + "theme-highlight": "#ef444d" } }, "pinkRobin": { @@ -251,7 +252,8 @@ export default { "wing-edge": "#171617", "underbelly": "#ff82ba", "belly": "#ff6eaf", - "foot": "#2e2c2e" + "foot": "#2e2c2e", + "theme-highlight": "#ff82ba" }, "rarity": "uncommon" }