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
activeTheme
to 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
dark
theme and paste it right belowchange the name from "dark" to your theme's name
no special characters or spaces! (example:
lightBlue
instead oflight blue
)
and change the color hex values to your desired ones
Last updated