<code>
Problem/Motivation
I was creating a new starterkit theme for Daisy UI, following the instructions mentioned in https://git.drupalcode.org/project/ui_suite_daisyui/-/blob/5.0.x/starter..., under "Adding a new (random) theme".
However, I got stuck on the last sentence:
The new Random DaisyUI theme will be available under /admin/appearance/settings/my_daisyui_theme in the theme section.
This "Theme" section was not available on my generated Daisy UI theme. It took me a few minutes to figure out that I hadn't yet enabled the "UI Skins" module, which I assumed would have been installed as a requirement to the theme, but is not.
Although obvious in hindsight, it would be good to document this explicitly.