Reduce pink robin wing edge contrast

This commit is contained in:
Idrees Hassan
2026-03-21 14:12:31 -07:00
parent 61fbe89986
commit 7b20a376ce
9 changed files with 15 additions and 15 deletions

View File

@@ -477,7 +477,7 @@
"colors": {
"face": "#39333e",
"wing": "#312c35",
"wing-edge": "#171617",
"wing-edge": "#211f21",
"underbelly": "#ff7eb8",
"belly": "#ff6eaf",
"foot": "#2e2c2e",
@@ -2400,7 +2400,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
];
/** @type {Birb} */

4
dist/web/birb.js vendored
View File

@@ -477,7 +477,7 @@
"colors": {
"face": "#39333e",
"wing": "#312c35",
"wing-edge": "#171617",
"wing-edge": "#211f21",
"underbelly": "#ff7eb8",
"belly": "#ff6eaf",
"foot": "#2e2c2e",
@@ -2400,7 +2400,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
];
/** @type {Birb} */