Upon creating a sub theme, the theme name folder gets capitalized if your Human readable name is capitalized. The folder name should be the machine name, and not the Human name. For instance, if the Human readable name is Frak, then the folder will be Frak. If the Human readable name is frak, then the folder is frak. It is not anything crucial, but it is rather bothersome.

Comments

DamienMcKenna’s picture

Status: Active » Closed (cannot reproduce)

Here's a command I just ran:
drush omega-subtheme --base=my_theme "My Theme Alt"

It created a clone of the my_theme theme with the project name "my_theme_alt". This is how it should be, if you're seeing something different please provide more details, i.e. the full Drush command you ran.