diff --git a/dist/extension.zip b/dist/extension.zip index 8efe2e5..7ca3641 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 da6797d..7f68901 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -631,7 +631,8 @@ "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" }, diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 2587eb5..ab2f88c 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -636,7 +636,8 @@ module.exports = class PocketBird extends Plugin { "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" }, diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index f81e30e..34b4be5 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -645,7 +645,8 @@ "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" }, diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 55a9e6a..1539b77 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -631,7 +631,8 @@ "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" }, diff --git a/dist/web/birb.js b/dist/web/birb.js index 55a9e6a..1539b77 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -631,7 +631,8 @@ "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" }, diff --git a/src/species.js b/src/species.js index 82ed145..d92a7e9 100644 --- a/src/species.js +++ b/src/species.js @@ -403,7 +403,8 @@ export default { "wing": "#11c751", "wing-edge": "#156631", "foot": "#ac7055", - "scruff": "#11c751" + "scruff": "#11c751", + "theme-highlight": "#4adc67" }, "rarity": "uncommon" },