Skip to content

Themes

Share and discover scripts for LiquidBounce

3 Topics 6 Posts
  • WIP Windows10 Fluent Design Theme

    2
    1 Votes
    2 Posts
    2k Views
    kawaiinekololisK
    If this ever get's completed, feel free to let me know and I will fork it to our CCBlueX GitHub and take care of updating it to be included in the Marketplace.
  • Code transfer with sound effects

    2
    0 Votes
    2 Posts
    329 Views
    kawaiinekololisK
    You are working with the compiled files. Take a look at the source code instead. They can be found here: https://github.com/CCBlueX/LiquidBounce-Theme-BeautifyV2 https://github.com/CCBlueX/LiquidBounce-Theme-JelloBounce
  • How do I edit a theme?

    2
    0 Votes
    2 Posts
    1 Views
    kawaiinekololisK
    Hi, To set-up the workspace and testing your theme follow: https://liquidbounce.net/docs/theme-system/overview#creating-your-own-theme. To edit a theme, you need a code editor such as VS Code and some knowledge of website development. The LiquidBounce theme uses Svelte. You can find a guide on how to understand it here: https://svelte.dev/tutorial/svelte/welcome-to-svelte. If you don't know much about website development or writing code, you can use AI to do it for you. Rather than manually copying and pasting code into ChatGPT or Claude, you can use a VSCode plugin called GitHub Copilot. This plugin has an so-called "Agent" mode which will automatically edit files for you on your request. Please be aware that AI code is not perfect and bugs will occur, or straight up not work. But it's a helping tool to get you started.