[FEATURE] Make it possible to change the colour of Hud elements and clickgui at a basic level
LiquidBounce Branch
Nextgen
Describe your feature request.
Make it possible to change the color of Hud elements and clickgui at a basic level. For example, making it possible to change color of the arraylist from blue to red.
Additional context
No response
This is possible with LiquidBounce themes. Currently, the colours are stored in the theme. In order to change the colours of the theme:
- Clone this repository
- Make sure NodeJS is installed
- Change your command line directory to nextgen/src-theme
- Type “npm install”
- In another window, edit the colors.scss
- Type “npm run build” in the same CMD window
- Copy the “dist” folder to your themes folder (.minecraft/LiquidBounce/themes)
This is possible with LiquidBounce themes. Currently, the colours are stored in the theme. In order to change the colours of the theme:
- Clone this repository
- Make sure NodeJS is installed
- Change your command line directory to nextgen/src-theme
- Type “npm install”
- In another window, edit the colors.scss
- Type “npm run build” in the same CMD window
- Copy the “dist” folder to your themes folder (.minecraft/LiquidBounce/themes)
Thats not my point. My point is that users should be able to change the colour in game to a certain degree for convinience.
This is possible with LiquidBounce themes. Currently, the colours are stored in the theme. In order to change the colours of the theme:
- Clone this repository
- Make sure NodeJS is installed
- Change your command line directory to nextgen/src-theme
- Type “npm install”
- In another window, edit the colors.scss
- Type “npm run build” in the same CMD window
- Copy the “dist” folder to your themes folder (.minecraft/LiquidBounce/themes)
Thats not my point. My point is that users should be able to change the colour in game to a certain degree for convinience.
In which I've tried to state that it currently isn't possible to add a toggle for the values as the values are in the themes, in which i've given you quite a convenient and simple guide to change the colours to your liking.
What more do you need?