Accent colour
The accent is resolved in this order:- The
awoken:primaryColorconvar, if set. - Otherwise
Config.PrimaryColorinshared/theme.lua.
shared/theme.lua
Global Awoken accent (cross-resource theming)
If you run multiple Awoken-branded resources (appearance, inventory, recorder, …) and want them all to share one accent, set a single convar inserver.cfg:
server.cfg
Config.PrimaryColor for every Awoken resource at once - set it once and your appearance menu, inventory and recorder all share the same brand colour. Leave it unset to use each resource’s own value. The value is read when the UI loads.
Theme presets
shared/theme.lua ships three theme presets. currentTheme selects the active one.
shared/theme.lua
The accent colour is injected into whichever preset is active, so switching presets keeps your
awoken:primaryColor.