ReVanced / revanced-website

🌐 Website for ReVanced
https://revanced.app
GNU General Public License v3.0
303 stars 42 forks source link

feat: Event-based theme #226

Open validcube opened 7 months ago

validcube commented 7 months ago

This is just a little quirky idea but . . .

Hey, imagine this; tomorrow is 14th February (as of writing) and suddenly the colour accent of our website suddenly turned whoosh into a pink colour accent. Imagine in 1st January the website use a yellowish colour accent.

Imagine on April fool the website changed logo to the old one.

oSumAtrIX commented 7 months ago

Not a bad idea. How easy would this be? I think the root colors can be modified programmatically, but some images have the colors hardcoded.

madkarmaa commented 7 months ago

I think the root colors can be modified programmatically

document.documentElement.style.setProperty('--some-css-variable', '#696969')