Issue by MiguelCastillo
Wednesday Aug 06, 2014 at 04:41 GMT
Originally opened as adobe/brackets#8673
Loading theme files directly instead of a package breaks old themes; e.g. vanilla codemirror themes. The issue is caused by adding the file extension as part of the theme name. This logic was to handle edge cases when themes had the same filename but different extensions, but this edge case should really be resolved by giving files a better name. This was important in earlier impls of themes that provided an interface to load all the theme files in a diretory (loadDirectory) but that interface was removed a while ago.
MiguelCastillo included the following code: https://github.com/adobe/brackets/pull/8673/commits