Lighten pink robin

This commit is contained in:
Idrees Hassan
2026-03-28 09:44:29 -07:00
parent c43dd4c7b4
commit 18fa5e8683
9 changed files with 33 additions and 33 deletions

12
dist/obsidian/main.js vendored
View File

@@ -1,7 +1,7 @@
const { Plugin, Notice } = require('obsidian');
module.exports = class PocketBird extends Plugin {
onload() {
console.log("Loading Pocket Bird version 2026.3.21...");
console.log("Loading Pocket Bird version 2026.3.28...");
const OBSIDIAN_PLUGIN = this;
(function () {
'use strict';
@@ -480,12 +480,12 @@ module.exports = class PocketBird extends Plugin {
"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"
@@ -2492,7 +2492,7 @@ module.exports = class PocketBird extends Plugin {
}),
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} */

View File

@@ -1,7 +1,7 @@
{
"id": "pocket-bird",
"name": "Pocket Bird",
"version": "2026.3.21",
"version": "2026.3.28",
"minAppVersion": "0.15.0",
"description": "Add a pet bird to fly around your notes and keep you company!",
"author": "Idrees Hassan",