mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 12:17:23 +00:00
Update highlight color
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
3
dist/extension/birb.js
vendored
3
dist/extension/birb.js
vendored
@@ -631,7 +631,8 @@
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
3
dist/obsidian/main.js
vendored
3
dist/obsidian/main.js
vendored
@@ -636,7 +636,8 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
3
dist/userscript/birb.user.js
vendored
3
dist/userscript/birb.user.js
vendored
@@ -645,7 +645,8 @@
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
3
dist/web/birb.embed.js
vendored
3
dist/web/birb.embed.js
vendored
@@ -631,7 +631,8 @@
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
3
dist/web/birb.js
vendored
3
dist/web/birb.js
vendored
@@ -631,7 +631,8 @@
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -403,7 +403,8 @@ export default {
|
|||||||
"wing": "#11c751",
|
"wing": "#11c751",
|
||||||
"wing-edge": "#156631",
|
"wing-edge": "#156631",
|
||||||
"foot": "#ac7055",
|
"foot": "#ac7055",
|
||||||
"scruff": "#11c751"
|
"scruff": "#11c751",
|
||||||
|
"theme-highlight": "#4adc67"
|
||||||
},
|
},
|
||||||
"rarity": "uncommon"
|
"rarity": "uncommon"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user