List themes only once, even if they are present multiple times in different locations. (Yes, I know that list(set(result)) would do the same, but here, I'd like to not waste memory and be a bit faster). see #203