Contribute to this page on GitHub
Theme System
LiquidBounce features a Theme System that allows you to customize the appearance of the client. The theme affects all graphical user interfaces (GUIs) throughout the client, including but not limited to the HUD, ClickGUI, main menu, and any other visual elements.
Default Theme
The default theme of LiquidBounce provides a clean and modern look:
Using Themes
You can manage themes using the following commands:
.client theme list
This command displays all available themes that are installed in your themes directory.
.client theme browse
Opens your themes directory (shown below) where themes are stored:
.client theme set
Applies the specified theme. For example: .client theme set jellobounce
JelloBounce Theme Example
Here's how the JelloBounce theme changes the appearance of various GUIs:
Custom Themes
Note
Custom Theme support is currently an experimental feature. The Marketplace for Automatic Theme Updates is still in development.
You can install custom themes from the community. Here are some available themes:
Catppuccin Theme
- Visit the Catppuccin theme repository
- Download the latest release
- Choose your preferred color palette
- Extract the content of the ZIP file to your themes folder
JelloBounce Theme
The JelloBounce theme repository requires manual building for the latest version:
- Clone the repository
- Run
npm i
- Run
npm run build
- Copy the
dist
folder to your themes directory
For most users, we recommend waiting for the upcoming Marketplace feature which will simplify the theme installation process.