mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Fix template colors
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
4
dist/extension/birb.js
vendored
4
dist/extension/birb.js
vendored
@@ -536,8 +536,8 @@
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
4
dist/obsidian/main.js
vendored
4
dist/obsidian/main.js
vendored
@@ -541,8 +541,8 @@ module.exports = class PocketBird extends Plugin {
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
4
dist/userscript/birb.user.js
vendored
4
dist/userscript/birb.user.js
vendored
@@ -550,8 +550,8 @@
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
4
dist/web/birb.embed.js
vendored
4
dist/web/birb.embed.js
vendored
@@ -536,8 +536,8 @@
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
4
dist/web/birb.js
vendored
4
dist/web/birb.js
vendored
@@ -536,8 +536,8 @@
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
@@ -49,8 +49,8 @@ export const SPRITE_SHEET_COLOR_MAP = {
|
||||
"#99e550": PALETTE.HOOD,
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#ff2c88": PALETTE.BEHIND_EYE,
|
||||
"#b53477": PALETTE.CORNER_EYE,
|
||||
"#e34f9c": PALETTE.TEMPLE,
|
||||
"#e34f9c": PALETTE.CORNER_EYE,
|
||||
"#b53477": PALETTE.TEMPLE,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#b93844": PALETTE.NOSE_TIP,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
|
||||
Reference in New Issue
Block a user