HUD Theme Values
You can control the HUD in the same way you can control the rest of the UI using the breeze theming system
text-color
default.accent
The color of the text in the HUD
text-animation
gradient
The animations type for the text, you can choose from these types
text-animation-speed
2f
The speed that the text animation will have
text-animation-step
0.6
The smaller you make this the further animated colors will be separated
text-rainbow-brightness
0.6
If you are using animation type "rainbow" this is the brightness it will use for generating the rainbow effect
text-rainbow-saturation
0.9
If you are using animation type "rainbow" this is the saturation it will use for generating the rainbow effect
text-gradient-accent
[134, 123, 234]
If you are using the "gradient" animation it will make the text animate between the text-color and this gradient accent
text-glow
true
Makes the text in the HUD glow, does sacrifice some fps
background-color
[0, 0, 0, 150]
The background color for the HUD elements that have a background
background-blur
false
Makes the background blurred does sacrifice some fps
background-blur-strength
1
The higher you make this the more blurred the background becomes and the more fps it takes
background-shadow
true
Enabling this will add a clean shadow effect behind the backgrounds of the HUD elements
background-shadow-size
5
The size of the shadow, making this bigger also makes your fps slightly worse
background-shadow-color
[0, 0, 0, 255]
The color for the shadow, you can make this any color you want but the default is block
Last updated