mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Lighten pink robin
This commit is contained in:
12
dist/userscript/birb.user.js
vendored
12
dist/userscript/birb.user.js
vendored
@@ -1,7 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @name Pocket Bird
|
||||
// @namespace https://idreesinc.com
|
||||
// @version 2026.3.21
|
||||
// @version 2026.3.28
|
||||
// @description It's a pet bird in your browser, what more could you want?
|
||||
// @author Idrees
|
||||
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/userscript/birb.user.js
|
||||
@@ -489,12 +489,12 @@
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#211f21",
|
||||
"face": "#403a46",
|
||||
"wing": "#38333d",
|
||||
"wing-edge": "#252325",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
"foot": "#3c393c",
|
||||
"theme-highlight": "#ff82ba"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
@@ -2454,7 +2454,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
new MenuItem("2026.3.28", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.28"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
Reference in New Issue
Block a user