It's a lot more work that you think, this kind of change basically means re-writing most of the mod's code.
Adding the settings in the first place was a huge undertaking, and they were carefully planned in such a way as to keep the minimum number of added settings (As due to the fact that you can't have your own tabs, or even categories, so everything is in one long list only broken into each mod, I want to avoid a massive wall of options) while having maximum functionality. As such, it ties many settings to each other, EG, changing the speed increase in the speed module changes it across the board for everything that has a speed increase.
As for your suggestion to add pollution to the pure modules... no, definitely not, that goes against their intended purpose. they're named pure because their down sides have been removed, they are "Pure". Since Efficiency had no down side, and neither did the Cleaning module, their effects were combined into the Green module.
I have thought about adding more possible options, or combinations of settings for the modules mod, but in the end I decided not to.
Part of the process would involve "Modularising" the coding a fair bit, EG it would change most of the huge pages of code into a few functions, including the recipe, and allow you to define an entire new set of modules with a single function with a few variables in it... Icons would have even been recolourable, allowing a few lines of code to create more than the ones I had previously pre-made.
But also decided that the benefit wouldn't be worth the effort. while it would allow you to define your own modules very easily, this would be beyond the scope of just a few settings, meaning the benefit would more be seen by people creating their own mod to create modules using the functions within mine, and would offer very little to the settings, as I would still be stuck with the original problem... to make it more customisable would require adding way more settings, bloating the settings screen, which I did not, and still do not want to do with the pretty much ZERO amount of settings customisation available.
Now, if the game allowed me to create an entire settings page just for the modules mod, I'd do it.