r_tophud Themes
Pick one of the five built-in r_tophud themes or set any custom accent colour, plus the colours used when money goes up or down.
R_Tophud ships with 5 built-in themes and supports any custom accent colour. The bar is always dark glass. The theme sets the accent used for the icons and the glowing strip under the bar.
Built-in Themes
R.Theme = "purple" -- "purple" | "grey" | "red" | "blue" | "green"| Theme | Accent |
|---|---|
purple (default) | #9a27ea |
grey | #9aa3af |
red | #e5484d |
blue | #3b82f6 |
green | #22c55e |
Custom Accent
Want a colour that isn't a preset? Set R.CustomAccent to any hex value. It overrides
the chosen theme.
R.CustomAccent = "#00e0a4" -- any hex; leave "" to use the R.Theme presetMatch the accent to your server's brand colour for a HUD that feels built-in. Leave
R.CustomAccent = "" to fall back to the preset selected in R.Theme.
Money Change Colours
When a balance changes it briefly flashes: green when it goes up, red when it goes down. Toggle this with:
R.AnimateChanges = trueThe up/down flash colours are fixed (green / red) so they read instantly. R.Theme and
R.CustomAccent control the icon and accent strip, not the flash.