LiquidBounce icon indicating copy to clipboard operation
LiquidBounce copied to clipboard

[FEATURE] Make it possible to change the colour of Hud elements and clickgui at a basic level

Open Ancnymous opened this issue 1 year ago • 3 comments

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

Ancnymous avatar Apr 16 '24 13:04 Ancnymous

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)

liquidsquid1 avatar Apr 16 '24 14:04 liquidsquid1

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.

Ancnymous avatar Apr 16 '24 14:04 Ancnymous

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?

liquidsquid1 avatar Apr 16 '24 16:04 liquidsquid1