I use at least 2 branches: Main and Release...
I would like to see a background-color difference in the menu/theme for these 2 branches. For example, green for Main and red for Release.
To avoid making changes in the Release branch.
Is it possible?
Thanks Rick,
The wish was not to configure the branch but the IDE. The menu background-color is from the IDE. Have in Studio PRO a visual signal that corresponds to the branch.
For different environments, this is possible with the cssClassSwitcher widget. You can add a constant where you label various options as: main, dev, acceptance, release for example. and make a corresponding class with some different colors. Now you can fill the environment for each branch but also adjust the constant within sprintr if you have a dev and acceptance environment