Update highlight color

This commit is contained in:
Idrees Hassan
2026-03-29 14:26:26 -07:00
parent 92c083138d
commit 0d007f8c1e
7 changed files with 12 additions and 6 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -631,7 +631,8 @@
"wing": "#11c751",
"wing-edge": "#156631",
"foot": "#ac7055",
"scruff": "#11c751"
"scruff": "#11c751",
"theme-highlight": "#4adc67"
},
"rarity": "uncommon"
},

View File

@@ -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"
},

View File

@@ -645,7 +645,8 @@
"wing": "#11c751",
"wing-edge": "#156631",
"foot": "#ac7055",
"scruff": "#11c751"
"scruff": "#11c751",
"theme-highlight": "#4adc67"
},
"rarity": "uncommon"
},

View File

@@ -631,7 +631,8 @@
"wing": "#11c751",
"wing-edge": "#156631",
"foot": "#ac7055",
"scruff": "#11c751"
"scruff": "#11c751",
"theme-highlight": "#4adc67"
},
"rarity": "uncommon"
},

3
dist/web/birb.js vendored
View File

@@ -631,7 +631,8 @@
"wing": "#11c751",
"wing-edge": "#156631",
"foot": "#ac7055",
"scruff": "#11c751"
"scruff": "#11c751",
"theme-highlight": "#4adc67"
},
"rarity": "uncommon"
},

View File

@@ -403,7 +403,8 @@ export default {
"wing": "#11c751",
"wing-edge": "#156631",
"foot": "#ac7055",
"scruff": "#11c751"
"scruff": "#11c751",
"theme-highlight": "#4adc67"
},
"rarity": "uncommon"
},