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:

Default HUD Default ClickGUI Default Main Menu

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:

Themes Directory

.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:

JelloBounce HUD JelloBounce ClickGUI JelloBounce Main Menu

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

  1. Visit the Catppuccin theme repository
  2. Download the latest release
  3. Choose your preferred color palette
  4. Extract the content of the ZIP file to your themes folder

JelloBounce Theme

The JelloBounce theme repository requires manual building for the latest version:

  1. Clone the repository
  2. Run npm i
  3. Run npm run build
  4. 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.