mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Merge branch 'main' into new-birds
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
10
dist/extension/birb.js
vendored
10
dist/extension/birb.js
vendored
@@ -394,13 +394,13 @@
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
10
dist/obsidian/main.js
vendored
10
dist/obsidian/main.js
vendored
@@ -399,13 +399,13 @@ module.exports = class PocketBird extends Plugin {
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
10
dist/userscript/birb.user.js
vendored
10
dist/userscript/birb.user.js
vendored
@@ -408,13 +408,13 @@
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
10
dist/web/birb.embed.js
vendored
10
dist/web/birb.embed.js
vendored
@@ -394,13 +394,13 @@
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
10
dist/web/birb.js
vendored
10
dist/web/birb.js
vendored
@@ -394,13 +394,13 @@
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -166,13 +166,13 @@ export default {
|
||||
"description": "Native to the eastern United States, these little birds are known for their curious and energetic nature.",
|
||||
"colors": {
|
||||
"foot": "#af8e75",
|
||||
"face": "#b97d63",
|
||||
"face": "#edc7a9",
|
||||
"nose": "#f7eee5",
|
||||
"hood": "#b97d63",
|
||||
"belly": "#eabe8b",
|
||||
"hood": "#c58a5b",
|
||||
"belly": "#e1b796",
|
||||
"underbelly": "#c79e7c",
|
||||
"wing": "#b97d63",
|
||||
"wing-edge": "#7c543e"
|
||||
"wing": "#c58a5b",
|
||||
"wing-edge": "#866348"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user