Themes
Everything to configure in the guidebook UI is available in this file: rcore_guidebook_v2\client\ui\config.js
How to change a theme
open config file located at the path specified above
change
activeThemeto your desired theme
Available themes: dark, light, twilight, cyber, neon, azure
How to create a new theme
open config file located at the path specified above
scroll to the "themes" section
copy the
darktheme and paste it right belowchange the name from "dark" to your theme's name
no special characters or spaces! (example:
lightBlueinstead oflight blue)
and change the color hex values to your desired ones
Last updated
Was this helpful?