does anyone have any resources about how how to make a background or theme toggle button? I'm not sure if i need to fully switch css sheets or not and java scares me a little bit rn lol
I wonder if you could use the "filter" css property? You can huge shift colors, but if it's a completely different background image then I thiiiink it might be java? There's gotta be a code snippet out there
I actual use a lot of different backgrounds and themes and I use a .json file to hold them and a .js file to apply them. In my css I have variables like "--txtcolor" or "--color1". I don't have a resource but you can look at this code under export function applyBiome. It's very easy to declare variables! Your css would have to be updated. https://zooquarium.yorniq.xyz/scripts/js/biomes.js
Js is fun! @diremptiness just did a lot of work with themes and js and I'd definitely say they're more strict and clean than I am. That site is insane! Maybe they have a solid resource to point you to?
I wonder if you could use the "filter" css property? You can huge shift colors, but if it's a completely different background image then I thiiiink it might be java? There's gotta be a code snippet out there
I actual use a lot of different backgrounds and themes and I use a .json file to hold them and a .js file to apply them. In my css I have variables like "--txtcolor" or "--color1". I don't have a resource but you can look at this code under export function applyBiome. It's very easy to declare variables! Your css would have to be updated. https://zooquarium.yorniq.xyz/scripts/js/biomes.js
Js is fun! @diremptiness just did a lot of work with themes and js and I'd definitely say they're more strict and clean than I am. That site is insane! Maybe they have a solid resource to point you to?
zooquarium the goat
@zooquarium and @garfiend thank you so much!!!