This mod allows you to customize the color of certain potions and their particles, and you can also let potions to have enchantment glint, by editing the config file.
For Example:
#Whether to enable potion to have enchantment glint
hasEnchantmentGlint = true
#The effect-color map as the tinting information
tinting = [
"minecraft:strength", "0x000000"
]
This config file will apply color black (0x000000) to the strength potion and its particles.