Update house finch theme highlight

This commit is contained in:
Idrees Hassan
2026-03-18 17:12:57 -07:00
parent 5d99142b74
commit 5cf96da868
7 changed files with 24 additions and 12 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -467,7 +467,8 @@
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -479,7 +480,8 @@
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }

View File

@@ -472,7 +472,8 @@ module.exports = class PocketBird extends Plugin {
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -484,7 +485,8 @@ module.exports = class PocketBird extends Plugin {
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }

View File

@@ -481,7 +481,8 @@
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -493,7 +494,8 @@
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }

View File

@@ -467,7 +467,8 @@
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -479,7 +480,8 @@
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }

6
dist/web/birb.js vendored
View File

@@ -467,7 +467,8 @@
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -479,7 +480,8 @@
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }

View File

@@ -239,7 +239,8 @@ export default {
"foot": "#705b4c", "foot": "#705b4c",
"beak": "#cf8479", "beak": "#cf8479",
"hood": "#b02f35", "hood": "#b02f35",
"nose": "#ab2b31" "nose": "#ab2b31",
"theme-highlight": "#ef444d"
} }
}, },
"pinkRobin": { "pinkRobin": {
@@ -251,7 +252,8 @@ export default {
"wing-edge": "#171617", "wing-edge": "#171617",
"underbelly": "#ff82ba", "underbelly": "#ff82ba",
"belly": "#ff6eaf", "belly": "#ff6eaf",
"foot": "#2e2c2e" "foot": "#2e2c2e",
"theme-highlight": "#ff82ba"
}, },
"rarity": "uncommon" "rarity": "uncommon"
} }