Matching colorschemes of TFR with MNE

Thank you @Francois for your response. How do I set the range for my TFR with brainstorm? As you correctly mentioned, the range needs to be the same to compare the Two TFRs
MNE allows setting the range with argument vmin and vmax. What is the brainstorm GUI equivalent of setting the range?

See the section Color mapping of the tutorial.
https://neuroimage.usc.edu/brainstorm/Tutorials/Colormaps#Color_mapping

See the header of function bst_colormaps.m if you are looking for programmatic ways of changing it.

When i tried setting the Range [max, min] to 10 and -10 respectively, it still resulted in a +1000, -1000 range.

There is a multiplication factor indicated in the text above the min/max text boxes.
In your case, it's probably written "10^2"?
If you want "10", you should enter "0.1".
image