mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-16 04:55:09 +01:00
Adjust to new sidebar style and fix wallpaper
This commit is contained in:
2
theme.js
2
theme.js
@@ -41,7 +41,7 @@
|
||||
|
||||
var defImage = `https://github.com/Motschen/Retroblur/blob/main/assets/background_purple.jpg?raw=true`;
|
||||
console.log("(Retroblur) Button color is '"+getComputedStyle(document.body).getPropertyValue("--spice-button")+"'")
|
||||
const marketplaceSchemeCSS = await waitForMarketplaceColors();
|
||||
const marketplaceSchemeCSS = null;//await waitForMarketplaceColors();
|
||||
const buttonColor = marketplaceSchemeCSS == null ? getComputedStyle(document.body).getPropertyValue("--spice-button") : getComputedStyle(marketplaceSchemeCSS).getPropertyValue("--spice-button");
|
||||
switch (buttonColor) {
|
||||
case " #00bbff": {
|
||||
|
||||
Reference in New Issue
Block a user