A minor request that helps with maintainability and reduces "code" duplication and magic numbers:
Allow to call the Color_Active_Map_Type_XX, and I guess other Color_ type settings, directly by name in settings, instead of explicitly declaring the RGB values every time.
For example:
Color_Preactive_Text_Map=100,160,100 //Color_Active_Map_Type_13
Would become:
Color_Preactive_Text_Map=Color_Active_Map_Type_13
Or something equivalent