Has anyone been able to create a custom theme for Umbraco Forms v14 using a separate Razor Class Library project? I have a custom field type in the /views/partials/forms/themes/default/fieldtypes folder and it works great. Then I created a new folder under ./forms/themes and copied in the cshtml files from
https://umbra.co/umbraco-forms-default-theme-14 that I wanted to override. However, when I add a theme picker to a block it only shows default and boostrap-horizontal-3 as options. I have also tried setting the default theme in my appsettings.json to my custom theme, but everything falls back to the default theme.
I suppose I could try just physically copying all my files to the web project, but that doesn't seem too friendly...