CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.41k stars 459 forks source link

[FEATURE] Theme Support #2899

Open Coccocoahelper opened 4 months ago

Coccocoahelper commented 4 months ago

LiquidBounce Branch

Legacy

Describe your feature request.

Allow theme installing and loading similar to how configs are done (Local and Cloud), allowing you to pick either visual (subjective) modules and settings, HUD elements, or both.

Additional context

No response

Razzy52 commented 4 months ago

can already be done locally https://github.com/razzy52/liquidthemes

EclipsesDev commented 4 months ago

can already be done locally https://github.com/razzy52/liquidthemes

pretty sure thats user custom themes.. he want a cloud based pre made theme in legacy

EclipsesDev commented 4 months ago

for locally ig thats easy to do

Coccocoahelper commented 4 months ago

can already be done locally https://github.com/razzy52/liquidthemes

Legacy, not Nextgen...

EclipsesDev commented 4 months ago

can already be done locally https://github.com/razzy52/liquidthemes

Legacy, not Nextgen...

I'm pretty sure themes existed in legacy.. but I'm unsure.. kinda forgot

EclipsesDev commented 4 months ago

yep its kinda exist https://github.com/CCBlueX/LiquidBounce/tree/legacy/src/main/java/net/ccbluex/liquidbounce/ui/client

https://github.com/CCBlueX/LiquidBounce/tree/legacy/src/main/java/net/ccbluex/liquidbounce/ui/client/clickgui/style/styles

Coccocoahelper commented 4 months ago

yep its kinda exist https://github.com/CCBlueX/LiquidBounce/tree/legacy/src/main/java/net/ccbluex/liquidbounce/ui/client

https://github.com/CCBlueX/LiquidBounce/tree/legacy/src/main/java/net/ccbluex/liquidbounce/ui/client/clickgui/style/styles

You can't save or load them, only with a very complex method.

Coccocoahelper commented 4 months ago

Local Themes ready, only the cloud themes are missing.

EclipsesDev commented 4 months ago

Local Themes ready, only the cloud themes are missing.

Yeah, I'll add it soon ig